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

Don't register duplicate services from different k8s namespaces #527

Merged
merged 4 commits into from
Jun 1, 2021

Commits on Jun 1, 2021

  1. Don't register duplicate services from different k8s namespaces

    When Consul namespaces are not enabled and we are processing a service
    that already exists in Consul but with a different k8s namespace meta,
    we skip service registration to avoid service name collisions.
    ishustava committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    29107c7 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    ishustava committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    dadf217 View commit details
    Browse the repository at this point in the history
  3. Fix ent test

    ishustava committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    2e24391 View commit details
    Browse the repository at this point in the history
  4. fix typo in a comment

    ishustava committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    ba2bd1e View commit details
    Browse the repository at this point in the history