-
Notifications
You must be signed in to change notification settings - Fork 111
https://issues.redhat.com/browse/ACM-20220 Access apiserver token doc #7951
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
base: 2.14_stage
Are you sure you want to change the base?
Conversation
@@ -40,6 +40,7 @@ Learn about new features and enhancements that come with the {mce-short} install | |||
Learn about new features and enhancements for Cluster lifecycle with {mce-short}. | |||
|
|||
- You can now define a unique mirror registry for each cluster. To learn more, see xref:../assisted_installer#config-mirror-reg-cluster[Configuring mirror registries for each cluster] | |||
- You can now access the managed cluster `kube-apiserver` by using a hub cluster user token. To learn more, see xref:../cluster_proxy_addon_use#access-kube-apiserver-hub-token[Accessing the managed cluster `kube-apiserver` by using a hub cluster user token]. |
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.
Should this be "a managed cluster's kube-apiserver
" as it points to some target managed cluster?
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.
Yes, "managed cluster's kube-apiserver" would be more accurate.
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.
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.
@oafischer Agree!
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.
Updated @xuezhaojun @dtthuynh !
/lgtm |
All comments addressed, merging after peer review |
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.
Great work! I only have a few nits. PTAL and let me know when you want me to re-review.
[#use-cluster-proxy-addon] | ||
= Using cluster proxy add-ons | ||
|
||
Use cluster proxy add-ons to access the managed cluster kube API server or managed cluster services by using different methods. See the following topics to learn more about the different ways you can use cluster proxy add-ons. |
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.
Please add a link to the topics. I understand that these topics are in the rest of the section but I'm expecting to see the relevant topics listed right after this intro sentence ("See the following topics..."
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.
Updated
|
||
See the following example that binds the `get` and `list` permissions for pods to the user `developer`: | ||
|
||
[source,yaml] |
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.
Don't you need a +
here?
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.
It's only needed when it comes after a step (.
)
Co-authored-by: Alexandra Molnar <[email protected]>
Co-authored-by: Alexandra Molnar <[email protected]>
Co-authored-by: Alexandra Molnar <[email protected]>
Co-authored-by: Alexandra Molnar <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: amolnar-rh, oafischer, xuezhaojun The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
2.14 only.
Checklist considered.