fix: kubectl version update (#14762)

Signed-off-by: Gallardot <gallardot@apache.org>
(cherry picked from commit f7ba26f030)
This commit is contained in:
Gallardot 2023-08-17 17:13:18 +08:00 committed by Jay Chung
parent 477a8bdf42
commit 9094423635
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ jobs:
kind_node_image="kindest/node:v1.23.17"
echo "Kubernetes version: ${kind_node_image}"
kind create cluster --name dolphinscheduler --image ${kind_node_image}
kubectl version --short
kubectl version
kubectl get all --all-namespaces
- name: Load images
run: |