Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tutorial for FCP #3954

Merged
merged 41 commits into from
Jun 26, 2023
Merged
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
b023138
Initial draft of tutorial and manifest
haywoodsh Jun 2, 2023
bfccc41
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jun 2, 2023
2c69193
update docs
haywoodsh Jun 2, 2023
9c141db
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jun 2, 2023
e4597e6
update usage viewing
haywoodsh Jun 6, 2023
4c5762b
update usage viewing
haywoodsh Jun 6, 2023
0a66abf
update docs
haywoodsh Jun 7, 2023
5344346
Update docs/content/usage-reporting.md
haywoodsh Jun 7, 2023
a7949ef
Update docs/content/usage-reporting.md
haywoodsh Jun 7, 2023
7b57526
Update docs/content/usage-reporting.md
haywoodsh Jun 7, 2023
8d8f497
move fcp manifest
haywoodsh Jun 7, 2023
f74746a
Update usage-reporting.md
brianehlert Jun 7, 2023
e3c0641
Update usage-reporting.md
brianehlert Jun 7, 2023
ffec999
Update usage-reporting.md
brianehlert Jun 7, 2023
9328fd4
update docs according to feedback
haywoodsh Jun 8, 2023
e7e3961
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jun 8, 2023
371d77e
update phrasing
haywoodsh Jun 8, 2023
bfce49a
Update usage-reporting.md
brianehlert Jun 8, 2023
54891f1
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jun 8, 2023
f84668e
Update usage-reporting.md
brianehlert Jun 8, 2023
9a85387
update docs and example manifest
haywoodsh Jun 13, 2023
e940dc8
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jun 13, 2023
510da2f
update format and file name
haywoodsh Jun 15, 2023
0e3db4b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jun 15, 2023
f85b44a
Update docs/content/usage-reporting.md
haywoodsh Jun 21, 2023
b18d5f6
Update docs/content/usage-reporting.md
haywoodsh Jun 21, 2023
5ed1a96
Update examples/shared-examples/usage-reporting/cluster-connector.yaml
haywoodsh Jun 21, 2023
af95fe1
Update docs/content/usage-reporting.md
haywoodsh Jun 21, 2023
6199c5b
update according to review
haywoodsh Jun 21, 2023
62581a5
Update docs/content/usage-reporting.md
haywoodsh Jun 21, 2023
8bf25a7
Update docs/content/usage-reporting.md
haywoodsh Jun 21, 2023
ccc1bac
Apply suggestions from code review
ADubhlaoich Jun 21, 2023
17ecb32
Fix Usage Reporting nouns, improve phrasing of sections
ADubhlaoich Jun 21, 2023
02eeafe
Merge branch 'main' into docs/fcp
ADubhlaoich Jun 21, 2023
a09cb0e
Update docs/content/usage-reporting.md
ADubhlaoich Jun 21, 2023
ed267de
update according to review
haywoodsh Jun 22, 2023
35f04ac
update nouns
haywoodsh Jun 22, 2023
e7c4d0d
Merge branch 'main' into docs/fcp
haywoodsh Jun 22, 2023
57296a6
Update code highlighting
haywoodsh Jun 23, 2023
42fb740
Merge branch 'main' into docs/fcp
haywoodsh Jun 23, 2023
c7eb4b9
Merge branch 'main' into docs/fcp
haywoodsh Jun 24, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/content/usage-reporting.md
Co-authored-by: Luca Comellini <[email protected]>
Signed-off-by: Haywood Shannon <[email protected]>
haywoodsh and lucacome authored Jun 21, 2023
commit b18d5f6d3e6f51372543ce354a61482790c206b2
2 changes: 1 addition & 1 deletion docs/content/usage-reporting.md
Original file line number Diff line number Diff line change
@@ -164,7 +164,7 @@ The NGINX Cluster Connector reports the number of NGINX Ingress Controller insta
]
}
```
If you want a friendly name for each cluster in the response, You can specify the `displayName` for the cluster with the `-cluster-display-name` command-line argument when you deploy the Cluster Connector . See [Command-line Arguments](#Command-line Arguments) for more information. From this response, you can see the cluster uid corresponding to the cluster name.
If you want a friendly name for each cluster in the response, You can specify the `displayName` for the cluster with the `-cluster-display-name` command-line argument when you deploy the Cluster Connector. See [Command-line Arguments](#Command-line Arguments) for more information. From this response, you can see the cluster uid corresponding to the cluster name.
You can also query the usage data for a specific cluster by specifying the cluster uid in the endpoint, for example:
```
haywoodsh marked this conversation as resolved.
Show resolved Hide resolved