File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"]
121121EOF
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 \
You can’t perform that action at this time.
0 commit comments