workers: machineDeployments: - class: node-pool name: work-node replicas: # variables: overrides: - name: volumes value: - capacity: #Gi mountPath: /var/lib/containerd name: containerdKind: VirtualMachineType: WarningMessage: persistent volume: <work-node-name>-containerd not attached to VM
vSphere Kubernetes Service
The message "persistent volume not attached to VM" is a Warning-level event, not a fatal failure. It typically appears during the transient state of the disk attachment process, indicating that the system has initiated the mounting operation but has not yet fully synchronized the status between the supervisor and the guest cluster.
Due to the reconciliation loop, the controller continuously retries the attachment until the desired state is achieved. Seeing this warning during the initial creation or scaling phase is considered expected behavior.
The afterward message CnsNodeVmAttachment object as Normal with the reason NodeVMAttachSucceeded is the definitive confirmation that the PVC has successfully attached to the guest cluster worker node VM.
Kind: CnsNodeVmAttachmentType: NormalMessage: ReconcileCnsNodeVMAttachment: Successfully updated entry in CNS for instance with name "work-node-name-containerd" and namespace "namespace".Reason: NodeVMAttachSucceeded