@lesterthomas/kubectl-canvas_logs

1.0.2 • Public • Published

Canvas Log Viewer utility

This is a simple kubectl utility to display log information on the ODA Canvas for a Component.

Installation

npm install @lesterthomas/kubectl-canvas_logs -g

Then, to run plugin within kubectl:

kubectl canvas-logs [component name] [component operator pod name]

(in a future release, it should automatically find the component operator pod name, but for now, you can find it using kubectl get pods --selector app=oda-controller-ingress -n canvas)

The utility will use the current kubeconfig to connect to the Kubernetes cluster. You should get a screen like the one below:

Screenshot

To exit the utility, type CTRL-C

Publishing

To publish a new version, update the version number in the package.json file and use the command

npm publish --access public

Readme

Keywords

none

Package Sidebar

Install

npm i @lesterthomas/kubectl-canvas_logs

Weekly Downloads

2

Version

1.0.2

License

Apache-2.0

Unpacked Size

180 kB

Total Files

4

Last publish

Collaborators

  • lesterthomas