Skip to content
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

Match named port between container and probe #185

Merged
merged 1 commit into from
Jan 28, 2017

Conversation

bprashanth
Copy link
Contributor

Fixes some confusion around both the targetPort and the readinessProbe
port being IntOrString, but the container port having both a numeric value
and name. More specifically, we were previous matching the target port
with the readiness probe, and hence dropping the case where the container
port and the probe had the same name, but the target port did not.

We were previous matching the target port with the readiness probe, and
hence dropping the case where the container port and the probe had the
same name, but the target port did not.
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Jan 27, 2017
@k8s-reviewable
Copy link

This change is Reviewable

@coveralls
Copy link

Coverage Status

Coverage increased (+0.05%) to 44.24% when pulling 7d709d5 on bprashanth:named_port into 80e718b on kubernetes:master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants