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

Fix split hostnet example not creating #941

Merged
merged 1 commit into from
Mar 14, 2019

Conversation

stevesloka
Copy link
Member

The example hostnet-split example didn't have escaped strings for the host-ports causing an error when applying the manifest.

Fixes #940

Signed-off-by: Steve Sloka slokas@vmware.com

Copy link
Contributor

@davecheney davecheney left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with small nit

@@ -36,9 +36,9 @@ spec:
- --xds-port
- $(CONTOUR_SERVICE_PORT)
- --envoy-service-http-port
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please make match troubleshooting.md and the help text generated by contour serve -h

- --envoy-service-http-port=80
- --envoy-service-https-port=443

Then we shouldn't have to deal with wacky yaml quoting rules

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great point @dfc! I updated the other args to match so we don't have different examples.

Signed-off-by: Steve Sloka <slokas@vmware.com>
@davecheney davecheney added this to the 0.11.0 milestone Mar 14, 2019
@davecheney davecheney merged commit 315da52 into projectcontour:master Mar 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants