1.0.2 • Published 2 years ago

@lesterthomas/kubectl-canvas_logs v1.0.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years 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-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
1.0.2

2 years ago

1.0.1

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago