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

Allow Deploying Multiple Ingress Controllers per Cluster #546

Merged
merged 2 commits into from
Apr 26, 2019

Conversation

Dean-Coakley
Copy link
Contributor

@Dean-Coakley Dean-Coakley commented Apr 23, 2019

Proposed changes

Re: #528
Fixes: #549

All names of resources created by a deployment must be unique.

  • By default helm chart now prepends release name to all resources it creates to ensure no conflicts occur when deploying 2 or more ingress controllers in the same namespace.

  • leaderLockName now set on daemonset

  • Add missing docs about defaultTLS secret to values.yaml

Checklist

Before creating a PR, run through this checklist and mark each as complete.

  • I have read the CONTRIBUTING doc
  • I have checked that all unit tests pass after adding my changes
  • I have updated necessary documentation
  • I have rebased my branch onto master
  • I will ensure my PR is targeting the master branch and pulling from my branch from my own fork

@Dean-Coakley Dean-Coakley added the bug An issue reporting a potential bug label Apr 23, 2019
@Dean-Coakley Dean-Coakley self-assigned this Apr 23, 2019
Copy link

@dlapcenko dlapcenko left a comment

Choose a reason for hiding this comment

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

controller.reportIngressStatus.externalService name mismatch has to be addressed.

@dlapcenko
Copy link

dlapcenko commented Apr 24, 2019

@Dean-Coakley could metadata.namespace: {{ .Release.Namespace }} be added to templates as part of this PR please? is necessary for certain deploy processes (spinnaker helm).

@Dean-Coakley
Copy link
Contributor Author

Dean-Coakley commented Apr 24, 2019

@dlapcenko That change is reasonable. We'll land that change in a separate PR shortly - as it's not related to: #528

Copy link
Contributor

@pleshakov pleshakov left a comment

Choose a reason for hiding this comment

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

Please see my suggestions.

Also, could you update the description of the PR so that it reflects that PR changes?

deployments/helm-chart/Chart.yaml Outdated Show resolved Hide resolved
deployments/helm-chart/templates/rbac.yaml Outdated Show resolved Hide resolved
@Dean-Coakley Dean-Coakley changed the title Fix helm-chart multiple deployments in same namespace Allow Deploying Multiple Ingress Controllers per Cluster Apr 26, 2019
Copy link
Contributor

@martialonline martialonline left a comment

Choose a reason for hiding this comment

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

Looking good.

@Dean-Coakley Dean-Coakley merged commit 9974b50 into master Apr 26, 2019
@Dean-Coakley Dean-Coakley deleted the feature/multi-ic branch April 26, 2019 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An issue reporting a potential bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Not possible to install multiple times in different namespaces
5 participants