-
Notifications
You must be signed in to change notification settings - Fork 326
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
Add helm value to enable cluster peering #1270
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great! have a question about marking this feature as TECH PREVIEW in the values file
charts/consul/values.yaml
Outdated
@@ -29,6 +29,13 @@ global: | |||
# Consul into Kubernetes will have, e.g. `service-name.service.consul`. | |||
domain: consul | |||
|
|||
# Configures the Cluster Peering feature. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we mark this with [TECH PREVIEW] or something?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i added [Experimental] for this and the CRD fields
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would [Tech Preview] make more sense? I thought it might be a more internal word?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yup!! :)
# If true, the Helm chart will enable Cluster Peering for the cluster. This will enable peering controllers and | ||
# allow use of the PeeringAcceptor and PeeringDialer CRDs to establish peerings for service mesh. | ||
# @type boolean | ||
enabled: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should say which version is required
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added this for the peering block, thanks!
0315efe
to
6c8c7ee
Compare
… is not set when peering is
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
EXCELLENT!
Changes proposed in this PR:
How I've tested this PR:
unit tests
How I expect reviewers to test this PR:
👀
Checklist: