1+ ---
2+ # Source: cluster-api-operator/templates/addon.yaml
3+ apiVersion : v1
4+ kind : Namespace
5+ metadata :
6+ annotations :
7+ " helm.sh/hook " : " post-install"
8+ " helm.sh/hook-weight " : " 1"
9+ name : helm-addon-system
10+ ---
11+ # Source: cluster-api-operator/templates/core.yaml
12+ apiVersion : v1
13+ kind : Namespace
14+ metadata :
15+ annotations :
16+ " helm.sh/hook " : " post-install"
17+ " helm.sh/hook-weight " : " 1"
18+ name : capi-system
19+ ---
20+ # Source: cluster-api-operator/templates/infra-conditions.yaml
21+ apiVersion : v1
22+ kind : Namespace
23+ metadata :
24+ annotations :
25+ " helm.sh/hook " : " post-install"
26+ " helm.sh/hook-weight " : " 1"
27+ name : capi-kubeadm-bootstrap-system
28+ ---
29+ # Source: cluster-api-operator/templates/infra-conditions.yaml
30+ apiVersion : v1
31+ kind : Namespace
32+ metadata :
33+ annotations :
34+ " helm.sh/hook " : " post-install"
35+ " helm.sh/hook-weight " : " 1"
36+ name : capi-kubeadm-control-plane-system
37+ ---
38+ # Source: cluster-api-operator/templates/infra.yaml
39+ apiVersion : v1
40+ kind : Namespace
41+ metadata :
42+ annotations :
43+ " helm.sh/hook " : " post-install"
44+ " helm.sh/hook-weight " : " 1"
45+ name : aws-infrastructure-system
46+ ---
47+ # Source: cluster-api-operator/templates/addon.yaml
48+ apiVersion : operator.cluster.x-k8s.io/v1alpha2
49+ kind : AddonProvider
50+ metadata :
51+ name : helm
52+ namespace : helm-addon-system
53+ annotations :
54+ " helm.sh/hook " : " post-install"
55+ " helm.sh/hook-weight " : " 2"
56+ ---
57+ # Source: cluster-api-operator/templates/infra-conditions.yaml
58+ apiVersion : operator.cluster.x-k8s.io/v1alpha2
59+ kind : BootstrapProvider
60+ metadata :
61+ name : kubeadm
62+ namespace : capi-kubeadm-bootstrap-system
63+ annotations :
64+ " helm.sh/hook " : " post-install"
65+ " helm.sh/hook-weight " : " 2"
66+ spec :
67+ configSecret :
68+ name : aws-variables
69+ namespace : default
70+ ---
71+ # Source: cluster-api-operator/templates/infra-conditions.yaml
72+ apiVersion : operator.cluster.x-k8s.io/v1alpha2
73+ kind : ControlPlaneProvider
74+ metadata :
75+ name : kubeadm
76+ namespace : capi-kubeadm-control-plane-system
77+ annotations :
78+ " helm.sh/hook " : " post-install"
79+ " helm.sh/hook-weight " : " 2"
80+ spec :
81+ configSecret :
82+ name : aws-variables
83+ namespace : default
84+ ---
85+ # Source: cluster-api-operator/templates/core.yaml
86+ apiVersion : operator.cluster.x-k8s.io/v1alpha2
87+ kind : CoreProvider
88+ metadata :
89+ name : cluster-api
90+ namespace : capi-system
91+ annotations :
92+ " helm.sh/hook " : " post-install"
93+ " helm.sh/hook-weight " : " 2"
94+ spec :
95+ version : v1.6.2
96+ manager :
97+ featureGates :
98+ ClusterTopology : true
99+ MachinePool : true
100+ configSecret :
101+ name : aws-variables
102+ namespace : default
103+ ---
104+ # Source: cluster-api-operator/templates/infra.yaml
105+ apiVersion : operator.cluster.x-k8s.io/v1alpha2
106+ kind : InfrastructureProvider
107+ metadata :
108+ name : aws
109+ namespace : aws-infrastructure-system
110+ annotations :
111+ " helm.sh/hook " : " post-install"
112+ " helm.sh/hook-weight " : " 2"
113+ spec :
114+ version : v2.4.0
115+ manager :
116+ featureGates :
117+ ClusterTopology : true
118+ EKSAllowAddRoles : true
119+ EKSEnableIAM : true
120+ MachinePool : true
121+ configSecret :
122+ name : aws-variables
123+ namespace : default
0 commit comments