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

Revert "[Kubelet] Optionally consume configuration from <node-name> named config maps" #31287

Closed
wants to merge 1 commit into from

Conversation

lavalamp
Copy link
Member

@lavalamp lavalamp commented Aug 23, 2016

Reverts #30090

Kubelet test is red, merge queue is blocked.

@mikedanese (build cop)


This change is Reviewable

@luxas
Copy link
Member

luxas commented Aug 23, 2016

Hmm, first see if #31282 fixes it

@k8s-github-robot
Copy link

@lavalamp PR needs rebase

@k8s-github-robot k8s-github-robot added needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. release-note-label-needed labels Aug 23, 2016
@k8s-bot
Copy link

k8s-bot commented Aug 23, 2016

GCE e2e build/test passed for commit 2b1ab9c.

@Random-Liu
Copy link
Member

The test in the PR should be run in serial test suite instead of kubelet-gce-e2e-ci.
We've sent a PR to mark the test as serial and has been merged #31282.

@lavalamp lavalamp closed this Aug 23, 2016
@lavalamp lavalamp deleted the revert-30090-dynamic-kubelet-restart branch August 23, 2016 20:33
@mikedanese
Copy link
Member

I manually restarted the jenkins build and am watching it. All looks good so far.

@Random-Liu
Copy link
Member

It seems that there is still something wrong here:


13:39:27 I0823 13:39:27.083507    5572 run_e2e.go:559] Deleting instance "tmp-node-e2e-519dfbc3-coreos-alpha-1122-0-0-v20160727"
13:39:27 E0823 13:39:27.257592    5572 run_e2e.go:562] Error deleting instance "tmp-node-e2e-519dfbc3-coreos-alpha-1122-0-0-v20160727": googleapi: Error 404: The resource 'projects/k8s-jkns-ci-node-e2e/zones/us-central1-f/instances/tmp-node-e2e-519dfbc3-coreos-alpha-1122-0-0-v20160727' was not found, notFound
13:39:27 ================================================================
13:39:27 Failure Finished Host  Test Suite
13:39:27 
13:39:27 unable to create gce instance with running docker daemon for image coreos-alpha-1122-0-0-v20160727.  googleapi: Error 404: The resource 'projects/k8s-jkns-ci-node-e2e/zones/us-central1-f/instances/tmp-node-e2e-519dfbc3-coreos-alpha-1122-0-0-v20160727' was not found, notFound
13:39:27 ================================================================
13:39:27 I0823 13:39:27.348859    5572 run_e2e.go:559] Deleting instance "tmp-node-e2e-519dfbc3-gci-dev-54-8711-0-0"
13:39:27 I0823 13:39:27.479226    5572 run_e2e.go:559] Deleting instance "tmp-node-e2e-519dfbc3-e2e-node-ubuntu-trusty-docker9-v1-image"
13:39:27 E0823 13:39:27.509008    5572 run_e2e.go:562] Error deleting instance "tmp-node-e2e-519dfbc3-gci-dev-54-8711-0-0": googleapi: Error 404: The resource 'projects/k8s-jkns-ci-node-e2e/zones/us-central1-f/instances/tmp-node-e2e-519dfbc3-gci-dev-54-8711-0-0' was not found, notFound
13:39:27 ================================================================
13:39:27 Failure Finished Host  Test Suite
13:39:27 
13:39:27 unable to create gce instance with running docker daemon for image gci-dev-54-8711-0-0.  googleapi: Error 404: The resource 'projects/k8s-jkns-ci-node-e2e/zones/us-central1-f/instances/tmp-node-e2e-519dfbc3-gci-dev-54-8711-0-0' was not found, notFound
13:39:27 ================================================================
13:39:27 I0823 13:39:27.545837    5572 run_e2e.go:559] Deleting instance "tmp-node-e2e-519dfbc3-e2e-node-containervm-v20160321-image"
13:39:27 E0823 13:39:27.630538    5572 run_e2e.go:562] Error deleting instance "tmp-node-e2e-519dfbc3-e2e-node-ubuntu-trusty-docker9-v1-image": googleapi: Error 404: The resource 'projects/k8s-jkns-ci-node-e2e/zones/us-central1-f/instances/tmp-node-e2e-519dfbc3-e2e-node-ubuntu-trusty-docker9-v1-image' was not found, notFound
13:39:27 ================================================================
13:39:27 Failure Finished Host  Test Suite
13:39:27 
13:39:27 unable to create gce instance with running docker daemon for image e2e-node-ubuntu-trusty-docker9-v1-image.  googleapi: Error 404: The resource 'projects/k8s-jkns-ci-node-e2e/zones/us-central1-f/instances/tmp-node-e2e-519dfbc3-e2e-node-ubuntu-trusty-docker9-v1-image' was not found, notFound
13:39:27 ================================================================
13:39:27 E0823 13:39:27.701175    5572 run_e2e.go:562] Error deleting instance "tmp-node-e2e-519dfbc3-e2e-node-containervm-v20160321-image": googleapi: Error 404: The resource 'projects/k8s-jkns-ci-node-e2e/zones/us-central1-f/instances/tmp-node-e2e-519dfbc3-e2e-node-containervm-v20160321-image' was not found, notFound
13:39:27 ================================================================
13:39:27 Failure Finished Host  Test Suite
13:39:27 
13:39:27 unable to create gce instance with running docker daemon for image e2e-node-containervm-v20160321-image.  googleapi: Error 404: The resource 'projects/k8s-jkns-ci-node-e2e/zones/us-central1-f/instances/tmp-node-e2e-519dfbc3-e2e-node-containervm-v20160321-image' was not found, notFound

@mikedanese
Copy link
Member

I kicked the build again.

@mikedanese
Copy link
Member

Is this possibly related?

@Random-Liu
Copy link
Member

@mikedanese Hm, may be.

@mikedanese
Copy link
Member

#31296

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants