Usage
The Kubernetes integration can be used in theKubeClusterresource.
The Kubernetes integration canalso be added directly to a step in theintegrationssection. This automatically configures the kubectl command line interface withaccess to the Kubernetes cluster.
Default Environment Variables
When you create a resource with this integration, andcreate a step that uses it, a set of environment variables is automatically made available.
Environment variable |
Description |
|---|---|
res_ |
Name of the Kubernetes cluster integration |
res_ |
Kubernetes cluster configuration |
When add this integration directly to a step, a set of environment variables is automatically made available.
Environment variable |
Description |
|---|---|
int_ < integration-name>_name |
Name of the Kubernetes cluster integration |
int_ < integration-name>_kubeconfig |
Kubernetes cluster configuration |

