Pinned Loading
-
khool-jkube-prez
khool-jkube-prez PublicThis application is created in order to introduce Jkube plugin that replace https://dmp.fabric8.io/
-
khool-machine-config
khool-machine-config PublicThis is a tutorials for testing OpenShift MachineConfig
-
khool-tomcat-session
khool-tomcat-session PublicThis is a tutorials/blog to present how to have a clustered tomcat into kubernetes
Java
-
scaledown project
scaledown project 1TIMESLOT=`date +%y%m%d%H%M%S`;
2for proj in $(oc get project --show-labels -l zone!=production,role!=webhop --no-headers | cut -d " " -f 1); do
3for dc in $(oc get dc -n $proj --show-labels -l zone!=production,role!=webhop --no-headers | cut -d " " -f 1); do
4#echo " dc $dc --replicas=0 -n $proj " | tee -a $TIMESLOT-scaledown.log;
5oc scale dc $dc --replicas=0 -n $proj | tee -a $TIMESLOT-scaledown.log;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.