Skip to content

Instantly share code, notes, and snippets.

@praveenkumar
Created March 5, 2019 06:01
Show Gist options
  • Save praveenkumar/4f0b929593563c087bc724b75c83ee40 to your computer and use it in GitHub Desktop.
Save praveenkumar/4f0b929593563c087bc724b75c83ee40 to your computer and use it in GitHub Desktop.
[DONT DELETE] installer related gist and comments.
This gist contain the install related comments.
@praveenkumar
Copy link
Author

How to debug for a node

$ oc debug node/<node_name>
$ chroot /host /bin/bash

Get the endpoint of a service

$ oc get svc
$ oc get ed <svc_name>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment