When I try to apply config.all.yaml, I get following error:
Error from server (Invalid): error when creating "config/all.yaml": Deployment.apps "manager" is invalid: spec.template.spec.containers[0].volumeMounts[2].name: Not found: "config-etcd"
I read all.yaml and find no volumes named config-etcd. How can I fix it?
k8s: v1.23
docker: v20.10.12
When I try to apply config.all.yaml, I get following error:
Error from server (Invalid): error when creating "config/all.yaml": Deployment.apps "manager" is invalid: spec.template.spec.containers[0].volumeMounts[2].name: Not found: "config-etcd"I read all.yaml and find no volumes named config-etcd. How can I fix it?
k8s: v1.23
docker: v20.10.12