Skip to content

Commit 2337348

Browse files
committed
Update min k8s version
1 parent 4201336 commit 2337348

6 files changed

+10
-6
lines changed

bootstrap/kubeadm/api/v1beta1/kubeadm_types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ type InitConfiguration struct {
5555
LocalAPIEndpoint APIEndpoint `json:"localAPIEndpoint,omitempty"`
5656

5757
// Patches contains options related to applying patches to components deployed by kubeadm during
58-
// "kubeadm init".
58+
// "kubeadm init". The minimum kubernetes version needed to support Patches is v1.22
5959
// +optional
6060
Patches *Patches `json:"patches,omitempty"`
6161
}

bootstrap/kubeadm/config/crd/bases/bootstrap.cluster.x-k8s.io_kubeadmconfigs.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2647,7 +2647,8 @@ spec:
26472647
type: object
26482648
patches:
26492649
description: Patches contains options related to applying patches
2650-
to components deployed by kubeadm during "kubeadm init".
2650+
to components deployed by kubeadm during "kubeadm init". The
2651+
minimum kubernetes version needed to support Patches is v1.22
26512652
properties:
26522653
directory:
26532654
description: Directory is a path to a directory that contains

bootstrap/kubeadm/config/crd/bases/bootstrap.cluster.x-k8s.io_kubeadmconfigtemplates.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2677,7 +2677,8 @@ spec:
26772677
patches:
26782678
description: Patches contains options related to applying
26792679
patches to components deployed by kubeadm during "kubeadm
2680-
init".
2680+
init". The minimum kubernetes version needed to support
2681+
Patches is v1.22
26812682
properties:
26822683
directory:
26832684
description: Directory is a path to a directory that

bootstrap/kubeadm/types/upstreamv1beta3/types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ type InitConfiguration struct {
6262
SkipPhases []string `json:"skipPhases,omitempty"`
6363

6464
// Patches contains options related to applying patches to components deployed by kubeadm during
65-
// "kubeadm init".
65+
// "kubeadm init". The minimum kubernetes version needed to support Patches is v1.22
6666
// +optional
6767
Patches *Patches `json:"patches,omitempty"`
6868
}

controlplane/kubeadm/config/crd/bases/controlplane.cluster.x-k8s.io_kubeadmcontrolplanes.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3115,7 +3115,8 @@ spec:
31153115
patches:
31163116
description: Patches contains options related to applying
31173117
patches to components deployed by kubeadm during "kubeadm
3118-
init".
3118+
init". The minimum kubernetes version needed to support
3119+
Patches is v1.22
31193120
properties:
31203121
directory:
31213122
description: Directory is a path to a directory that contains

controlplane/kubeadm/config/crd/bases/controlplane.cluster.x-k8s.io_kubeadmcontrolplanetemplates.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1914,7 +1914,8 @@ spec:
19141914
patches:
19151915
description: Patches contains options related to applying
19161916
patches to components deployed by kubeadm during
1917-
"kubeadm init".
1917+
"kubeadm init". The minimum kubernetes version needed
1918+
to support Patches is v1.22
19181919
properties:
19191920
directory:
19201921
description: Directory is a path to a directory

0 commit comments

Comments
 (0)