kubeconfig
to store cluster authentication information. JovianX uses kubeconfig
files to access the Kubernetes clusters. The kubeconfig
file contains a list of contexts to which JovianX can refer when running Kubernetes operations. kubeconfig
file, which will be used for controlling the Kubernetes cluster. kubecofnig
files should include configuration for context
, which should define a cluster
and auser
. User is a Kubernetes service account that has the cluster-admin role. $ ./kubeconfig-create.sh
Generate administrative Kubeconfig file for your cluster
This script generates a Kubeconfig file that allows full administrative access to your cluster Please note that this creates a Kubernetes service account 'jovianx-admin' with
CLUSTER-ADMIN
role in the 'jovianx-system' namespace.
Proceed?[Y/n]
...
Settings
> General
> Application
Kubernetes configuratio
components
section, making it a static definition. Or by setting the context by settings_descriptors
, which allows the user to provide input(option selection) that results in setting context for a component. component
directly, or set it by settings_descriptors
.component
:kube_context
directive:settings_descriptors
:kube_context
directive in the components
section:kube_context
is a supported directive for settings_descriptors of the following descriptor types: radio, select and checkbox