Run a kubectl command from your computer
| Name |
Version |
| null |
~> 3.2.4 |
No modules.
| Name |
Description |
Type |
Default |
Required |
| always_run |
Always run the task, even if the pipeline has already been run |
bool |
false |
no |
| commands |
Arguments to pass to the kubectl command |
list(string) |
[ "get namespaces" ] |
no |
| kubeconfig |
Kubeconfig file for the cluster |
string |
"~/.kube/config" |
no |
| logfile |
File to write the output of the kubectl command to |
string |
"/tmp/tf_kubectl_cmds.log" |
no |
| namespace |
Namespace to run the command in (optional) |
string |
null |
no |
| Name |
Description |
| id |
The IDs of the kubectl commands |