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

[addons] Install addons in kube-system #34

Merged
merged 1 commit into from
Dec 6, 2021
Merged

Conversation

jrsdav
Copy link
Contributor

@jrsdav jrsdav commented Dec 6, 2021

The ongoing work of bringing Istio support to this module has highligted the need for installing cluster specific addons into the kube-system namespace instead of sn-system. This PR addresses this by changing the namespace for the Helm deployments accordingly.

In the future, sn-system will be reserved for StreamNative components, such as our operators and Istio itself.

The ongoing work of bringing Istio support to this module has highligted the need for installing cluster specific addons into the kube-system namespace instead of sn-system. In the future, sn-system will be reserved for StreamNative components, such as our operators and Istio itself.
@@ -102,7 +102,7 @@ resource "helm_release" "cert_manager" {
chart = var.cert_manager_helm_chart_name
cleanup_on_fail = true
name = "cert-manager"
namespace = kubernetes_namespace.sn_system.id
namespace = "kube-system"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While it makes sense to install cert-manager into kube-system, any ClusterIssuer or Certificate that we create should be into sn-system. Is that still the case?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, that will still be the case.

@jrsdav jrsdav merged commit 4ee37b7 into master Dec 6, 2021
@delete-merged-branch delete-merged-branch bot deleted the fix/addon_namespaces branch December 6, 2021 23:08
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