1
0
kubic-kube-apiserver-minus1.../config.sh

14 lines
294 B
Bash
Raw Normal View History

#!/bin/sh
#--------------------------------------
#test -f /.profile && . /.profile
#======================================
# Greeting...
#--------------------------------------
echo "Configure image: [$kiwi_iname]..."
ln -sf /usr/bin/kube-apiserver /usr/local/bin/kube-apiserver
exit 0