Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change rke and Kubernetes to newer versions #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ An ansible role that setup kubernetes cluster with rke on rhel/centos/fedora and
## Tags:
## Variables:

* `rke_kubernetes_version`: `v1.19.3-rancher1-1` - Map the RKE kubernetes image version across the selection to the kubernetes version.
* `rke_kubernetes_version`: `v1.20.6-rancher1-1` - Map the RKE kubernetes image version across the selection to the kubernetes version.



* `rke_version`: `v1.2.1` - Defines rke version.
* `rke_version`: `v1.2.8` - Defines rke version.



Expand Down
4 changes: 2 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# defaults file for k8s_rke
# @var rke_kubernetes_version: v1.19.3-rancher1-1
# Map the RKE kubernetes image version across the selection to the kubernetes version.
rke_kubernetes_version: v1.19.3-rancher1-1
rke_kubernetes_version: v1.20.6-rancher1-1
# @var rke_version: v1.2.1
# Defines rke version.
rke_version: v1.2.1
rke_version: v1.2.8
# @var rke_binary_url: "https://github.com/rancher/rke/releases/download/{{ rke_version }}/rke_linux-amd64"
# Defines rke binary url download.
rke_binary_url: "https://github.com/rancher/rke/releases/download/{{ rke_version }}/rke_linux-amd64"
Expand Down