Closed ryanj closed 9 years ago
It looks like node-kubernetes-client
only makes a single watcher endpoint available: watchPods
watchPods
is probably a good starting point. Once we get pod statuses flowing, we can work on adding other status messages as well.
Fetch an access token here: https://openshift-master.summit.paas.ninja:8443/oauth/token/display
Then run:
OPENSHIFT_SERVER=openshift-master.summit.paas.ninja:8443 ACCESS_TOKEN=$YOUR_API_ACCESS_TOKEN npm start
Done
Use https://www.npmjs.com/package/swagger or https://www.npmjs.com/package/node-kubernetes-client to set up a few watchers.