157fd968bd
- Replace kubernetes-common with kubernetes-controller-manager OBS-URL: https://build.opensuse.org/request/show/716573 OBS-URL: https://build.opensuse.org/package/show/devel:kubic:containers/kubic-kube-controller-manager-image?expand=0&rev=3
14 lines
312 B
Bash
14 lines
312 B
Bash
#!/bin/sh
|
|
|
|
#--------------------------------------
|
|
#test -f /.profile && . /.profile
|
|
|
|
#======================================
|
|
# Greeting...
|
|
#--------------------------------------
|
|
echo "Configure image: [$kiwi_iname]..."
|
|
|
|
ln -sf /usr/bin/kube-controller-manager /usr/local/bin/kube-controller-manager
|
|
|
|
exit 0
|