Description
Describe the bug
vCD 10.4.1.20912624 CSE 3.1.4. I have to templates "ubuntu-20.04_k8-1.23_weave-2.8.1" and "ubuntu-16.04_k8-1.21_weave-2.8.1". When I create native cluster in vCD with template "ubuntu-16.04_k8-1.21_weave-2.8." everything works fine, but when I create cluster with template "ubuntu-20.04_k8-1.23_weave-2.8.1" I have an error
"Could not initialize cluster: Initialize cluster script execution failed on node ['mstr-ausf']:['error execution phase preflight: [preflight] Some fatal errors occurred:\n\t[ERROR CRI]: container runtime is not running: output: time="2023-04-03T13:20:32Z" level=fatal msg="validate service connection: CRI v1 runtime API is not implemented for endpoint \"unix:///run/containerd/containerd.sock\": rpc error: code = Unimplemented desc = unknown service runtime.v1.RuntimeService"\n, error: exit status 1\n[preflight] If you know what you are doing, you can make a check non-fatal with --ignore-preflight-errors=...
\nTo see the stack trace of this error execute with --v=5 or higher\n']"
Reproduction steps
- In vCD Kubernetes Container Clusters (plug-in Container UI Plugin 3.4.0) click New
- Check Native cluster
- select "ubuntu-20.04_k8-1.23_weave-2.8.1"
- Then VDC, compute, storage etc.
Expected behavior
That it will deploy the cluster in the unbuntu 20.04 version
Additional context
No response