is node affinity supported by strimzi operator pod? #4437
-
"error: error validating "/tmp/operator/deployment-operator.yaml": error validating data: ValidationError(Deployment.spec.template): unknown field "affinity" in io.k8s.api.core.v1.PodTemplateSpec; if you choose to ignore these errors, turn validation off with --validate=false (Providing the values in deployment-operator.yaml) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The cluster-operator deployment is just deployment as any other. You can configure there whatever you want. From the error, I guess you have some typos there or you placed it in wrong place or something (I would expect it in |
Beta Was this translation helpful? Give feedback.
The cluster-operator deployment is just deployment as any other. You can configure there whatever you want. From the error, I guess you have some typos there or you placed it in wrong place or something (I would expect it in
Deployment.spec.template.spec
for example).