🤖
doing a bit here, a byte there.
- Planet Earth (temporarily)
Pinned Loading
-
openshift notepad
openshift notepad 1#### delete pod via API - from https://access.redhat.com/solutions/3536141
2echo '{ "propagationPolicy": "Background" }' | curl -k -X DELETE -d @- -H "Authorization: Bearer $TOKEN" -H 'Accept: application/json' -H 'Content-Type: application/json' https://openshift-master.$DOMAIN/api/v1/namespaces/$NAMESPACE/pods/$PODNAME
3#### kill haproxy processes older than 12h
4ps -eo pid,etimes,comm,user | awk '{if ($3 = /haproxy/ && $2>43200) print $1}' | xargs kill -15
5#### add infra nodeselector to namespace with oc patch
-
centos8 @ OVH/SoYouStart/Kimsufi
centos8 @ OVH/SoYouStart/Kimsufi 1# centos8 @ OVH/SoYouStart/Kimsufi
2### How to install CentOS 8 on OVH/SoYouStart/Kimsufi
3* connect to the OVH/SoYouStart/Kimsufi API and create a ipxe script under https://eu.api.kimsufi.com/console/#/me/ipxeScript#POST or equivalent, see centos8.ipxe below
4* boot your server from this netboot, and ping it to follow the process. If you can observe the webserver's logs you will se your server's IP pulling kernel and initrd with "iPXE" user agent, then it will start pinging, and retrieve the kickstart.cfg a bit later (with "curl" user agent). This is the moment when you could set your server back to "Boot from Hard Disk".
5* Also at this point you can connect to your server with SSH using the key/password set in the kickstart file. type `tmux a` to attach the install's tmux session and follow the progress. For debugging, check the logs in /tmp and those sent over syslog.
-
checkbot
checkbot PublicForked from tobiasdenzler/checkbot
Checkbot is able to run custom bash script in a container running on OpenShift. These scripts can check funcitonality and compliance settings in your cluster.
Go
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.