vmware-tanzu / vsphere-kubernetes-drivers-operator

vSphere Kubernetes Driver Operator to simplify and automate the lifecycle management of CSI and CPI for Kubernetes cluster running on vSphere
Other
28 stars 9 forks source link

install failed: deployment vdo-controller-manager not ready before timeout #150

Closed erezbatish closed 2 years ago

erezbatish commented 2 years ago

Hi There I deployed VDO 0.2.0 on OpenShift version 4.9.25, after VDO deployment I'm getting an error: install failed: deployment vdo-controller-manager not ready before timeout: deployment "vdo-controller-manager" exceeded its progress deadline

Looking at the vdo-controller-manager deployment status I see the following: _status: observedGeneration: 3 unavailableReplicas: 1 conditions:

I created the required SCC prior to the VDO deployment per the Getting Started Guide, this is how the SCC YAML looks like after creation:

_allowHostPorts: true priority: null requiredDropCapabilities: null allowPrivilegedContainer: true runAsUser: type: RunAsAny users:

Can you please advise? The SCC looks OK and per instructions. Thanks

erezbatish commented 2 years ago

Issue resolved, the name of the namespaces was incorrect, the name space name was "vsphere-kubernetes-driver-operator" while in the SCC it was "vsphere-kubernetes-drivers-operator".