k8s¶Access Kubernetes Cluster Resources
usage: strong-opx k8s [-h] [--project PROJECT] [--env ENVIRONMENT] [--update-config] [-v {0,1,2,3}] [--traceback] plugin operation
Plugin to execute
Plugin operation to execute
show this help message and exit
Select project by its name. If missing, strong-opx will attempt to auto-select project based on current working directory and its parents and looking for presence of configured project
Environment name. If project has only one environment that will be auto selected
Force update kubectl config
Verbosity level; 0=minimal output, 1=normal output, 2=verbose output, 3=very verbose output.
Raise instead of handling known exceptions
To install a specific plugin:
$ strong-opx k8s <plugin> install
To run any plugin operation:
$ strong-opx k8s <plugin> <operation> [additional-operation-args]
See also
See Kubernetes Plugins for list of all available plugins.