-
I want to test some scenarios using 3rd party scheduler like volcano. But I don't understand how to use kwok in this scenario.These are my steps:
and I got this error
My needs:
|
Beta Was this translation helpful? Give feedback.
Answered by
wzshiming
Feb 20, 2024
Replies: 1 comment 1 reply
-
kwok itself does not actually run the container see more I recommend using kwokctl to create a cluster without a scheduler, and then using kubeconfig to schedule the pods from an external scheduler. kwokctl create cluster --disable-kube-scheduler
external-scheduler --kubeconfig ~/.kube/config The following are cases for some projects |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
hwdef
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
kwok itself does not actually run the container see more
I recommend using kwokctl to create a cluster without a scheduler, and then using kubeconfig to schedule the pods from an external scheduler.
kwokctl create cluster --disable-kube-scheduler external-scheduler --kubeconfig ~/.kube/config
The following are cases for some projects
Istio
Linkerd
Argo
KubeVirt
Kyverno
YuniKorn
Karmada
Karpenter
KubeAmiral
MCAD