mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-17 04:31:24 -03:30
remove need for baking image to get writeable /opt/bin
This commit is contained in:
parent
242e96d251
commit
f949bfd46c
@ -3,6 +3,8 @@ set -e
|
||||
|
||||
BINDIR="/opt/bin"
|
||||
|
||||
mkdir -p $BINDIR
|
||||
|
||||
cd $BINDIR
|
||||
|
||||
if [[ -e $BINDIR/.bootstrapped ]]; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user