release clusters exec
Command reference doc for the Release CLI
Runs the given command with the given cluster's Kubernetes and AWS access credentials configured
Description
Runs the given command with the following environment variables set:
KUBECONFIG
set to a temporary file containg the cluster's Kubernetes configAWS_ACCESS_KEY_ID
andAWS_SECRET_KEY
set to credentials with access to the AWS account
This allows you to execute any locally installed command that respects those variables such as the aws
CLI, kubectl
, k9s
, and many others.
The temporary Kubeconfig file and environment variables will be cleaned up when the command exits.
Examples
Options
Options inherited from parent commands
Related
release clusters - Manage clusters
Last updated