We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Scalar Manager is using ClusterRole for accessing resources crossing other namespaces.
It's ok for read-only operations but not good for side-effect operations.
This is the side-effect operations Scalar Manager will make now:
The difficult is mainly from using Helm to pause Scalar products.
Think it later to see if you need to change design for improving this.
The text was updated successfully, but these errors were encountered:
supl
No branches or pull requests
Scalar Manager is using ClusterRole for accessing resources crossing other namespaces.
It's ok for read-only operations but not good for side-effect operations.
This is the side-effect operations Scalar Manager will make now:
The difficult is mainly from using Helm to pause Scalar products.
Think it later to see if you need to change design for improving this.
The text was updated successfully, but these errors were encountered: