This article outlines the procedure to enable debug logging for Supervisor Management Proxy in a vSphere Supervisor Cluster.
Debug logging may be required when troubleshooting issues related to:
k get pods -n svc-supervisor-management-proxy-domain-<id>NAME READY STATUS RESTARTS AGEsupervisor-management-proxy-xxxxxxxxx-xxxxx 1/1 Running 0 <age>k logs -n svc-supervisor-management-proxy-domain-<id> supervisor-management-proxy-<pod-name>[2026-03-13T07:07:24.049Z] "- - -" 0 - 0 0 2 - "-" "-" "-" "-" "-"[2026-03-13T07:07:25.858Z] "- - -" 0 - 0 0 2 - "-" "-" "-" "-" "-"[2026-03-13T07:07:26.517Z] "- - -" 0 - 0 0 3 - "-" "-" "-" "-" "-"[2026-03-13T07:07:27.135Z] "- - -" 0 - 0 0 2 - "-" "-" "-" "-" "-"[2026-03-13T07:07:27.378Z] "- - -" 0 - 0 0 2 - "-" "-" "-" "-" "-"k get pkgi -n vmware-system-supervisor-servicesNAME PACKAGE NAME VERSION DESCRIPTIONsvc-supervisor-management-proxy.vmware.com supervisor-management-proxy.vmware.com <version> Reconcile succeededk edit pkgi -n vmware-system-supervisor-services svc-supervisor-management-proxy.vmware.comspec: packageRef: refName: supervisor-management-proxy.vmware.comspec: paused: true packageRef: refName: supervisor-management-proxy.vmware.com k edit deployment -n svc-supervisor-management-proxy-domain-<id> supervisor-management-proxyspec: containers: - command: - envoy - --config-path - /etc/envoy/envoy.yaml env: - name: Supervisor_Management_Proxy_POD_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIPspec: containers: - command: - envoy - --config-path - /etc/envoy/envoy.yaml - --log-level - debug env: - name: Supervisor_Management_Proxy_POD_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIPk logs -n svc-supervisor-management-proxy-domain-<id> supervisor-management-proxy-<pod name>[debug][connection] TLS handshake error: certificate verification failed[debug][connection] closing socket[debug][conn_handler] new connection established[debug][dns] DNS resolution returned no recordskubectl edit pkgi -n vmware-system-supervisor-services svc-supervisor-management-proxy.vmware.com