We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5933138 commit 1b973ceCopy full SHA for 1b973ce
1 file changed
20-install-gateway-api-crd.sh
@@ -18,5 +18,6 @@ source "$SET"
18
export KUBECONFIG=~/.kube/$CS_NAMESPACE.$CL_NAME
19
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.3.0/standard-install.yaml
20
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api/v1.3.0/config/crd/experimental/gateway.networking.k8s.io_tlsroutes.yaml
21
-# Patch configMap for cilium -- is this possible after the fact?
+# Patch configMap for cilium -- this won't be effective after kube-proxy is running already
22
+echo "Note: If kube-proxy is already running, we won't have kube-proxy-less mode ..."
23
kubectl patch -n kube-system configmap cilium-config -p '.data.kube-proxy-replacement: true'
0 commit comments