Skip to content

Commit

Permalink
HDDS-5500. New k3s version breaks kubernetes test (#2464)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeJahad authored Jul 27, 2021
1 parent ceb79ac commit 0236213
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hadoop-ozone/dev-support/checks/_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ install_k3s() {
}

_install_k3s() {
curl -sfL https://get.k3s.io | sh -
curl -sfL https://get.k3s.io | INSTALL_K3S_VERSION="v1.21.2+k3s1" sh -
sudo chmod a+r $KUBECONFIG
}

Expand Down

0 comments on commit 0236213

Please sign in to comment.