You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/06/14 16:07:45 UTC

[GitHub] [airflow] potiuk commented on a diff in pull request #24395: Vendor in the bitnami chart

potiuk commented on code in PR #24395:
URL: https://github.com/apache/airflow/pull/24395#discussion_r897020600


##########
scripts/ci/libraries/_kind.sh:
##########
@@ -69,7 +69,7 @@ function kind::make_sure_kubernetes_tools_are_installed() {
     kubectl_url="https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/${system}/${machine}/kubectl"
     if [[ -f "${KUBECTL_BINARY_PATH}" ]]; then
         local downloaded_kubectl_version
-        downloaded_kubectl_version="$(${KUBECTL_BINARY_PATH} version --client=true --short | awk '{ print $3 }')"

Review Comment:
   We will be re-doing this part when we add it to Breeze (I hope shortly). I will respond then ok :)? 



-- 
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: commits-unsubscribe@airflow.apache.org

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