-
Notifications
You must be signed in to change notification settings - Fork 7
Revert docs#214 heading demotion on deep pages (restore anchors) #228
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
Open
eyalb181
wants to merge
1
commit into
main
Choose a base branch
from
seo/revert-h1-demotion
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -21,13 +21,13 @@ The license server enables you to manage your organization’s seats without sen | |
| This feature is available to users on the Enterprise pricing plan. | ||
| {% endhint %} | ||
|
|
||
| #### Architecture | ||
| ### Architecture | ||
|
|
||
| The license server exposes an API that the operator uses to obtain a license, which the operator requires to run. It also allows the operator to keep track of active users, check and enforce seat counts, and store telemetry data. | ||
|
|
||
| Authentication between the operator and license server is done using a license key (chosen by the person setting up the license server) and is not to be confused with the license certificate file provided by MetalBear. | ||
|
|
||
| #### Basic Setup | ||
| ### Basic Setup | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. if we h1 this then we can h2 "using cluster secret" which is supposed to be under "basic setup" right? |
||
|
|
||
| The license server is installable via Helm. First, add the MetalBear Helm repository: | ||
|
|
||
|
|
@@ -77,7 +77,7 @@ kubectl get deployment -n mirrord mirrord-license-server | |
|
|
||
| If your operator(s) are running in a different cluster, make sure the `mirrord-operator-license-server` service is exposed to them via ingress. | ||
|
|
||
| ##### Using a Cluster Secret | ||
| #### Using a Cluster Secret | ||
|
|
||
| You can set the license key in a cluster secret within the operator's namespace (`mirrord` by default), and reference it in the license server helm chart via `license.keyRef`. For example, with the following `values.yaml`: | ||
|
|
||
|
|
@@ -104,7 +104,7 @@ The secret itself, which must use the key `OPERATOR_LICENSE_KEY`, can be created | |
| kubectl create secret generic my-cluster-secret -n mirrord --from-literal OPERATOR_LICENSE_KEY=my-very-secret-string | ||
| ``` | ||
|
|
||
| ##### Using Google Secrets Manager | ||
| #### Using Google Secrets Manager | ||
|
|
||
| You can fetch the license file from GSM by providing the secret path and service account credentials as follows: | ||
|
|
||
|
|
@@ -129,7 +129,7 @@ sa: | |
| gcpSa: <IAM_SA_NAME>@<IAM_SA_PROJECT_ID>.iam.gserviceaccount.com | ||
| ``` | ||
|
|
||
| ##### Connecting Operators to the License Server | ||
| #### Connecting Operators to the License Server | ||
|
|
||
| First update your operator `values.yaml` file ([see this page](../getting-started/quick-start.md#helm) for quickstart helm setup for operator): | ||
|
|
||
|
|
@@ -148,7 +148,7 @@ Then run: | |
| helm install metalbear/mirrord-operator -f ./values.yaml --wait | ||
| ``` | ||
|
|
||
| ### Getting a Utilisation Report from the License Server | ||
| ## Getting a Utilisation Report from the License Server | ||
|
|
||
| {% hint style="info" %} | ||
| This feature requires at least mirrord-operator-license-server Helm chart version **1.4.0**. | ||
|
|
@@ -186,7 +186,7 @@ To get a report: | |
| mirrord exec -- curl "mirrord-operator-license-server.mirrord.svc.cluster.local/api/v1/reports/usage?format=xlsx" --header 'x-license-key: <operator API license key>' --output report.xlsx | ||
| ``` | ||
|
|
||
| ### Getting Operator Failure Reports from the License Server | ||
| ## Getting Operator Failure Reports from the License Server | ||
|
|
||
| {% hint style="info" %} | ||
| This feature requires at least mirrord-operator-license-server Helm chart version **1.56.0**. | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not make this h1?