mirror of
https://github.com/kubereboot/kured.git
synced 2026-08-23 21:36:33 +00:00
Add warning to Dockerfile re: upgrading kubectl
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
FROM ubuntu:16.04
|
FROM ubuntu:16.04
|
||||||
RUN apt-get update && apt-get install -y ca-certificates && rm -rf /var/cache/apt
|
RUN apt-get update && apt-get install -y ca-certificates && rm -rf /var/cache/apt
|
||||||
|
# NB: you may need to update RBAC permissions when upgrading kubectl - see kured-rbac.yaml for details
|
||||||
ADD https://storage.googleapis.com/kubernetes-release/release/v1.10.3/bin/linux/amd64/kubectl /usr/bin/kubectl
|
ADD https://storage.googleapis.com/kubernetes-release/release/v1.10.3/bin/linux/amd64/kubectl /usr/bin/kubectl
|
||||||
RUN chmod 0755 /usr/bin/kubectl
|
RUN chmod 0755 /usr/bin/kubectl
|
||||||
COPY ./kured /usr/bin/kured
|
COPY ./kured /usr/bin/kured
|
||||||
|
|||||||
Reference in New Issue
Block a user