Skip to content

Instantly share code, notes, and snippets.

View zeldi's full-sized avatar

Zeldi Suryady zeldi

  • Kuala Lumpur - Malaysia
View GitHub Profile
oc <verb> <resoure_type> [<name>]
User Login and Authetication
============================
oc login -u system:admin https://ose-master01.example.com:8443
oc whoami
oc whoami -t # prints token which is used to authenticate any api requests from this session to master.
oc logout
oc new-project build-project