-
-
Notifications
You must be signed in to change notification settings - Fork 354
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
"aws-auth" is forbidden in the namespace "kube-system" #193
Comments
For us, this problem is manifesting when we try and enable logging for the cluster. Its not clear why it's attempting to access the config map from a quick code read, but I'm probably missing something. |
This might be a duplicate of #166 |
Some error here:
EDIT: Here is the fix: #166 (comment) Add |
v3.0.0 kube_exec_auth_enabled = true |
Describe the Bug
I made a minor change to my terraform code after a couple of months and am getting this permission error in the eks-cluster module.
Expected Behavior
I was expecting my minor change (adding a new variable to the terraform code) to work.
Steps to Reproduce
Screenshots
Environment
Spacelift, terraform 1.1.6
Additional Context
Any help would be much appreciated! I also requested to join the slack if this kinda of issue would fit better there.
Thanks :)
The text was updated successfully, but these errors were encountered: