When setting tolerations on workspace pods, each toleration appears multiple times in the pod spec #19975
Closed
4 of 23 tasks
Labels
area/che-server
kind/bug
Outline of a bug - must adhere to the bug report template.
severity/P1
Has a major impact to usage or development of the system.
Describe the bug
When setting tolerations for the workspace pods as in the example below, the toleration spec appears multiple times on the pod.
Che version
7.30.1
Steps to reproduce
kubectl get pod -oyaml
to retrieve the Pod spec for the workspace pod.Expected behavior
Each unique toleration should appear only once in the Pod spec.
Runtime
kubectl version
)oc version
)minikube version
andkubectl version
)minishift version
andoc version
)docker version
andkubectl version
)Server Version: version.Info{Major:"1", Minor:"20", GitVersion:"v1.20.7", GitCommit:"6b3f9b283463c1d5a2455df301182805e65c7145", GitTreeState:"clean", BuildDate:"2021-05-19T22:28:47Z", GoVersion:"go1.15.12", Compiler:"gc", Platform:"linux/amd64"}
Screenshots
Installation method
chectl version
commandEnvironment
Eclipse Che Logs
Additional context
The text was updated successfully, but these errors were encountered: