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

Services are not removed by create_cluster.sh #137

Closed
garloff opened this issue Feb 18, 2022 · 1 comment
Closed

Services are not removed by create_cluster.sh #137

garloff opened this issue Feb 18, 2022 · 1 comment
Labels
Container Issues or pull requests relevant for Team 2: Container Infra and Tooling enhancement New feature or request on hold Is on hold Sprint Montreal Sprint Montreal (2023, cwk 40+41)

Comments

@garloff
Copy link
Contributor

garloff commented Feb 18, 2022

create_cluster.sh is not only for creation, but also for updating existing clusters.
A number of things are supported here, like changing the number of nodes, or adding services.
We however currently have no support for removing services here; it's not hard to implement, as it typically takes only a kubectl delete -f call. We might however want to issue warnings and maybe require a --delete option (like rsync) and a --force option for dangerous things.

@garloff
Copy link
Contributor Author

garloff commented Mar 17, 2022

Note: Some care is required, maybe require a --force flag?

@jschoone jschoone added the on hold Is on hold label Oct 10, 2023
@jschoone jschoone reopened this Oct 11, 2023
@jschoone jschoone closed this as not planned Won't fix, can't repro, duplicate, stale Oct 11, 2023
@jschoone jschoone added Container Issues or pull requests relevant for Team 2: Container Infra and Tooling Sprint Montreal Sprint Montreal (2023, cwk 40+41) labels Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Container Issues or pull requests relevant for Team 2: Container Infra and Tooling enhancement New feature or request on hold Is on hold Sprint Montreal Sprint Montreal (2023, cwk 40+41)
Projects
Archived in project
Development

No branches or pull requests

2 participants