We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Introduce KongSNI.
KongSNI
API details: https://kong-platform-api.netlify.app/konnect/control-planes-config/v2/openapi.yaml/#tag/SNIs
Introduce KongSNI CRD in https://github.com/Kong/kubernetes-configuration
Implement a reconciler which will use that CRD.
This reconciler should be able to be disabled via CLI flag / env variable.
SNI
Programmed
The text was updated successfully, but these errors were encountered:
randmonkey
Successfully merging a pull request may close this issue.
Problem statement
Introduce
KongSNI
.API details: https://kong-platform-api.netlify.app/konnect/control-planes-config/v2/openapi.yaml/#tag/SNIs
Proposed solution
Introduce
KongSNI
CRD in https://github.com/Kong/kubernetes-configurationImplement a reconciler which will use that CRD.
This reconciler should be able to be disabled via CLI flag / env variable.
Acceptance criteria
SNI
s in Konnect based on the CRD spec.Programmed
status conditionThe text was updated successfully, but these errors were encountered: