File tree Expand file tree Collapse file tree 4 files changed +0
-56
lines changed
charts/cluster-api-runtime-extensions-nutanix/defaultclusterclasses
examples/capi-quick-start Expand file tree Collapse file tree 4 files changed +0
-56
lines changed Original file line number Diff line number Diff line change 52
52
apiVersion : infrastructure.cluster.x-k8s.io/v1beta2
53
53
kind : AWSMachineTemplate
54
54
name : eks-quick-start-worker-machinetemplate
55
- - class : system-worker
56
- template :
57
- bootstrap :
58
- ref :
59
- apiVersion : bootstrap.cluster.x-k8s.io/v1beta2
60
- kind : EKSConfigTemplate
61
- name : eks-quick-start-worker-configtemplate
62
- infrastructure :
63
- ref :
64
- apiVersion : infrastructure.cluster.x-k8s.io/v1beta2
65
- kind : AWSMachineTemplate
66
- name : eks-quick-start-worker-machinetemplate
67
55
---
68
56
apiVersion : infrastructure.cluster.x-k8s.io/v1beta2
69
57
kind : AWSManagedClusterTemplate
Original file line number Diff line number Diff line change @@ -102,19 +102,3 @@ spec:
102
102
cluster.x-k8s.io/cluster-api-autoscaler-node-group-max-size : " ${WORKER_MACHINE_COUNT}"
103
103
cluster.x-k8s.io/cluster-api-autoscaler-node-group-min-size : " ${WORKER_MACHINE_COUNT}"
104
104
name : md-0
105
- - class : system-worker
106
- metadata :
107
- labels :
108
- node-restriction.kubernetes.io/capi-controllers : " "
109
- name : system
110
- replicas : 1
111
- variables :
112
- overrides :
113
- - name : workerConfig
114
- value :
115
- eks :
116
- iamInstanceProfile : control-plane.cluster-api-provider-aws.sigs.k8s.io
117
- taints :
118
- - effect : NoSchedule
119
- key : node-restriction.kubernetes.io/capi-controllers
120
- value : " true"
Original file line number Diff line number Diff line change 82
82
- class : default-worker
83
83
name : md-0
84
84
replicas : ${WORKER_MACHINE_COUNT}
85
- - class : system-worker
86
- name : system
87
- metadata :
88
- labels :
89
- node-restriction.kubernetes.io/capi-controllers : " "
90
- replicas : 1
91
- variables :
92
- overrides :
93
- - name : workerConfig
94
- value :
95
- taints :
96
- - effect : NoSchedule
97
- key : node-restriction.kubernetes.io/capi-controllers
98
- value : " true"
99
- eks :
100
- iamInstanceProfile : " control-plane.cluster-api-provider-aws.sigs.k8s.io"
Original file line number Diff line number Diff line change 30
30
name : " quick-start-worker-machinetemplate"
31
31
apiVersion : infrastructure.cluster.x-k8s.io/v1beta2
32
32
kind : AWSMachineTemplate
33
- - class : system-worker
34
- template :
35
- bootstrap :
36
- ref :
37
- name : " quick-start-worker-configtemplate"
38
- apiVersion : bootstrap.cluster.x-k8s.io/v1beta2
39
- kind : EKSConfigTemplate
40
- infrastructure :
41
- ref :
42
- name : " quick-start-worker-machinetemplate"
43
- apiVersion : infrastructure.cluster.x-k8s.io/v1beta2
44
- kind : AWSMachineTemplate
45
33
---
46
34
kind : AWSManagedClusterTemplate
47
35
apiVersion : infrastructure.cluster.x-k8s.io/v1beta2
You can’t perform that action at this time.
0 commit comments