diff --git a/doc/install/install-kubernetes.md b/doc/install/install-kubernetes.md index 9b5044a71..bc971eb06 100644 --- a/doc/install/install-kubernetes.md +++ b/doc/install/install-kubernetes.md @@ -72,7 +72,7 @@ kubectl create configmap -n envoy-gateway-system envoy-gateway-config --from-fil kubectl rollout restart deployment envoy-gateway -n envoy-gateway-system ``` -Wait for Envoy Gateway to become available:: +Wait for Envoy Gateway to become available: ```bash kubectl wait --timeout=5m -n envoy-gateway-system deployment/envoy-gateway --for=condition=Available