-
Notifications
You must be signed in to change notification settings - Fork 89
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
Prevent Kepler deployment on fargate #915
Comments
GKE Autopilot clusters do not like Kepler! Raw error text: Error: release grafana-k8s-monitoring failed, and has been uninstalled due to atomic being set: 1 error occurred:
* admission webhook "warden-validating.common-webhooks.networking.gke.io" denied the request: GKE Warden rejected the request because it violates one or more constraints.
Violations details: {"[denied by autogke-disallow-hostnamespaces]":["enabling hostNetwork is not allowed in Autopilot."],"[denied by autogke-disallow-privilege]":["container kepler-exporter is privileged; not allowed in Autopilot"],"[denied by autogke-no-host-port]":["container kepler-exporter specifies host ports [9102], which are disallowed in Autopilot."],"[denied by autogke-no-write-mode-hostpath]":["hostPath volume lib-modules in container kepler-exporter is accessed in write mode; disallowed in Autopilot.","hostPath volume tracing in container kepler-exporter is accessed in write mode; disallowed in Autopilot.","hostPath volume proc in container kepler-exporter is accessed in write mode; disallowed in Autopilot."]}
Requested by user: '<REDACTED>', groups: 'system:authenticated'. Extracted JSON/error: {
"[denied by autogke-disallow-hostnamespaces]":[
"enabling hostNetwork is not allowed in Autopilot."
],
"[denied by autogke-disallow-privilege]":[
"container kepler-exporter is privileged; not allowed in Autopilot"
],
"[denied by autogke-no-host-port]":[
"container kepler-exporter specifies host ports [9102], which are disallowed in Autopilot."
],
"[denied by autogke-no-write-mode-hostpath]":[
"hostPath volume lib-modules in container kepler-exporter is accessed in write mode; disallowed in Autopilot.",
"hostPath volume tracing in container kepler-exporter is accessed in write mode; disallowed in Autopilot.",
"hostPath volume proc in container kepler-exporter is accessed in write mode; disallowed in Autopilot."
]
} I unselected the Energy Metrics option and Alloy installed w/out issue. YAML equivalent: metrics:
kepler:
enabled: false
kepler:
enabled: false Possible solutions:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: