fluid
fluid copied to clipboard
[BUG] Upgrade kubectl to 1.20 in Dockerfile
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