1.1.2 • Published 12 months ago

@lesterthomas/kubectl-canvas_logs v1.1.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
12 months ago

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 -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
1.1.1

12 months ago

1.1.0

12 months ago

1.0.4

12 months ago

1.1.2

12 months ago

1.0.3

12 months ago

1.0.2

3 years ago

1.0.1

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago