Skip to content

Commit

Permalink
Revert "Stop using local registry"
Browse files Browse the repository at this point in the history
This reverts commit 9dbb5ae.

Signed-off-by: Cédric Ollivier <[email protected]>
  • Loading branch information
collivier committed Jan 14, 2025
1 parent 410bbdb commit 5bd1ada
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
containerdConfigPatches:
- |-
[plugins."io.containerd.grpc.v1.cri".registry.mirrors."docker.io"]
endpoint = ["https://mirror.gcr.io"]
endpoint = ["http://10.200.142.204"]
EOF
- name: sysctls specs kind config override
if: matrix.spec == 'sysctls'
Expand All @@ -97,7 +97,7 @@ jobs:
containerdConfigPatches:
- |-
[plugins."io.containerd.grpc.v1.cri".registry.mirrors."docker.io"]
endpoint = ["https://mirror.gcr.io"]
endpoint = ["http://10.200.142.204"]
EOF
- name: Mirror Override
if: startsWith(matrix.spec, 'private_registry_')
Expand All @@ -110,7 +110,7 @@ jobs:
containerdConfigPatches:
- |-
[plugins."io.containerd.grpc.v1.cri".registry.mirrors."docker.io"]
endpoint = ["https://mirror.gcr.io"]
endpoint = ["http://10.200.142.204"]
[plugins."io.containerd.grpc.v1.cri".registry.mirrors."registry.default.svc.cluster.local:5000"]
endpoint = ["http://localhost:5000"]
EOF
Expand Down Expand Up @@ -371,7 +371,7 @@ jobs:
containerdConfigPatches:
- |-
[plugins."io.containerd.grpc.v1.cri".registry.mirrors."docker.io"]
endpoint = ["https://mirror.gcr.io"]
endpoint = ["http://10.200.142.204"]
EOF
export CLUSTER=$(uuidgen)
echo "export CLUSTER=$CLUSTER"
Expand Down Expand Up @@ -453,7 +453,7 @@ jobs:
containerdConfigPatches:
- |-
[plugins."io.containerd.grpc.v1.cri".registry.mirrors."docker.io"]
endpoint = ["https://mirror.gcr.io"]
endpoint = ["http://10.200.142.204"]
EOF
export CLUSTER=$(uuidgen)
echo "export CLUSTER=$CLUSTER" > cluster.env
Expand Down Expand Up @@ -533,7 +533,7 @@ jobs:
containerdConfigPatches:
- |-
[plugins."io.containerd.grpc.v1.cri".registry.mirrors."docker.io"]
endpoint = ["https://mirror.gcr.io"]
endpoint = ["http://10.200.142.204"]
EOF
export CLUSTER=$(uuidgen)
echo "export CLUSTER=$CLUSTER" > cluster.env
Expand Down

0 comments on commit 5bd1ada

Please sign in to comment.