Gallardot commented on code in PR #15053:
URL:
https://github.com/apache/dolphinscheduler/pull/15053#discussion_r1366435277
##########
.github/workflows/e2e-k8s.yml:
##########
@@ -70,7 +70,7 @@ jobs:
- name: Create k8s Kind Cluster
run: |
# install kubectl
- curl -LO "https://dl.k8s.io/release/$(curl -L -s
https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
Review Comment:
I understand the purpose of this PR. It is indeed necessary to use a
specific version of kubectl instead of using the latest version of kubectl
because the iteration of k8s version is relatively frequent. Perhaps we should
unify the versions of kubectl and the kind cluster to avoid version differences.
@ruanwenjun @zhongjiajie
--
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]