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

Pin Istio resources to istio control plane referenced by KafkaCluster #836

Merged
merged 1 commit into from
Jul 15, 2022

Conversation

stoader
Copy link
Member

@stoader stoader commented Jul 15, 2022

Q A
Bug fix? no
New feature? yes
API breaks? no
Deprecations? no
License Apache 2.0

What's in this PR?

Set istio.io/rev label on all Istio custom resources created by koperator pointing to the referenced Istio control plane.

Why?

On Kubernetes clusters where there are multiple Istio Control planes running each control plane will reconcile the same Istio custom resources unless the Istio custom resources is pinned to a specific control plane. Multiple control planes reconciling the same Istio custom resources potentially may lead to incorrect/undesired Istio configuration.

Checklist

  • Implementation tested
  • Error handling code meets the guideline
  • Logging code meets the guideline
  • User guide and development docs updated (if needed)

@stoader stoader requested a review from a team as a code owner July 15, 2022 10:57
Copy link
Member

@pregnor pregnor left a comment

Choose a reason for hiding this comment

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

LGTM

@stoader stoader merged commit db885d5 into master Jul 15, 2022
@stoader stoader deleted the pin-istio-resources branch July 15, 2022 11:47
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.

3 participants