Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Fix non-existent HTTPSRoute #227

Merged
merged 1 commit into from
Mar 1, 2021
Merged

Fix non-existent HTTPSRoute #227

merged 1 commit into from
Mar 1, 2021

Conversation

nak3
Copy link
Member

@nak3 nak3 commented Feb 26, 2021

HTTPSRoute does not exist as per gateway API docs.
For HTTPS protocol, HTTPRoute + spec.tls needs to be used.

Signed-off-by: Kenjiro Nakayama nakayamakenjiro@gmail.com

/cc @danehans

HTTPSRoute does not exist as per [gateway API
docs](https://gateway-api.sigs.k8s.io/spec/#networking.x-k8s.io/v1alpha1.HTTPRoute).
For HTTPS protocol, `HTTPRoute` + `spec.tls` needs to be used.

Signed-off-by: Kenjiro Nakayama <nakayamakenjiro@gmail.com>
@nak3 nak3 requested a review from a team as a code owner February 26, 2021 10:57
@nak3 nak3 requested review from sunjayBhatia and youngnick and removed request for a team February 26, 2021 10:57
Copy link
Member

@sunjayBhatia sunjayBhatia left a comment

Choose a reason for hiding this comment

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

Seems like we may need some more automated testing of example YAMLs cc @danehans

@stevesloka stevesloka merged commit 5aaf14e into projectcontour:main Mar 1, 2021
skriss pushed a commit to skriss/contour-operator that referenced this pull request Mar 1, 2021
HTTPSRoute does not exist as per [gateway API
docs](https://gateway-api.sigs.k8s.io/spec/#networking.x-k8s.io/v1alpha1.HTTPRoute).
For HTTPS protocol, `HTTPRoute` + `spec.tls` needs to be used.

Signed-off-by: Kenjiro Nakayama <nakayamakenjiro@gmail.com>
skriss added a commit that referenced this pull request Mar 1, 2021
HTTPSRoute does not exist as per [gateway API
docs](https://gateway-api.sigs.k8s.io/spec/#networking.x-k8s.io/v1alpha1.HTTPRoute).
For HTTPS protocol, `HTTPRoute` + `spec.tls` needs to be used.

Signed-off-by: Kenjiro Nakayama <nakayamakenjiro@gmail.com>

Co-authored-by: Kenjiro Nakayama <nakayamakenjiro@gmail.com>
@danehans
Copy link
Contributor

danehans commented Mar 2, 2021

xref: #211

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants