Skip to content

Commit

Permalink
Merge pull request #655 from entando/ENDOC-635
Browse files Browse the repository at this point in the history
ENDOC-635 change k3s version
  • Loading branch information
nshaw authored Dec 22, 2022
2 parents 0d30e7c + b09a0f7 commit 85bd8fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vuepress/docs/next/docs/getting-started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ It's packaged as a single <50MB binary that minimizes the dependencies and proce
1. Install the version of `K3s` supported by Entando 7.1. Note that this may not be the latest version of Kubernetes.

``` bash
curl -sfL https://get.k3s.io | INSTALL_K3S_CHANNEL="v1.22.15+k3s1" sh -
curl -sfL https://get.k3s.io | INSTALL_K3S_CHANNEL="v1.23.14+k3s1" sh -
```

2. Check that the cluster `STATUS` is `Ready`.
Expand Down
2 changes: 1 addition & 1 deletion vuepress/docs/v7.1/docs/getting-started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ It's packaged as a single <50MB binary that minimizes the dependencies and proce
1. Install the version of `K3s` supported by Entando 7.1. Note that this may not be the latest version of Kubernetes.

``` bash
curl -sfL https://get.k3s.io | INSTALL_K3S_CHANNEL="v1.22.15+k3s1" sh -
curl -sfL https://get.k3s.io | INSTALL_K3S_CHANNEL="v1.23.14+k3s1" sh -
```

2. Check that the cluster `STATUS` is `Ready`.
Expand Down

0 comments on commit 85bd8fd

Please sign in to comment.