Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
fc9e04f6
Commit
fc9e04f6
authored
Aug 01, 2019
by
Lubomir I. Ivanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kubeadm: update the supported version for 1.15
parent
c36a584d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
constants.go
cmd/kubeadm/app/constants/constants.go
+3
-3
No files found.
cmd/kubeadm/app/constants/constants.go
View file @
fc9e04f6
...
...
@@ -379,13 +379,13 @@ var (
ControlPlaneComponents
=
[]
string
{
KubeAPIServer
,
KubeControllerManager
,
KubeScheduler
}
// MinimumControlPlaneVersion specifies the minimum control plane version kubeadm can deploy
MinimumControlPlaneVersion
=
version
.
MustParseSemantic
(
"v1.1
3
.0"
)
MinimumControlPlaneVersion
=
version
.
MustParseSemantic
(
"v1.1
4
.0"
)
// MinimumKubeletVersion specifies the minimum version of kubelet which kubeadm supports
MinimumKubeletVersion
=
version
.
MustParseSemantic
(
"v1.1
3
.0"
)
MinimumKubeletVersion
=
version
.
MustParseSemantic
(
"v1.1
4
.0"
)
// CurrentKubernetesVersion specifies current Kubernetes version supported by kubeadm
CurrentKubernetesVersion
=
version
.
MustParseSemantic
(
"v1.1
4
.0"
)
CurrentKubernetesVersion
=
version
.
MustParseSemantic
(
"v1.1
5
.0"
)
// SupportedEtcdVersion lists officially supported etcd versions with corresponding Kubernetes releases
SupportedEtcdVersion
=
map
[
uint8
]
string
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment