-
Notifications
You must be signed in to change notification settings - Fork 153
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
WGE install pages updates #3924
Conversation
Co-authored-by: Himangini <[email protected]>
Co-authored-by: Max Jonas Werner <[email protected]>
Reverse order of two prereqs
- Avoid them showing up in the TOC on the right hand side as those links don't work for inactive tab, and appear sequentially which is a bit confusing - Slightly "Discourage" user deep linking to them, as that often won't work with the inactive tabs. - More emphasis you're finished with the tabbed section as we're back to another bigger heading
- apiGroups: [ "" ] | ||
resources: [ "namespaces" ] | ||
verbs: [ "get", "list" ] | ||
``` |
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.
We don't let you configure this very much inn EE yet =/, (the comments here don't apply), and the EE SA has a few more permissions for GitopsCluster
and Cluster
. It looks like this if we wanna include it here.
rules:
- apiGroups: [""]
resources: ["users", "groups"]
verbs: ["impersonate"]
- apiGroups:
- ""
resources:
- secrets
verbs:
- get
- list
- watch
- apiGroups:
- cluster.x-k8s.io
resources:
- clusters
verbs:
- get
- list
- watch
- apiGroups:
- gitops.weave.works
resources:
- gitopsclusters
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- gitops.weave.works
resources:
- gitopsclusters/finalizers
verbs:
- update
- apiGroups:
- gitops.weave.works
resources:
- gitopsclusters/status
verbs:
- get
- patch
- update
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.
@foot Made the changes based on the above -- maybe take a quick look to make sure it's typo-free?
Removes unavailable Helm values
Co-authored-by: Simon <[email protected]>
Removes impersonation section
Removes unavailable restriction
Update code
This reverts commit 64b01f3.
- WGE doesn't support that
This reverts commit e648806.
Updates two of the primary pages related to WGE installation. Partly fixes #3886