mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-07 09:27:38 -02:30
remove need for baking image to get writeable /opt/bin
This commit is contained in:
@@ -3,6 +3,8 @@ set -e
|
|||||||
|
|
||||||
BINDIR="/opt/bin"
|
BINDIR="/opt/bin"
|
||||||
|
|
||||||
|
mkdir -p $BINDIR
|
||||||
|
|
||||||
cd $BINDIR
|
cd $BINDIR
|
||||||
|
|
||||||
if [[ -e $BINDIR/.bootstrapped ]]; then
|
if [[ -e $BINDIR/.bootstrapped ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user