OpenShift
Notes on OpenShift1. To deploy operators on OpenShift see operators.
OpenShift proper
App selection
To get the name of all resources matching a certain label:
$ oc get all --selector app=$APPNAME -o name
To delete said resources use:
$ oc delete all --selector app=$APPNAME
Image loading
CodeReady Containers
SSH into VM
To SSH into a running CRC machine use
ssh -i ~/.crc/machines/crc/id_ecdsa core@192.168.130.11
From inside the VM you can issue normal oc
commands, such as listing the nodes
oc get nodes --context admin --cluster crc --kubeconfig /opt/kubeconfig