-
-
Notifications
You must be signed in to change notification settings - Fork 361
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
[Bug]: After #1257 autoscaler stopped working. #1271
Comments
Problem seems to be in policy compilation With 2.13.2 root's home folder contains only
on 2.13.1 there are
|
I just experienced the same problem, and it even caused a working cluster that updates by itself to stop working. Using version 2.13.1 helps, but you still need to recreate the cluster again from scratch. |
Sorry for off topic, but what do you mean by cluster updating itself? Do you mean automatic system updates, or do you have some automation that applies the newest version of this terraform module? |
I would say automatic system updates since I have no automation. |
@mysticaltech I already made PR #1272 to resolve this. Problem is unknown permissions on anon_inode |
@patope I don't understand, you are removing permissions in the PR, how can that help? |
@mysticaltech those permissions are not valid for anon_inode and policy compiler will fail on those. |
@patope Ok, I see. Thanks for the info. |
Thanks for the fix! |
Thank you! 😄 |
Description
#1257 broke auto scaler. Autoscaler runs fine with 2.13.1, but fails with 2.13.2. Cluster needs to be just created.
on pods logs:
Host audits:
audit2allow
Kube.tf file
Screenshots
No response
Platform
Linux
The text was updated successfully, but these errors were encountered: