Skip to content
New issue

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

linkerd/client image cannot be found on cr.l5d.io (ghcr.io) #12897

Open
frankramke opened this issue Jul 28, 2024 · 1 comment
Open

linkerd/client image cannot be found on cr.l5d.io (ghcr.io) #12897

frankramke opened this issue Jul 28, 2024 · 1 comment
Assignees

Comments

@frankramke
Copy link

frankramke commented Jul 28, 2024

What is the issue?

following along the guide for adding non-kubernetes workloads to your mesh, https://linkerd.io/2.15/tasks/adding-non-kubernetes-workloads/, one step includes pulling an image from ghcr.io:

kubectl apply -f - <<EOF
apiVersion: v1
kind: ServiceAccount
metadata:
  name: client
  namespace: mixed-env
---
apiVersion: v1
kind: Pod
metadata:
  name: client
  namespace: mixed-env
  annotations:
    linkerd.io/inject: enabled
spec:
  volumes:
  - name: shared-data
    emptyDir: {}
  containers:
  - name: client
    image: cr.l5d.io/linkerd/client:current
    command:
      - "sh"
      - "-c"
      - >
        while true; do
          sleep 3600;
        done        
  serviceAccountName: client
EOF

The image cr.l5d.io/linkerd/client:current cannot be found. resulting in client POD failure

How can it be reproduced?

  1. Login to github with personal access token (PAT)
  2. docker pull cr.l5d.io/linkerd/client:current
    Error response from daemon: manifest unknown

Logs, error output, etc

docker pull cr.l5d.io/linkerd/client:current
Error response from daemon: manifest unknown

output of linkerd check -o short

linkerd check -o short
Status check results are √

Environment

kubectl version
Client Version: v1.29.6+k3s2
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server Version: v1.29.6+k3s2

Possible solution

No response

Additional context

No response

Would you like to work on fixing this bug?

None

@frankramke frankramke added the bug label Jul 28, 2024
@frankramke frankramke changed the title linkerd2/client image cannot be found on cr.l5d.io (ghcr.io) linkerd/client image cannot be found on cr.l5d.io (ghcr.io) Jul 28, 2024
@kflynn
Copy link
Member

kflynn commented Aug 8, 2024

For the record, I'm working on fixing the docs here – they shouldn't be referring to a client image in this way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants