You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
help, h Shows a list of commands or help for one command
83
89
84
90
GLOBAL OPTIONS:
85
-
--insecure-skip-tls-verify if true, the server's certificate will not be checked for validity [$KD_INSECURE_SKIP_TLS_VERIFY, $PLUGIN_INSECURE_SKIP_TLS_VERIFY]
91
+
--debug debug output [$DEBUG, $PLUGIN_DEBUG]
92
+
--insecure-skip-tls-verify if true, the server's certificate will not be checked for validity [$INSECURE_SKIP_TLS_VERIFY, $PLUGIN_INSECURE_SKIP_TLS_VERIFY]
86
93
--kube-server URL, -s URL kubernetes api server URL [$KUBE_SERVER, $PLUGIN_KUBE_SERVER]
--fail-superseded fail deployment if it has been superseded by another deployment. WARNING: there are some bugs in kubernetes. [$FAIL_SUPERSEDED, $PLUGIN_FAIL_SUPERSEDED]
98
+
--file value, -f value list of kubernetes resources FILE [$FILES, $PLUGIN_FILES]
99
+
--retries value number of deployment status check retries (default: 10) [$RETRIES, $PLUGIN_RETRIES]
100
+
--check-interval value deployment status check interval (default: 15s) [$CHECK_INTERVAL, $PLUGIN_CHECK_INTERVAL]
92
101
--help, -h show help
93
102
--version, -v print the version
94
103
```
@@ -117,7 +126,8 @@ To create a new release, just create a new tag off master.
117
126
118
127
## Contributing
119
128
120
-
We welcome pull requests. Please check existing issues and PRs before submitting a patch.
129
+
We welcome pull requests. Please raise an issue to discuss your changes before
0 commit comments