github.com/imran-kn/cilium-fork@v1.6.9/Documentation/cmdref/cilium_policy_wait.md (about) 1 <!-- This file was autogenerated via cilium cmdref, do not edit manually--> 2 3 ## cilium policy wait 4 5 Wait for all endpoints to have updated to a given policy revision 6 7 ### Synopsis 8 9 Wait for all endpoints to have updated to a given policy revision 10 11 ``` 12 cilium policy wait <revision> [flags] 13 ``` 14 15 ### Options 16 17 ``` 18 --fail-wait-time int Wait time after which command fails if endpoint regeration fails (seconds) (default 60) 19 -h, --help help for wait 20 --max-wait-time int Wait time after which command fails (seconds) (default 360) 21 --sleep-time int Sleep interval between checks (seconds) (default 1) 22 ``` 23 24 ### Options inherited from parent commands 25 26 ``` 27 --config string config file (default is $HOME/.cilium.yaml) 28 -D, --debug Enable debug messages 29 -H, --host string URI to server-side API 30 ``` 31 32 ### SEE ALSO 33 34 * [cilium policy](../cilium_policy) - Manage security policies 35