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

add readiness probe to proxy test #21730

Merged
merged 1 commit into from
Feb 24, 2016

Conversation

lavalamp
Copy link
Member

Fixes #21484

@k8s-github-robot
Copy link

Labelling this PR as size/M

@k8s-github-robot k8s-github-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Feb 23, 2016
@k8s-bot
Copy link

k8s-bot commented Feb 23, 2016

GCE e2e build/test failed for commit 9d87b47.

Image: config.Image,
Command: config.Command,
Ports: []api.ContainerPort{{ContainerPort: 80}},
ReadinessProbe: config.ReadinessProbe,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't we actually need to poll till Ready? Assuming if this method didn't know about readiness before it only polled till Running, but I haven't checked.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One might think so, but it actually already has separate runningButNotReady and runningAndReady states that it prints out in the logs.

@bprashanth
Copy link
Contributor

The e2e failure is #21769, in case you need a rerun without uploading a new commit

@ikehz ikehz assigned bprashanth and unassigned ikehz Feb 23, 2016
@ikehz
Copy link
Contributor

ikehz commented Feb 23, 2016

Handing over to @bprashanth to review; hand back if you'd rather not.

@lavalamp
Copy link
Member Author

@k8s-bot test this flake #21769

(thx @bprashanth)

@bprashanth bprashanth added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Feb 23, 2016
@k8s-bot
Copy link

k8s-bot commented Feb 23, 2016

GCE e2e test build/test passed for commit 9d87b47.

@k8s-bot
Copy link

k8s-bot commented Feb 23, 2016

GCE e2e test build/test passed for commit 9d87b47.

@lavalamp
Copy link
Member Author

@k8s-oncall this is a flake fix, please manually merge

1 similar comment
@lavalamp
Copy link
Member Author

@k8s-oncall this is a flake fix, please manually merge

a-robinson added a commit that referenced this pull request Feb 24, 2016
add readiness probe to proxy test
@a-robinson a-robinson merged commit 0b4d702 into kubernetes:master Feb 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm "Looks good to me", indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants