-
Notifications
You must be signed in to change notification settings - Fork 445
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
Add adapter metrics service flags to 2.14 docs #1302
Add adapter metrics service flags to 2.14 docs #1302
Conversation
✅ Deploy Preview for keda ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Thank you for your contribution! 🙏 We will review your PR as soon as possible.
Learn more about:
|
content/docs/2.14/operate/cluster.md
Outdated
| Adapter Flag | Default Value | Description | | ||
| ----------------------------------- | ------------------------------------------------- | ---------------------------------------------- | | ||
| metrics-service-address | keda-operator.keda.svc.cluster.local:9666 | The address of the GRPC Metrics Service Server | | ||
| metrics-service-grpc-authority | "" | Host Authority override for the Metrics Service if the Host Authority is not the same as the address used for the GRPC Metrics Service Server. | |
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.
Could we add a note explaining where this can be useful? a brief description of your use case would be nice (from top level, but just for giving a real world case to improve the understanding of the parameter)
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.
let me know what you think of the updated comment
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.
LGTM!
5268971
to
f34f712
Compare
Signed-off-by: Ali Aqel <[email protected]>
4a7f056
to
571f9c3
Compare
Add section in the cluster docs in version 2.13 to describe the metrics-service flags (including the one added by kedacore/keda#5450
Checklist
Fixes #kedacore/keda#5449