You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe the issue lies with your network, preventing access to gcr.io. To resolve this, consider utilizing kustomization rather than modifying the image on the upstream.
Here's a kustomization file that could solve your problem:
Following the Getting Started guide, I'm getting ImagePullBackOff errors for the kubegres-controller-manager when I
kubctl apply -f kubegres.yaml
I've isolated the problem down to the kubegress-controller-manager deployment at
spec.template.spec.containers[0].image==gcr.io/kubebuilder/kube-rbac-proxy:v0.13.0
Swapping this out for the latest (v0.14.0) bitnami image on dockerhub resolves the issue, I'll be fast-following with a PR to make this change.
The text was updated successfully, but these errors were encountered: