- Run Koffer
openshift
plugin
mkdir -p ${HOME}/bundle && \
podman run -it --rm --pull always \
--volume ${HOME}/bundle:/root/bundle:z \
docker.io/cloudctl/koffer:latest bundle \
--plugin openshift
- Check bundle
du -sh ${HOME}/bundle/koffer-bundle.openshift-*.tar.xz
- Extract bundle
sudo tar -xv -f /tmp/koffer-bundle.openshift-*.tar -C /root
- Exec to root
sudo -i
- Declare variables
vi ./answer.sh
- Start Deploy
./konductor.sh
- Exec into konductor
podman exec -it konductor connect
- Monitor cluster operators
watch oc get co