Skip to content

Commit

Permalink
Update getting_started_locally.md (gardener#8359)
Browse files Browse the repository at this point in the history
  • Loading branch information
benedictweis authored Aug 16, 2023
1 parent 14faf4c commit a095dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deployment/getting_started_locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ kubectl apply -f example/provider-local/shoot.yaml
You can wait for the `Shoot` to be ready by running:

```bash
NAMESPACE=garden-local ./hack/usage/wait-for.sh shoot APIServerAvailable ControlPlaneHealthy ObservabilityComponentsHealthy EveryNodeReady SystemComponentsHealthy
NAMESPACE=garden-local ./hack/usage/wait-for.sh shoot local APIServerAvailable ControlPlaneHealthy ObservabilityComponentsHealthy EveryNodeReady SystemComponentsHealthy
```

Alternatively, you can run `kubectl -n garden-local get shoot local` and wait for the `LAST OPERATION` to reach `100%`:
Expand Down

0 comments on commit a095dd8

Please sign in to comment.