Skip to content

Commit 1b973ce

Browse files
committed
Comment and warn about kube-proxy replacement.
Signed-off-by: Kurt Garloff <kurt@garloff.de>
1 parent 5933138 commit 1b973ce

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

20-install-gateway-api-crd.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ source "$SET"
1818
export KUBECONFIG=~/.kube/$CS_NAMESPACE.$CL_NAME
1919
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.3.0/standard-install.yaml
2020
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?
21+
# 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 ..."
2223
kubectl patch -n kube-system configmap cilium-config -p '.data.kube-proxy-replacement: true'

0 commit comments

Comments
 (0)