fluid icon indicating copy to clipboard operation
fluid copied to clipboard

[BUG] Upgrade kubectl to 1.20 in Dockerfile

Open cheyang opened this issue 3 years ago • 0 comments

What is your environment(Kubernetes version, Fluid version, etc.)

Describe the bug

ENV K8S_VERSION v1.14.8
RUN curl -o /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/${K8S_VERSION}/bin/linux/amd64/kubectl && chmod +x /usr/local/bin/kubectl

What you expect to happen:

How to reproduce it

Additional Information

cheyang avatar Mar 30 '22 03:03 cheyang