You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'Authenticate to kubernetes API with kubectl'
author: 'Smartly.io'
inputs:
kubernetesClusterDomain:
description: 'Fully qualified domain name of the cluster.'
required: true
kubernetesServer:
description: 'Kubernetes server. If this is not specified, the value used will be https://<kubernetesClusterDomain>:6443. Specify this paramater if a different server is required.'
required: false
kubernetesContext:
description: 'Kubernetes context name. Usually the name of the cluster, but can be random.'
required: true
kubernetesNamespace:
description: 'Kubernetes namespace name. Should be similar to service name.'