-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to allocate resources while creating kind cluster #2384
Comments
Found info from existing issues reported.
Cluster failed to start with below lengthy errors- `Creating cluster "kind" ... Command Output: I0723 09:23:50.352798 214 initconfiguration.go:246] loading configuration from "/kind/kubeadm.conf"
couldn't initialize a Kubernetes cluster |
If my understanding is right, the kind cluster need less number of resources to spin clusters and multiple nodes. |
This is #877 You cannot use kind for guaranteed QOS resources easily. What you've set with |
I deploy a helm chart in kind and I see the pods are pending because of the resource overcommitted. I can't find any options in how to set the resources while creating kind cluster. Please provide any inputs here.
I was using this config file for kind cluster creation
The text was updated successfully, but these errors were encountered: