You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please ensure you do the following when reporting a bug:
Provide a concise description of what the bug is.
Provide information about your environment.
Provide clear steps to reproduce the bug.
Attach applicable logs. Please do not attach screenshots showing logs unless you are unable to copy and paste the log data.
Ensure any code / output examples are properly formatted for legibility.
Overview
Kubernetes v1.18+ introduced Application Protocol for all Services. This is a simple field called appProtocol which identifies the application protocol being used on that service port.
Please ensure you do the following when reporting a bug:
Overview
Kubernetes v1.18+ introduced Application Protocol for all Services. This is a simple field called
appProtocol
which identifies the application protocol being used on that service port.The services created by the v5.2.0 PGO does not include these fields, which prevents other services looking for them to work with the Crunchy PGO. Such as Istio:
https://istio.io/latest/docs/ops/configuration/traffic-management/protocol-selection/#explicit-protocol-selection
Environment
Please provide the following details:
Steps to Reproduce
port
is missing theappProtocol
field.EXPECTED
appProtocol
field appropriately.ACTUAL
appProtocol
field is populatedLogs
n/a
Additional Information
n/a
The text was updated successfully, but these errors were encountered: