consul-k8s
consul-k8s copied to clipboard
Support peering on agentless
Changes proposed in this PR:
- Update the configuration to support peering with agentless. This required migrating all the grpc ports that were configured to use 8503 to use 8502.
How I've tested this PR:
- Ran the acceptance tests locally on GKE.
How I expect reviewers to test this PR:
- Approve if the acceptance test for Peering goes 🟢
The peering tests are 🟢 . The only failing test is the mesh-gateways test while we plan to comment out in a follow up PR