-
Notifications
You must be signed in to change notification settings - Fork 1.6k
tasks/egress: document TLS origination with BackendTLSPolicy #16938
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
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Jacek Ewertowski <jacek.ewertowski1@gmail.com>
Signed-off-by: Jacek Ewertowski <jacek.ewertowski1@gmail.com>
| {{< tabset category-name="tls-origination" >}} | ||
|
|
||
| {{< tab name="Istio API" category-value="istio-api" >}} | ||
|
|
||
| {{< text syntax=bash snip_id=apply_origination_destinationrule >}} | ||
| $ kubectl apply -f - <<EOF | ||
| apiVersion: networking.istio.io/v1 | ||
| kind: DestinationRule | ||
| metadata: | ||
| name: edition-cnn-com | ||
| spec: | ||
| host: edition.cnn.com | ||
| trafficPolicy: | ||
| portLevelSettings: | ||
| - port: | ||
| number: 80 | ||
| tls: | ||
| mode: SIMPLE # initiates HTTPS when accessing edition.cnn.com | ||
| EOF | ||
| {{< /text >}} |
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.
These need to be indented to keep the format of the page and the numbering. This is an existing issue with tabset's partial. This cannot be left aligned like this to keep in styling used with the rest of the website.
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.
Ok, thanks. I reverted it.
This reverts commit d70dc6a.
|
/retest |
1 similar comment
|
/retest |
|
@jewertow: The following test failed, say
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
This feature will be available in Istio 1.28.