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

Initial commit of istio refactor #37

Merged
merged 2 commits into from
Jan 6, 2022
Merged

Initial commit of istio refactor #37

merged 2 commits into from
Jan 6, 2022

Conversation

jrsdav
Copy link
Contributor

@jrsdav jrsdav commented Jan 3, 2022

Related: https://github.com/streamnative/cloud-api-server/issues/800
This refactor removes the locally sourced Istio Operator helm chart in favor of of the recently re-worked Istio configuration stored in the streamnative/terraform-helm-charts repo.

@jrsdav jrsdav requested a review from EronWright January 3, 2022 21:27
locals.tf Outdated Show resolved Hide resolved
@@ -96,7 +96,7 @@ resource "helm_release" "external_dns" {
repository = var.external_dns_helm_chart_repository
timeout = 300
version = var.external_dns_helm_chart_version

Copy link
Contributor

Choose a reason for hiding this comment

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

The external_dns module should depend on the istio module, since it relies on the CRDs.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We can't add a dependency to Istio if it's an optional plugin (i.e. Platform use case).

Copy link
Contributor

@EronWright EronWright Jan 6, 2022

Choose a reason for hiding this comment

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

I suppose that the dependency between external_dns and istio modules would need to be expressed in the aggregated module, that I believe should be prescriptive.

variables.tf Outdated Show resolved Hide resolved
@jrsdav jrsdav marked this pull request as ready for review January 6, 2022 17:25
@jrsdav jrsdav merged commit 85dcef5 into master Jan 6, 2022
@delete-merged-branch delete-merged-branch bot deleted the refactor/istio branch January 6, 2022 17:26
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