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

Fixing minimal rbac install #836

Merged
merged 1 commit into from
Aug 10, 2020
Merged

Fixing minimal rbac install #836

merged 1 commit into from
Aug 10, 2020

Conversation

marccampbell
Copy link
Member

@marccampbell marccampbell commented Jul 22, 2020

This fixes #768

  • Automated installs look for configmaps by label, so had to expand the RBAC scope to all configmaps in the namespace
  • Support bundle is failing in operator because it can't list namespaces. This should not be a hard failure.
  • Velero is installed, but the Snapshot Settings page cannot read it. How can we handle this?
  • Preflight checks have a warning that the cluster doesn't have permissions (see below). If these are common errors, should we handle this differently?
  • e2e tests must be updated to include a minimalRBAC install or else this will break every time we add a new K8s object

@marccampbell marccampbell added this to the 1.18.0 milestone Jul 23, 2020
@marccampbell marccampbell force-pushed the automation-rbac branch 3 times, most recently from 010b3db to 68411f3 Compare July 24, 2020 15:24
@marccampbell marccampbell merged commit 09ae90b into master Aug 10, 2020
@marccampbell marccampbell deleted the automation-rbac branch May 23, 2022 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ability to run "kots install" without requesting cluster admin permissions
2 participants