Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 00c1d60

Browse files
jascott1knangia
authored andcommitted
Update kubeadm.yaml to 1.17 version (#296)
Closes #295 Signed-off-by: Justin Scott <justin.a.scott@intel.com>
1 parent 07c2231 commit 00c1d60

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

clr-k8s-examples/kubeadm.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apiVersion: kubeadm.k8s.io/v1beta1
1+
apiVersion: kubeadm.k8s.io/v1beta2
22
kind: InitConfiguration
33
---
44
apiVersion: kubelet.config.k8s.io/v1beta1
@@ -13,9 +13,10 @@ kubeReserved:
1313
cpu: 500m
1414
memory: 256M
1515
---
16-
apiVersion: kubeadm.k8s.io/v1beta1
16+
apiVersion: kubeadm.k8s.io/v1beta2
1717
kind: ClusterConfiguration
1818
networking:
1919
dnsDomain: cluster.local
2020
podSubnet: 10.244.0.0/16
2121
serviceSubnet: 10.96.0.0/12
22+

0 commit comments

Comments
 (0)