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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]