Skip to content

Commit 75b6e58

Browse files
committed
chore(workflow): change k8s registry
1 parent 141a788 commit 75b6e58

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

_scripts/install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ EOF
116116
endpoint = ["https://quay-mirror.drycc.cc", "https://quay.io"]
117117
[plugins.cri.registry.mirrors."gcr.io"]
118118
endpoint = ["https://quay-mirror.drycc.cc", "https://gcr.io"]
119-
[plugins.cri.registry.mirrors."k8s.gcr.io"]
120-
endpoint = ["https://k8s-mirror.drycc.cc", "https://k8s.gcr.io"]
119+
[plugins.cri.registry.mirrors."registry.k8s.io"]
120+
endpoint = ["https://k8s-mirror.drycc.cc", "https://registry.k8s.io"]
121121
EOF
122122
fi
123123
fi
@@ -256,7 +256,7 @@ function install_network() {
256256
echo -e "\\033[32m---> Start installing network...\\033[0m"
257257
api_server_address=(`ip -o route get to 8.8.8.8 | sed -n 's/.*src \([0-9.]\+\).*/\1/p'`)
258258
helm install cilium $CHARTS_URL/cilium \
259-
--set tunnel=geneve \
259+
--set tunnel=vxlan \
260260
--set operator.replicas=1 \
261261
--set bandwidthManager.enabled=true \
262262
--set kubeProxyReplacement=strict \

0 commit comments

Comments
 (0)