release clusters shell
Command reference doc for the Release CLI
Starts a local shell with the given cluster's Kubernetes and AWS access credentials configured
Description
Starts a local shell 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.
This runs an an instance of your default shell respecting your $SHELL
variable, falling back to bash
if it's not set.
The temporary Kubeconfig file and environment variables will be cleaned up when you exit the shell.
Tip: Configure your shell to display the current Kubernetes cluster and AWS details in your prompt to make it clear which cluster/AWS account you're currently accessing.
Examples
Options
Options inherited from parent commands
Related
release clusters - Manage clusters
Last updated