Skip to content

Commit

Permalink
Merge pull request #680 from projectcalico/dev/nsk-orchsh-yaml-upd
Browse files Browse the repository at this point in the history
Update kubeadm test yaml to k8s 1.28.2
  • Loading branch information
hedibouattour authored Feb 29, 2024
2 parents d2e4117 + 85a2169 commit daa56bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/scripts/kubeadm/ClusterJoinConfiguration.template.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: kubeadm.k8s.io/v1beta2
apiVersion: kubeadm.k8s.io/v1beta3
caCertPath: /etc/kubernetes/pki/ca.crt
discovery:
bootstrapToken:
Expand All @@ -16,7 +16,7 @@ nodeRegistration:
node-ip: "${FIRST_NODE_IP}"
---
# https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/
apiVersion: kubeadm.k8s.io/v1beta2
apiVersion: kubeadm.k8s.io/v1beta3
kind: ClusterConfiguration
apiServer:
timeoutForControlPlane: 4m0s
Expand Down

0 comments on commit daa56bf

Please sign in to comment.