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.
Closes #21
This pull request adds a
--timeout
option fortekton-install uninstall
to allow for timeout to be configurable. This only puts in place timeout for eachkubectl delete -f
command. It is not a timeout fortekton-install uninstall
, but for eachkubectl delete -f
command. By default, the timeout is 0, which is the default forkubectl
.