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

Fix misleading uffizzi install message related to namespaces #399

Open
gadkins opened this issue Feb 8, 2024 · 0 comments
Open

Fix misleading uffizzi install message related to namespaces #399

gadkins opened this issue Feb 8, 2024 · 0 comments
Assignees

Comments

@gadkins
Copy link
Member

gadkins commented Feb 8, 2024

After running uffizzi install HOSTNAME --namespace NAMESPACE the error message says “This will install in the default namespace” even if they already specified a namespace.

  • Update the existing message to use the name of the namespace given by the user or use 'default' if no namespace is provided.
  • Do not include this line: `To install to a different place, use options '--namespace' and/or '--context'/

Update the message as follows:

$ uffizzi install controller.example.com --email [email protected] --namespace foobar

This command will install Uffizzi in the 'foobar' namespace of 'gke_my-project_us_east5_my-cluster-1' context. 

After installation, new environments created for account 'gadkins' will be deployed to this host cluster.

Okay to proceed? (Y/n)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant