I'm trying to install the flink-k8s-operator via A...
# troubleshooting
f
I'm trying to install the flink-k8s-operator via ArgoCD but it fails to pull the image
Failed to pull image "flink-kubernetes-operator:latest": rpc error: code = Unknown desc = failed to pull and unpack image "<http://docker.io/library/flink-kubernetes-operator:latest|docker.io/library/flink-kubernetes-operator:latest>": failed to resolve reference "<http://docker.io/library/flink-kubernetes-operator:latest|docker.io/library/flink-kubernetes-operator:latest>": pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed
It seems like the image should be
apache/flink-kubernetes-operator:latest
which works. Am i doing something wrong here?
g
K8 operator image is not present on dockerhub
I think in documentation, they have given an example when you are planning to deploy k8 operator via argo
Please refer that
f
I'm following this approach
Its not resolving the issue