diff --git a/examples/spire/README.md b/examples/spire/README.md index c3830f0d7c32..84cbdf8a58ba 100644 --- a/examples/spire/README.md +++ b/examples/spire/README.md @@ -9,7 +9,7 @@ kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/ Wait for PODs status ready: ```bash -kubectl wait -n spire --timeout=1m --for=condition=ready pod -l app=spire-agent +kubectl wait -n spire --timeout=2m --for=condition=ready pod -l app=spire-agent ``` ```bash kubectl wait -n spire --timeout=1m --for=condition=ready pod -l app=spire-server