You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to have a way to programmatically get relevant information from installed apps/addons in the Kubernetes clusters.
For example if I want to programmatically fetch username and password of the database I added to the cluster in a script, it is not possible with the CLI, you need to go via the UI or other methods.
How to replicate
1. Create a cluster with an addon on the CLI and fetch the output
These three commands will create a cluster, install an app in the cluster and then show information about that app.
Issue
We need to have a way to programmatically get relevant information from installed apps/addons in the Kubernetes clusters.
For example if I want to programmatically fetch username and password of the database I added to the cluster in a script, it is not possible with the CLI, you need to go via the UI or other methods.
How to replicate
1. Create a cluster with an addon on the CLI and fetch the output
These three commands will create a cluster, install an app in the cluster and then show information about that app.
The output provided by the last command only serves to provide information. It does not give a password and username for the database.
Acceptance Criteria
Provide a command that outputs username, password and any other relevant configuration outputs.
This can be part of the
show
command with another flag, or yet another subcommand fromcivo kubernetes apps
such ascivo kubernetes apps config
The text was updated successfully, but these errors were encountered: