Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ARM
k8s
Kured
Commits
5731b98a
Commit
5731b98a
authored
Jun 05, 2018
by
Adam Harrison
Browse files
Add warning to Dockerfile re: upgrading kubectl
parent
efbb0c3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmd/kured/Dockerfile
View file @
5731b98a
FROM
ubuntu:16.04
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
RUN
chmod
0755 /usr/bin/kubectl
COPY
./kured /usr/bin/kured
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment