forked from kubernetes/kubernetes
-
Notifications
You must be signed in to change notification settings - Fork 112
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
Origin 4.0 kubernetes 1.12.4 #68
Merged
deads2k
merged 71 commits into
openshift:origin-4.0-kubernetes-1.12.4
from
soltysh:origin-4.0-kubernetes-1.12.4
Jan 11, 2019
Merged
Origin 4.0 kubernetes 1.12.4 #68
deads2k
merged 71 commits into
openshift:origin-4.0-kubernetes-1.12.4
from
soltysh:origin-4.0-kubernetes-1.12.4
Jan 11, 2019
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Origin-commit: 7331c6412a9ef1b23155d7fd928f4ddc6961a05b
Origin-commit: a5fade4cb1bb90919a356defa541a4f8ec7d5bb8
…m to allow multiple containers to union for swagger
:100644 100644 b32534e... 3e694fc... M pkg/controller/serviceaccount/tokens_controller.go
Doesn't offer enough use, complicates creation and setup.
: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
: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
…ore than one is present
:100644 100644 6dab988e52... 74b9cce53a... M staging/src/k8s.io/apiserver/pkg/server/config.go :100644 100644 dd9ab0dcfe... fcaec9e519... M staging/src/k8s.io/apiserver/pkg/server/routes/version.go
:100644 100644 4e0ce16e85... 68d79a7878... M test/e2e/common/downwardapi_volume.go
If the service controller is processing a service that does not have type LoadBalancer and does not have any external load balancer recorded in its status, do not call the cloud provider to check for an associated load balancer. This commit fixes bug 1571940. https://bugzilla.redhat.com/show_bug.cgi?id=1571940 Origin-commit: aaf46c42283d2cd2611474ad72a76c196f09d0d1
:100644 100644 c561ddb... 17ef5df... M pkg/kubelet/server.go
Perform bootstrapping in the background when client cert rotation is on, enabling static pods to start before a control plane is reachable.
…wards compatibility Drop in some future release
Origin-commit: b8b5d25c10bf5b59df0026719602dcb1b39458df
The new metrics adapter is periodically failing, causing e2e tests to fail because they get a 500 trying to list podmetrics/nodemetrics. Ignore those resources for now. https://openshift-gce-devel.appspot.com/build/origin-ci-test/pr-logs/pull/openshift_cluster-monitoring-operator/174/pull-ci-openshift-cluster-monitoring-operator-master-e2e-aws/21/ Origin-commit: 02622d5bca18d8d3bdb3c7ca578c6c69dc2631e6
This change updates the ETCD storage test so that its data is exported. Thus it can be used by other tests. The dry run test was updated to consume this data instead of having a duplicate copy. The code to start a master that can be used for "one of every resource" style tests was also factored out. It is reused in the dry run test as well. This prevents these tests from drifting in the future and reduces the long term maintenance burden. Signed-off-by: Monis Khan <[email protected]>
This change updates the etcd storage path test to exercise custom resource storage by creating custom resource definitions before running the test. Duplicated custom resource definition test logic was consolidated. Signed-off-by: Monis Khan <[email protected]>
Workers are now private, which means we can't directly connect to them. For now, make the e2e tests tolerate a bastion hop by proxying the SSH connection from a given instance.
clean picks, names look right. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is 1.12.4 rebase. This includes the same cherry-picks as #67 and additionally all
UPSTREAM
patches from openshift/origin#21450@openshift/sig-master