fix: kubectl version update (#14762)

Signed-off-by: Gallardot <gallardot@apache.org>
This commit is contained in:
Gallardot 2023-08-17 17:13:18 +08:00 committed by GitHub
parent e2b97c026e
commit f7ba26f030
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: |