You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2021/08/20 02:14:05 UTC

[GitHub] [ozone] neils-dev commented on a change in pull request #2485: HDDS-5213. Create and a specific OmTransportFactory for GrpcOmTransport

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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org