Skip to content

Describe service ports with appProtocol #2957

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

Merged
merged 2 commits into from
Apr 15, 2022
Merged

Describe service ports with appProtocol #2957

merged 2 commits into from
Apr 15, 2022

Conversation

rjeberhard
Copy link
Member

V8o noticed that the ports for the operator's services were causing warnings for Kiali because they don't follow the Istio guidelines on port-naming and/or protocol designation, as described here: https://istio.io/latest/docs/ops/configuration/traffic-management/protocol-selection/#explicit-protocol-selection.

I choose not to rename the ports because the port names are references in some of our scripts, e.g. scalingAction.sh, therefore, I choose the other alternative which is to add the appProtocol field with the protocol information.

We didn't need to change the operator runtime because Services created by the operator are already sensitive to Istio's port naming requirements.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@rjeberhard rjeberhard merged commit a9e561b into main Apr 15, 2022
@rjeberhard rjeberhard deleted the owls-97860 branch April 15, 2022 18:37
rjeberhard added a commit to rjeberhard/weblogic-kubernetes-operator that referenced this pull request Apr 14, 2023
* Describe service ports with appProtocol
robertpatrick pushed a commit that referenced this pull request Apr 26, 2023
* Describe service ports with appProtocol
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