
Title
Page icon
Create new category
Edit page index title
Edit category
Edit link
Kubernetes Worker VM Stuck in Provisioning State
Problem
Kubernetes cluster is stuck in
ScalingUpstate & Machine Status is stuck inProvisioningstate.


Environment
Private Cloud Director Kubernetes - v2025.4 and Higher
Component - Kubernetes
Cause
Review the
machinedeploymentsfrom the<SHORTNAME_DEFAULT_SERVICE>namespace. There are no Ready replicas.
Further checking the
machinesobject, the VM is infailedstate. In the yaml output of the machine resource, it complains about a missing key.
Resolution
As a prerequisite, public SSH key needs to be added in the PCD Virtualization before creating a Kubernetes cluster. The key name has to be
defaultonly, any other name must not be used. This key is used to bootstrapped into the worker nodes and will be used to access the worker nodes later.This can be created via UI Networks and Security SSH Keys.
All users need to have individual SSH Key created.