-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add documentation for IST0143 #9522
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
Conversation
| When this occurs, the port will not be accessible to other pods. | ||
|
|
||
| This check is primarily added to detect workloads on older Istio versions that may break when upgrading to Istio 1.10 or later. | ||
| This behavior matches what would occur in a standard Kubernetes cluster without Istio, but older versions of Istio exposed these ports |
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.
missing period at end of sentence.
|
|
||
| If you did not intend to expose the application to other pods, you can remove the port from the `Service`. | ||
|
|
||
| if you do want to expose the application to other pods, there are two options |
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.
s/if/If/
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.
Missed the capitalization of first word in the sentence.
|
|
||
| ## An example | ||
|
|
||
| Consider a `Service` like below: |
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.
remove like below?
| app: netcat | ||
| {{< /text >}} | ||
|
|
||
| Selecting a `Pod` running the command `nc localhost 8080`. |
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.
I'm confused by this sentence. Maybe combine with the next sentence and better describe what works in one pod (with the service) and another without.
highly related #9150