Env vars HOST_CLUSTER_KUBECONFIG and HOST_CLUSTER_CONTEXT was not defined before in quick start
xiaopei-yuan opened this issue · 1 comments
xiaopei-yuan commented
In quickstart "Source the kubeconfig of the host cluster", shall I define HOST_CLUSTER_KUBECONFIG and HOST_CLUSTER_CONTEXT in my bash profile manually?
gary-lgy commented
HOST_CLUSTER_KUBECONFIG and HOST_CLUSTER_CONTEXT are meant to be replaced with the actual values of the host cluster. There's no need to modify your shell profile :)
If you reached this step right after following the "Installation" section, HOST_CLUSTER_KUBECONFIG should be $HOME/.kube/kubeadmiral/kubeadmiral-host.yaml
and HOST_CLUSTER_CONTEXT should be kind-kubeadmiral-host
.