We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
This application is created in order to introduce Jkube plugin that replace https://dmp.fabric8.io/
3 1
This is a tutorials for testing OpenShift MachineConfig
This is a tutorials/blog to present how to have a clustered tomcat into kubernetes
Java
TIMESLOT=`date +%y%m%d%H%M%S`;
for proj in $(oc get project --show-labels -l zone!=production,role!=webhop --no-headers | cut -d " " -f 1); do
for dc in $(oc get dc -n $proj --show-labels -l zone!=production,role!=webhop --no-headers | cut -d " " -f 1); do
#echo " dc $dc --replicas=0 -n $proj " | tee -a $TIMESLOT-scaledown.log;
oc scale dc $dc --replicas=0 -n $proj | tee -a $TIMESLOT-scaledown.log;
There was an error while loading. Please reload this page.