danielhelfand / tekton-install

CLI for Installing Tekton components on a Kubernetes cluster
Apache License 2.0
1 stars 0 forks source link

Add --timeout Option for Uninstall #31

Closed danielhelfand closed 4 years ago

danielhelfand commented 4 years ago

Closes #21

This pull request adds a --timeout option for tekton-install uninstall to allow for timeout to be configurable. This only puts in place timeout for each kubectl delete -f command. It is not a timeout for tekton-install uninstall, but for each kubectl delete -f command. By default, the timeout is 0, which is the default for kubectl.