Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
ababcd54
Commit
ababcd54
authored
3 years ago
by
Calin Cristian Andrei
Committed by
Kubernetes Prow Robot
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[kube] make 1.23.3 the new default
parent
7caffde0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
inventory/sample/group_vars/k8s_cluster/k8s-cluster.yml
+1
-1
1 addition, 1 deletion
inventory/sample/group_vars/k8s_cluster/k8s-cluster.yml
roles/kubespray-defaults/defaults/main.yaml
+1
-1
1 addition, 1 deletion
roles/kubespray-defaults/defaults/main.yaml
with
3 additions
and
3 deletions
README.md
+
1
−
1
View file @
ababcd54
...
@@ -131,7 +131,7 @@ Note: Upstart/SysV init based OS types are not supported.
...
@@ -131,7 +131,7 @@ Note: Upstart/SysV init based OS types are not supported.
## Supported Components
## Supported Components
-
Core
-
Core
-
[
kubernetes
](
https://github.com/kubernetes/kubernetes
)
v1.23.
2
-
[
kubernetes
](
https://github.com/kubernetes/kubernetes
)
v1.23.
3
-
[
etcd
](
https://github.com/etcd-io/etcd
)
v3.5.1
-
[
etcd
](
https://github.com/etcd-io/etcd
)
v3.5.1
-
[
docker
](
https://www.docker.com/
)
v20.10 (see note)
-
[
docker
](
https://www.docker.com/
)
v20.10 (see note)
-
[
containerd
](
https://containerd.io/
)
v1.5.9
-
[
containerd
](
https://containerd.io/
)
v1.5.9
...
...
This diff is collapsed.
Click to expand it.
inventory/sample/group_vars/k8s_cluster/k8s-cluster.yml
+
1
−
1
View file @
ababcd54
...
@@ -17,7 +17,7 @@ kube_token_dir: "{{ kube_config_dir }}/tokens"
...
@@ -17,7 +17,7 @@ kube_token_dir: "{{ kube_config_dir }}/tokens"
kube_api_anonymous_auth
:
true
kube_api_anonymous_auth
:
true
## Change this to use another Kubernetes version, e.g. a current beta release
## Change this to use another Kubernetes version, e.g. a current beta release
kube_version
:
v1.23.
2
kube_version
:
v1.23.
3
# Where the binaries will be downloaded.
# Where the binaries will be downloaded.
# Note: ensure that you've enough disk space (about 1G)
# Note: ensure that you've enough disk space (about 1G)
...
...
This diff is collapsed.
Click to expand it.
roles/kubespray-defaults/defaults/main.yaml
+
1
−
1
View file @
ababcd54
...
@@ -15,7 +15,7 @@ is_fedora_coreos: false
...
@@ -15,7 +15,7 @@ is_fedora_coreos: false
disable_swap
:
true
disable_swap
:
true
## Change this to use another Kubernetes version, e.g. a current beta release
## Change this to use another Kubernetes version, e.g. a current beta release
kube_version
:
v1.23.
2
kube_version
:
v1.23.
3
## The minimum version working
## The minimum version working
kube_version_min_required
:
v1.21.0
kube_version_min_required
:
v1.21.0
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment