-
Notifications
You must be signed in to change notification settings - Fork 556
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
Error starting container: Unknown flag: --logtostderr #525
Comments
There was visibly a regression, which was fixed in #524. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What happened?:
On Aug 12th AEST my prometheus adapter pod was gracefully terminated.
This resulted in a pod restart and kubernetes pulling the latest image.
This resulted in a
"CrashLoopBackOff"
event due to the following errorUnfortunately I did not have monitoring on this cluster so I missed the errors for a number of days :(.
The pod with the issue was deleted on Aug 16th AEST and a new pod successfully started after pulling the latest image
The container successfully started.
What did you expect to happen?:
I expected a new pod to start without an error relating to flag
logtostderr
.Please provide the prometheus-adapter config:
The config is the default used in deploy/manifests/custom-metrics-apiserver-deployment.yaml
prometheus-adapter/deploy/manifests/custom-metrics-apiserver-deployment.yaml
Line 31 in f23e671
Anything else we need to know?:
I don't think it's still a bug as the latest version is running but it would be good to know what happened.
Environment:
gcr.io/k8s-staging-prometheus-adapter/prometheus-adapter-amd64:master
gke.gcr.io/prometheus-engine/prometheus:v2.35.0-gmp.2-gke.0
v1.21.x-gke
andv1.22.10-gke.600
GKE
The text was updated successfully, but these errors were encountered: