Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When adding applications to a cluster, the feedback needs to be more specific #396

Open
fernando-villalba opened this issue Apr 26, 2024 · 0 comments

Comments

@fernando-villalba
Copy link

Issue

When adding applications to a cluster, the feedback is insufficient:

Consider these two examples:

civo kubernetes create  --size g4s.kube.xsmall --nodes 1 test-app
civo kubernetes applications add postgresql:5GB,uptime-kuma:1GB,volcano  --cluster test-app

output:

% civo kubernetes create  --size g4s.kube.xsmall --nodes 1 test-app                                                     
civo kubernetes applications add postgresql:5GB,uptime-kuma:1GB,volcano  --cluster test-app
The cluster test-app (74e90d95-b159-45db-8b1c-93e26162302c) has been created
The application was installed in the Kubernetes cluster test-app

And this:

civo kubernetes create --size g4s.kube.xsmall --nodes 1 --applications postgresql:5GB,uptime-kuma:1GB,volcano test-app

Output:

 % civo kubernetes create --size g4s.kube.xsmall --nodes 1 --applications postgresql:5GB,uptime-kuma:1GB,volcano test-app
The cluster test-app (3aad83f1-ad19-43db-98e0-c019b7287ee6) has been created

Acceptance Criteria

  • When you create an application/s, the command needs to output what applications were created exactly.
  • The output should also ideally tell you if any volumes were created, the names and the cost for each volume.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant