We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, we are storing the operator docker image in a public dockerhub repository.
quay.io
manager
make deploy
Build and push works after we login using quay secrets:
make docker-build docker-push IMG=quay.io/pwncorp/k8s_operator NS=webapp
But when using make deploy, the pod create by kubebuilder fails to pull the secret container image from quay:
make deploy IMG=quay.io/pwncorp/k8s_operator NS=webapp
The text was updated successfully, but these errors were encountered:
As a workaround for now, we have made the k8s_operator docker image public so that we can deploy the operator on the private GKE cluster.
k8s_operator
Sorry, something went wrong.
sydrawat01
No branches or pull requests
Currently, we are storing the operator docker image in a public dockerhub repository.
quay.io
to store the k8s-operator docker image.manager
can pull this private image when usingmake deploy
.Build and push works after we login using quay secrets:
But when using
make deploy
, the pod create by kubebuilder fails to pull the secret container image from quay:The text was updated successfully, but these errors were encountered: