vamsi
vamsi

Reputation: 1

How to add harbor registry in containerd

Does anyone know how can we add harbor registry to containerd cri . I have added it as insecure registry but kubernetes is not able to pull harbor images . image for the error that i am facing

Upvotes: 0

Views: 1327

Answers (1)

Vit
Vit

Reputation: 8471

First of all, how you installed and configured Harbor? Helm? which one? I would suggest use bitnami harbor

EKS installation example

Issue #1238 kubernetes can't pull image from Harbor suggest you to follow Configuring Nodes to authenticate to a Private Registry

Upvotes: 0

Related Questions