-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Fix system container detection #26586
Fix system container detection #26586
Conversation
Marking do-not-merge until node e2e infra has been updated. |
I'm updating the CoreOS image to include systemd cpu & memory configs. |
@vishh - thanks |
@redhat-k8s-bot test this |
#26592 updates Core OS images. |
316960f
to
8bac9a7
Compare
I do not think it is expected. @ixdy https://storage.cloud.google.com/kubernetes-jenkins/pr-logs/pull/26586/node-pull-build-e2e-test/9239/build-log.txt shows a failure, but the github status is success... |
PR Jenkins for node e2e probably isn't looking at the junit files. @spxtr @pwittrock |
@derekwaynecarr The CoreOS image has the required configs. I suspect that the kubelet cgroup detection logic has bugs, since the summary test is flaky. |
@vishh - objections to merging this now that coreos is out of the testing pool? |
I wish we had a systemd based distro to test against. AFAIK, we don't have any as of now to validate this PR. |
@derekwaynecarr Apologies. I did not realize that the RH test stack was running node e2e and not cluster e2e. |
Hmm. Looked at the run in more detail and it did not actually run node On Wednesday, June 8, 2016, Vish Kannan notifications@github.com wrote:
|
The reason I ask is because I noticed race conditions on CoreOS and there On Wed, Jun 8, 2016 at 6:22 PM, Derek Carr notifications@github.com wrote:
|
not sure why jenkins is unhappy all of a sudden, will rebase and retag. |
8bac9a7
to
08cdc0e
Compare
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e build/test passed for commit 08cdc0e. |
Automatic merge from submit-queue |
Fixes #25909
/cc @vishh @ncdc @eparis @wojtek-t - this reverts the revert #26478
This should merge when node e2e setups were updated per #26289