gammacomputer opened a new issue, #19129: URL: https://github.com/apache/druid/issues/19129
Hello, It seems that the following image doesn't exist anymore: ``` docker pull gcr.io/kubebuilder/kube-rbac-proxy:v0.13.1 Error response from daemon: manifest for gcr.io/kubebuilder/kube-rbac-proxy:v0.13.1 not found: manifest unknown: Failed to fetch "v0.13.1" ``` This container image was still referenced in the default values.yaml overlay of Druid for version 36.0.0: https://github.com/apache/druid/blob/druid-36.0.0/druid-operator/chart/values.yaml#L39 https://github.com/apache/druid/blob/druid-36.0.0/druid-operator/chart/templates/deployment.yaml#L69 I fear that if the operator is restarted for any reason on a Kubernetes node that doesn't have this image already locally, the Druid operator controller pod will fail because it cannot download the image. ### Affected Version This doesn't affect users who do not use the Druid Operator. The Druid operator versions that are affected by this are from v1.2.0 to v1.3.1 if using the old [datainfrahq/operator](https://github.com/datainfrahq/druid-operator). Version 36.0.0 in this git repository also seems to be affected. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
