[stable/consul] Pass HttpPort to consul#3375
Conversation
|
/ok-to-test |
|
/ltgm |
|
From what I can tell, only 2/3 pods in the stateful set were up when the tests ran. I'm wondering if maybe we shouldn't update the Relevant lines from the test: |
|
/retest |
|
Had to update part of the tests to get this to pass. Not sure if this is the best place to do it or if we should make modifications to the |
|
@jonstacks --wait has had issue between releases in the past. How about we make the helm test script handle the cluster coming up for some predetermined time -- https://github.com/kubernetes/charts/blob/master/stable/consul/templates/test-config.yaml |
|
@lachie83, Sounds good. I'll Remove the wait and update the consul test. |
a9f820b to
e23d030
Compare
|
I think this should be good to go now. |
|
/approve |
|
Thanks! |
|
@lachie83, I'm thinking your /lgtm from earlier didn't register. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jonstacks, lachie83 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
Fixes #1614.
We were not passing the HTTP port through to consul. This fixes it so that consul serves is HTTP interface on the user supplied port.