Customized guest of Supervisor Control plane VM • Configuration error (since dd/mm/yyyy, hh:mm:ss) • System error occurred on Master node with identifier ############. Details: Log forwarding sync update failed: Command '['/usr/bin/kubectl', '--kubeconfig', '/etc/kubernetes/admin.conf', 'get', 'configmap', 'fluentbit-config-system', '--namespace', 'vmware-system-logging', '--ignore-not-found=true', '-o', 'json']' returned non-zero exit status 1..Configured Supervisor Control plane VM's Management NetworkConfigured Supervisor Control plane VM as Kubernetes Control Plane NodeConfigured Supervisor Control plane VM's Workload Network • Configuration error (since dd/mm/yyyy, hh:mm:ss) • System error occurred on Master node with identifier ############. Details: Timed out waiting for APIServer Pod spec to reflect changes done to manifest file. • System error occurred on Master node with identifier ############. Details: Nginx proxy config for Pinniped update failed: Command '['/usr/bin/kubectl', '--kubeconfig', '/etc/kubernetes/admin.conf', 'get', 'svc', 'pinniped-supervisor', '--namespace', 'vmware-system-pinniped', '--ignore-not-found=true', '-o', 'jsonpath={.spec.clusterIP}']' returned non-zero exit status 1.. • System error occurred on Master node with identifier ############. Details: Nginx proxy config for authproxy update failed: Command '['/usr/bin/kubectl', '--kubeconfig', '/etc/kubernetes/admin.conf', 'get', 'secret', 'wcp-authproxy-client-secret', '--namespace', 'kube-system', '--ignore-not-found=true', '-o', 'json']' returned non-zero exit status 1..
kubectl get nodes displays one or more Supervisor control plane nodes in a NotReady state.kubelet logs on the impacted node with journalctl -xeu kubelet displays authentication or connection refused errors:journalctl -xeu kubelet
Output:
YYYY-MM-DD:T:HH:MM:SS <Node ID> kubelet[######]: status_manager.go:853] "Failed to get status for pod" podUID="###########" pod="kube-system/wcp-authproxy-##########" err="Get \"https://127.0.0.1:6443/api/v1/namespaces/kube-system/pods/wcp-authproxy-########\": dial tcp 127.0.0.1:6443: connect: connection refused"
vSphere Kubernetes Service
To resolve this issue, first confirm if the management network NIC on the affected Supervisor control plane node VM is disconnected.
If the management network NIC is connected, proceed to restart the kubelet service on the affected node.
df -hsystemctl restart kubelet
kubectl get nodesJapanese KB: Supervisorクラスタが構成エラーになる