neils-dev commented on a change in pull request #2485:
URL: https://github.com/apache/ozone/pull/2485#discussion_r692608879



##########
File path: hadoop-ozone/dev-support/checks/_lib.sh
##########
@@ -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 -

Review comment:
       This a known bug for kubernetes k3s that appeared a few weeks ago due to 
a version upgrade to k3s (resolved on master) that appears in the feature 
branch apache:HDDS-4440-s3-performance.  The added line to _lib.sh fixes the 
issue for the feature branch.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to