Skip to content

Commit

Permalink
Add config patch for local registry
Browse files Browse the repository at this point in the history
  • Loading branch information
mms-gianni authored May 22, 2024
1 parent f8c17aa commit 4c88cd4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ nodes:
- containerPort: 443
hostPort: 443
protocol: TCP
containerdConfigPatches:
- |-
[plugins."io.containerd.grpc.v1.cri".registry.mirrors."kubero-registry.kubero.svc:5000"]
endpoint = ["http://kubero-registry.kubero.svc:5000"]

0 comments on commit 4c88cd4

Please sign in to comment.