OBS-URL: https://build.opensuse.org/request/show/712443 OBS-URL: https://build.opensuse.org/package/show/devel:kubic:containers/kubic-kube-controller-manager-image?expand=0&rev=1
14 lines
298 B
Bash
14 lines
298 B
Bash
#!/bin/sh
|
|
|
|
#--------------------------------------
|
|
#test -f /.profile && . /.profile
|
|
|
|
#======================================
|
|
# Greeting...
|
|
#--------------------------------------
|
|
echo "Configure image: [$kiwi_iname]..."
|
|
|
|
ln -sf /usr/bin/hyperkube /usr/local/bin/kube-controller-manager
|
|
|
|
exit 0
|