Replies: 2 comments 4 replies
-
cc @houshengbo is it possible to configure the operator to include tolerations/node the post install jobs? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@serenagrl Does Kubernetes support the tolerations and nodeselector configuration on Jobs? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am evaluating Knative serving on a 3 control-plane k8s configuration and I have chose to use the operator installation method. I am able to get all the knative-serving pods (i.e. activator, autoscaler, net-istio-xxx and etc.) running by configuring the tolerations and nodeselector in the workloads section under the KnativeServing kind. However, I can't get 1 particular pod to run which is the storage-version-migration-serving pod which is stuck at Pending status caused by failed scheduling due to untolerated taints on the nodes.
I have tried to configure it by putting an item with the name "storage-version-migration-serving" in the workloads section but it did not work. Also because the pods are running for the storage-version-migration-serving job, I am unable to patch it.
I would like to know how and where can I configure the tolerations and nodeselector for the storage-version-migration-serving.
Thank You.
Beta Was this translation helpful? Give feedback.
All reactions