knative-extensions / kn-plugin-admin

Kn plugin for managing a Kubernetes based Knative installation.
Apache License 2.0
7 stars 18 forks source link

As a Knative administrator, I want to get logging access url and other info easily #33

Closed chaozbj closed 3 years ago

chaozbj commented 3 years ago

Knative administrator usually need to access logging for debugging purpose. The kn-admin plugin will start a proxy in background and provide the access url.

$ kn admin obv logging get --endpoint
Local proxy started.
Access url: http://localhost:8001/api/v1/namespaces/knative-monitoring/services/kibana-logging/proxy/app/kibana
navidshaikh commented 3 years ago

how about kn admin obv logging start-proxy ?

The command should reflect the operation while the URL can be the result for the successful operation. Following how we do kn service create. cc: @duglin

edit: or even kn admin obv logging proxy

chaozbj commented 3 years ago

@navidshaikh Thanks for your comments, we will consider to use a meaningful name for this command.

chaozbj commented 3 years ago

/assign

github-actions[bot] commented 3 years ago

This issue is stale because it has been open for 90 days with no activity. It will automatically close after 30 more days of inactivity. Reopen the issue with /reopen. Mark the issue as fresh by adding the comment /remove-lifecycle stale.