Raw File
cilium_policy_wait.md
<!-- This file was autogenerated via cilium cmdref, do not edit manually-->

## cilium policy wait

Wait for all endpoints to have updated to a given policy revision

### Synopsis

Wait for all endpoints to have updated to a given policy revision

```
cilium policy wait <revision> [flags]
```

### Options

```
      --fail-wait-time int   Wait time after which command fails if endpoint regeration fails (seconds) (default 60)
  -h, --help                 help for wait
      --max-wait-time int    Wait time after which command fails (seconds) (default 360)
      --sleep-time int       Sleep interval between checks (seconds) (default 1)
```

### Options inherited from parent commands

```
      --config string   config file (default is $HOME/.cilium.yaml)
  -D, --debug           Enable debug messages
  -H, --host string     URI to server-side API
```

### SEE ALSO

* [cilium policy](../cilium_policy)	 - Manage security policies

back to top