Add support for LocalConnectTimeoutMs and LocalRequestTimeoutMs on service-defaults CRD#1642
Add support for LocalConnectTimeoutMs and LocalRequestTimeoutMs on service-defaults CRD#1642erdanzhang wants to merge 2 commits intohashicorp:mainfrom
Conversation
|
Thank you for your submission! We require that all contributors sign our Contributor License Agreement ("CLA") before we can accept the contribution. Read and sign the agreement Learn more about why HashiCorp requires a CLA and what the CLA includes Have you signed the CLA already but the status is still pending? Recheck it. |
|
Thank you @erdanzhang. Could you also sign the CLA as well? We will take a look. |
|
@david-yu Thanks for the quick reply. |
thisisnotashwin
left a comment
There was a problem hiding this comment.
Hey @erdanzhang !! Thank you so much for your contribution. Have a comment about how the CRD in the templates folder has been generated.
| app: consul | ||
| chart: consul-helm |
There was a problem hiding this comment.
The changes to this file should be autogenerated by running make ctrl-generate ctrl-manifests
There was a problem hiding this comment.
@thisisnotashwin Thanks for the comments!! Auto-gen code is cool
After I run make ctrl-generate ctrl-manifests, there are few other files got changed as well
modified: charts/consul/templates/crd-peeringacceptors.yaml
modified: charts/consul/templates/crd-peeringdialers.yaml
modified: charts/consul/templates/crd-servicedefaults.yaml
modified: control-plane/api/v1alpha1/zz_generated.deepcopy.go
modified: control-plane/config/crd/bases/consul.hashicorp.com_servicedefaults.yaml
Could you help double check if the changes are intended?
|
Hi @erdanzhang you would either sign with the email associated with your GitHub account or amend the author email on the git commits associated with that PR to match the address from their cla submission. These are the only ways to get the CLA to pass from chatting with the CLA team. |
9e9c52d to
a076ee5
Compare
|
@david-yu @thisisnotashwin Seems the CLA check still failed after I amended the git author email to the one used to sign the agreement. |

Changes proposed in this PR:
Add maxInboundConnections to service-defaults CRD
fix #1641
Checklist:
Reference of similar PR before adding entries to serviceDefault:
#1437