Skip to content

Commit a9a5d17

Browse files
committed
wait flag
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
1 parent 50cd142 commit a9a5d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hips/hip-0999.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Leveraging a existing status management library maintained by the Kubernetes tea
2525

2626
## Specification
2727

28-
The Helm CLI will continue to use the existing `--wait` flag. The wait flag will be extended to accept `true|false|none|watcher|legacy`. Using `--wait` as flag with no argument, `--wait=true`, or `--wait=watcher` will use the kstatus watcher described in this document. Using `--wait=legacy` will use the current Helm 3 waiter. Using `--wait=false` or not using the `--wait` flag will not avoid waits.
28+
The Helm CLI will continue to use the existing `--wait` flag. The wait flag will be extended to accept `true|false|none|watcher|legacy`. When using `--wait` as flag with no argument, `--wait=true`, or `--wait=watcher` Helm will use the kstatus watcher described in this document. When using `--wait=legacy` Helm will use the current Helm 3 waiter. When using `--wait=false` or not using the `--wait` flag Helm not wait after deployments.
2929

3030
Kstatus can be used with either a poller or a watcher. The poller runs on a specified interval and only requires "list" RBAC permissions for polled resources. The watcher reacts to [watch events](https://github.com/kubernetes/kubernetes/blob/90a45563ae1bab5868ee888432fec9aac2f7f8b1/staging/src/k8s.io/apimachinery/pkg/watch/watch.go#L55-L61) and requires "list" and "watch" RBAC permissions. This proposal uses the watcher as it responds slightly faster when all resources are ready, and it is very likely that users applying or deleting resources will have "watch" permissions on their resources.
3131

0 commit comments

Comments
 (0)