VMware/TKGs: Difference between revisions
Jump to navigation
Jump to search
(Created page with "= TKGs = == Trust CAs == kubectl edit Tkgserviceconfigurations tkg-service-configuration spec: defaultCNI: antrea trust: additionalTrustedCAs: - data: name: == SSH to Worker Nodes == https://docs.vmware.com/en/VMware-vSphere/7.0/vmware-vsphere-with-tanzu/GUID-37DC1DF2-119B-4E9E-8CA6-C194F39DDEDA.html https://williamlam.com/2020/10/how-to-ssh-to-tanzu-kubernetes-grid-tkg-cluster-in-vsphere-with-tanzu.html") |
No edit summary |
||
Line 1: | Line 1: | ||
= TKGs = | = TKGs = | ||
== kapp-controller trust harbor cert == | |||
== Trust CAs == | == Trust CAs == | ||
kubectl edit Tkgserviceconfigurations tkg-service-configuration | kubectl edit Tkgserviceconfigurations tkg-service-configuration |
Revision as of 17:57, 14 August 2024
TKGs
kapp-controller trust harbor cert
Trust CAs
kubectl edit Tkgserviceconfigurations tkg-service-configuration spec: defaultCNI: antrea trust: additionalTrustedCAs: - data: name:
SSH to Worker Nodes
https://docs.vmware.com/en/VMware-vSphere/7.0/vmware-vsphere-with-tanzu/GUID-37DC1DF2-119B-4E9E-8CA6-C194F39DDEDA.html https://williamlam.com/2020/10/how-to-ssh-to-tanzu-kubernetes-grid-tkg-cluster-in-vsphere-with-tanzu.html