Details
-
Bug
-
Status: Open
-
Critical
-
Resolution: Unresolved
-
v3.1.2
-
Kubernetesdocker.io/library/kylin-client
-
Important
Description
While deploying the template kylin-master/kubernetes/template/production/example/deployment/deploy-sample-cluster.sh, the file is calling kylin-job/kylin-job-statefulset.yaml which is referencing the kylin client "kylin-client:3.0.1-cdh57".
The following message appears to the events of the POD:
Failed to pull image "kylin-client:3.0.1": rpc error: code = Unknown desc =
failed to pull and unpack image "docker.io/library/kylin-client:3.0.1": failed
to resolve reference "docker.io/library/kylin-client:3.0.1": pull access
denied, repository does not exist or may require authorization: server
message: insufficient_scope: authorization failed
Or even with different version:
Failed to pull image "kylin-client:3.1.0": rpc error: code = Unknown desc =
failed to pull and unpack image "docker.io/library/kylin-client:3.1.0": failed
to resolve reference "docker.io/library/kylin-client:3.1.0": pull access
denied, repository does not exist or may require authorization: server
message: insufficient_scope: authorization failed
On the other hand:
1)I checked on the docker hub for the client image, the https://hub.docker.com/r/apachekylin/kylin-client seems to have 0 pulls.
2)I checked that kylin 3.0.1 and 3.1.0 and 3.1.2 are referencing the same client image "kylin-client:3.0.1-cdh57"