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: delete outdated system namespaces #522

Merged
merged 1 commit into from
Feb 8, 2019

Conversation

thsig
Copy link
Collaborator

@thsig thsig commented Feb 7, 2019

  • Add a version annotation to k8s namespaces created by the framework.

  • If the garden-system / garden-system--metadata namespaces have
    versions corresponding to another release than is currently being used,
    they're deleted and recreated.

  • Added a releaseName to the k8s ingress-controller system module.

garden-service/src/types/plugin/outputs.ts Outdated Show resolved Hide resolved
garden-service/src/plugins/kubernetes/init.ts Outdated Show resolved Hide resolved
garden-service/src/plugins/kubernetes/init.ts Outdated Show resolved Hide resolved
garden-service/src/constants.ts Outdated Show resolved Hide resolved
garden-service/src/plugins/kubernetes/init.ts Outdated Show resolved Hide resolved
@thsig thsig force-pushed the clear-outdated-system-namespaces branch from 9bd18ba to 5f9dd63 Compare February 8, 2019 17:21
@thsig thsig force-pushed the clear-outdated-system-namespaces branch from 5f9dd63 to 41568c7 Compare February 8, 2019 18:47
* Add a version annotation to k8s namespaces created by the framework.

* Introduced a minimum compatible version constraint for the
garden-system / garden-system--metadata k8s namespaces. If these
namespaces were created by a Garden version older than the current
minimum compatible version, they'll be deleted and recreated.

* Added a releaseName to the k8s ingress-controller system module.
@thsig thsig force-pushed the clear-outdated-system-namespaces branch from 41568c7 to cda0c7c Compare February 8, 2019 18:48
@thsig thsig changed the title [WIP] fix: delete system namespaces from prev. versions fix: delete outdated system namespaces Feb 8, 2019
@thsig thsig merged commit 1b96d23 into master Feb 8, 2019
@thsig thsig deleted the clear-outdated-system-namespaces branch February 11, 2019 12:19
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

Successfully merging this pull request may close these issues.

2 participants