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

1.9 beta1 rebase #49

Merged
merged 35 commits into from Dec 1, 2017

Conversation

deads2k
Copy link

@deads2k deads2k commented Dec 1, 2017

pweil- and others added 30 commits December 1, 2017 10:51
:100644 100644 a9b6b37... 2328ffc... M	pkg/apiserver/api_installer.go
:100644 100644 c561ddb... 17ef5df... M	pkg/kubelet/server.go
…vider

Previously, if the kubelet tried to register itself with the API server,
and was rejected due to the external ID changing, it would delete the
node object and recreate it.  This commit causes it to tolerate
a change in ExternalID when the ExternalID is not being provided by a
cloud provider, assuming the new ExternalID is either the node's
(metadata) name, or one of node's addresses.

:100644 100644 0c4fdc1... 8deaa82... M	pkg/kubelet/kubelet.go
:100644 100644 b32534e... 3e694fc... M	pkg/controller/serviceaccount/tokens_controller.go
:100644 100644 eaa35e6... 2a50982... M	pkg/client/cache/fifo.go
:100644 100644 0f2ceb8... 667c168... M	pkg/client/cache/fifo_test.go
Doesn't offer enough use, complicates creation and setup.
We don't run system pods so waiting for them is somewhat pointless
:100644 100644 ac7025a... dce57e1... M	pkg/apimachinery/registered/registered.go
Until kubernetes#11016 is resolved, we suspect that a combination of start latency
and the corresponding effect on sync pod latency is causing status
manager to fail to report within the 2 minute window. Double for now

:100644 100644 30b6fd0e94... ea322bbddb... M	test/e2e/common/container_probe.go
Until kubernetes#11016 is fixed, this reduces flakiness in extended suites where
long start delays result in this test failing.

:100644 100644 62b8918f36... 99d37eca2f... M	test/e2e/framework/util.go
:000000 100644 0000000000... cba0760ef5... A	pkg/printers/printer_patch.go
:100644 100644 2177558529... 30fd8ab5f2... M	pkg/printers/printers.go
:100644 100644 f30df0fa2e... 0c114a330a... M	cmd/kube-controller-manager/app/controllermanager.go
:100644 100644 491366288b... 74f4dec20e... M	pkg/controller/client_builder.go
:100644 100644 e6d1b91001... 7be7278c9d... M	pkg/master/client_ca_hook.go
:000000 100644 0000000000... b684356ed4... A	pkg/registry/core/rest/scc_patch.go
:100644 100644 66e2a7be20... ea1028e61e... M	pkg/registry/core/rest/storage_core.go
:100644 100644 31228219fe... 72987e330d... M	pkg/controller/node/timed_workers_test.go
:000000 100644 0000000000... 748bed00fb... A	staging/src/k8s.io/apiserver/pkg/admission/patch.go
:100644 100644 dd1368d4dd... 0e422f990c... M	staging/src/k8s.io/apiserver/pkg/admission/plugins.go
…onfigRollback duplication problem

:100644 100644 a057bae837... 8b7d55030e... M	staging/src/k8s.io/apiserver/pkg/endpoints/openapi/openapi.go
:100644 100644 4e77a7f0ef... 4eb9ac68a4... M	cmd/kube-controller-manager/app/controllermanager.go
:000000 100644 0000000000... 02ce021eee... A	cmd/kube-controller-manager/app/patch.go
Scheduling tests are too aggressive about the health of kube-system.

:100644 100644 b6ef25dc75... 4192ffbea8... M	test/e2e/scheduling/predicates.go
…ion errors

:100644 100644 609805a8a7... 5d82f92cb4... M	pkg/api/serialization_test.go
:100644 100644 e5f5bd4c79... 1a13377e7d... M	staging/src/k8s.io/apimachinery/pkg/apis/meta/fuzzer/fuzzer.go
:100644 100644 2217aa293d... 8ec26f54c4... M	staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/group_version_test.go
:100644 100644 21aa9560e9... c7442ed7ff... M	staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types_test.go
:100644 100644 ce3d77c2b3... 76579e5f2f... M	staging/src/k8s.io/apimachinery/pkg/runtime/serializer/json/json.go
:100644 100644 9fa52a0021... dab9e7233d... M	staging/src/k8s.io/apiserver/pkg/server/config.go
:100644 100644 9be725d4e2... 65e2ed1670... M	staging/src/k8s.io/apiserver/pkg/server/genericapiserver.go
:100644 100644 08e342ef56... 9218a1e185... M	staging/src/k8s.io/apiserver/pkg/server/routes/swagger.go
liggitt and others added 4 commits December 1, 2017 10:54
:100644 100644 48220e0f77... 3157386c7e... M	cmd/kube-controller-manager/app/controllermanager.go
:100644 100644 c02d75b61a... 57990372e8... M	staging/src/k8s.io/apiserver/pkg/storage/etcd/testing/utils.go
:100644 100644 e5a9eb24d4... 0290024128... M	third_party/forked/etcd221/pkg/fileutil/fileutil_test.go
…m to allow multiple containers to union for swagger
@deads2k deads2k mentioned this pull request Dec 1, 2017
@deads2k
Copy link
Author

deads2k commented Dec 1, 2017

Alright, added a missing pick. We'll start here.

@deads2k deads2k merged commit cfa4949 into openshift:release-1.9.0-beta.1 Dec 1, 2017
@deads2k deads2k deleted the rebase-1.9.0-beta.1 branch July 3, 2018 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants