Skip to content

Commit

Permalink
Update min k8s version
Browse files Browse the repository at this point in the history
  • Loading branch information
asifdxtreme committed Jan 18, 2022
1 parent 4201336 commit 2337348
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bootstrap/kubeadm/api/v1beta1/kubeadm_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ type InitConfiguration struct {
LocalAPIEndpoint APIEndpoint `json:"localAPIEndpoint,omitempty"`

// Patches contains options related to applying patches to components deployed by kubeadm during
// "kubeadm init".
// "kubeadm init". The minimum kubernetes version needed to support Patches is v1.22
// +optional
Patches *Patches `json:"patches,omitempty"`
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2647,7 +2647,8 @@ spec:
type: object
patches:
description: Patches contains options related to applying patches
to components deployed by kubeadm during "kubeadm init".
to components deployed by kubeadm during "kubeadm init". The
minimum kubernetes version needed to support Patches is v1.22
properties:
directory:
description: Directory is a path to a directory that contains
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2677,7 +2677,8 @@ spec:
patches:
description: Patches contains options related to applying
patches to components deployed by kubeadm during "kubeadm
init".
init". The minimum kubernetes version needed to support
Patches is v1.22
properties:
directory:
description: Directory is a path to a directory that
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/kubeadm/types/upstreamv1beta3/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ type InitConfiguration struct {
SkipPhases []string `json:"skipPhases,omitempty"`

// Patches contains options related to applying patches to components deployed by kubeadm during
// "kubeadm init".
// "kubeadm init". The minimum kubernetes version needed to support Patches is v1.22
// +optional
Patches *Patches `json:"patches,omitempty"`
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3115,7 +3115,8 @@ spec:
patches:
description: Patches contains options related to applying
patches to components deployed by kubeadm during "kubeadm
init".
init". The minimum kubernetes version needed to support
Patches is v1.22
properties:
directory:
description: Directory is a path to a directory that contains
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1914,7 +1914,8 @@ spec:
patches:
description: Patches contains options related to applying
patches to components deployed by kubeadm during
"kubeadm init".
"kubeadm init". The minimum kubernetes version needed
to support Patches is v1.22
properties:
directory:
description: Directory is a path to a directory
Expand Down

0 comments on commit 2337348

Please sign in to comment.