Can someone help me out with this Tanzu CLI error?
I used Tanzu Community Edition to create a K8s cluster on my home lab (single host Intel Nuc + ESXI + VCenter). I used:
tanzu standalone-cluster create --ui
to start the web UI through which I configured the standalone k8s cluster with a new cluster name.
Then, when I try to see or scale my k8s cluster, all tanzu commands always return an error:
Error: current server "" not found in tanzu config
One other observation:
tanzu config server list returns an empty table
(I know creating the k8s cluster was successful. I obtained the k8s context into my ~/.kube/config file. Then I ran
kubectl get nodes to confirm that the nodes were up. This is the only k8s cluster it can access so I know it was successful.)