tanzu context use command.TCA: 3.2.0
TCP: 5.0
Air-gapped deployment
The failure is caused by missing or malformed configuration entries in the following files inside the kbs-tkg252 pod:
/root/.config/tanzu/config.yaml
/root/.config/tanzu/config-ng.yamlSpecifically, the required server and context definitions for the new management cluster are absent. As a result, the Tanzu CLI fails to retrieve the necessary credentials to proceed with the deployment.
Open a shell in the pod:
Edit the file at /root/.config/tanzu/config.yaml and add the following content, replacing <cluster-name> with your actual cluster name:
Edit the file at /root/.config/tanzu/config-ng.yaml with the corresponding context block:
Run the following command to validate:
Retry the management cluster deployment through the TCA user interface.