Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

kind.yaml 582 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
  1. kind: Cluster
  2. apiVersion: kind.x-k8s.io/v1alpha4
  3. nodes:
  4. - role: control-plane
  5. kubeadmConfigPatches:
  6. - |
  7. kind: InitConfiguration
  8. nodeRegistration:
  9. kubeletExtraArgs:
  10. node-labels: "CriticalAddonsOnly=true,eks-k8s-version=1.29"
  11. - role: worker
  12. kubeadmConfigPatches:
  13. - |
  14. kind: JoinConfiguration
  15. nodeRegistration:
  16. kubeletExtraArgs:
  17. node-labels: "CriticalAddonsOnly=true,eks-k8s-version=1.29"
  18. - role: worker
  19. labels:
  20. "CriticalAddonsOnly": "true"
  21. "eks-k8s-version": "1.29"
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...