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

Document behavior with default/custom namespaces #19

Open
dmartin35 opened this issue Mar 19, 2020 · 1 comment
Open

Document behavior with default/custom namespaces #19

dmartin35 opened this issue Mar 19, 2020 · 1 comment

Comments

@dmartin35
Copy link
Contributor

If the namespace is created by the user, it will not be deleted.

if a namespace is not specified, a unique namespace will be created, used to create resources in it , and deleted when deleting the chaos experiment

if the user specifies a namespace name, that does not exist, it will be deleted . Bare in mind that the first experiment creating the namespace is owner, and will delete it, event if other experiments are created into that same custom namespace. !!

A default namespace can be used to have all experiments into a single namespace

@dmartin35
Copy link
Contributor Author

recommandation,

  • if you don't care about the namespace, leave the default auto behavior
  • if you want all your experiments into a single namespace, create it before ! No experiment will own it , it will last as long as you want to.

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