- 30 Sep, 2016 31 commits
-
-
deads2k authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Add community expectations about conduct and reviewing. @sarahnovotny @smarterclayton @philips @thockin @davidopp @jbeda As discussed in the previous community meeting here's a description of the expectations around community, I expanded it a little bit beyond code review because it seemed like a good place to put it down in one location. Please let me know what I got wrong (or right ;) Thanks --brendan
-
Brendan Burns authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Proposal: Add HyperContainer runtime This PR adds a proposal for integrating [HyperContainer](http://hypercontainer.io) runtime via CRI. CC @dchen1107 @kubernetes/sig-node
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Extend logging for kubemark failures debugging Ref https://github.com/kubernetes/kubernetes/issues/33723
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Copy objects in federation test helper Push clean copies of passed objects in test helper in federation controllers tests. Fixes: #33667 cc: @gmarek @quinton-hoole @kubernetes/sig-cluster-federation
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue formatting json printer for runtime.Unknown Formatting JSONPrinter. It prints everything in one single line before. Now it prints in well-formatted way.
-
Wojciech Tyczynski authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Add a script to "stop" GKE cluster creation Fix #33749
-
gmarek authored
-
Marcin Wielgus authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Support metadata producer with underlying data. Ref #24246
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fake docker portfoward for in-process docker CRI integration This is necessary to pass e2e tests for in-process docker CRI integration. This is part of #31459. cc/ @Random-Liu @kubernetes/sig-node
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Bump up addon kube-dns to v20 for graceful termination Below images are built and pushed: - gcr.io/google_containers/kubedns-amd64:1.8 - gcr.io/google_containers/kubedns-arm:1.8 - gcr.io/google_containers/kubedns-arm64:1.8 - gcr.io/google_containers/kubedns-ppc64le:1.8 Both kubedns and dnsmasq are bumped up in the manifest files. @thockin @bprashanth
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue cluster/gci: Minor spacing tweak Two shall be the number thou shalt indent, and the level of the indent shall be two. Three shalt thou not indent, neither indent thou once, excepting that thou then proceed to two. Five is right out. /cc @andyzheng0831 @jlowdermilk
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue PetSet replica count status test **What this PR does / why we need it**: It adds a test for PetSet status replica count. It should fail now, but will pass when https://github.com/kubernetes/kubernetes/pull/32117 is merged. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #31965 **Special notes for your reviewer**: It will need to be rebased after #32117 is merged in, don't need detailed review before that. **Release note**: ```release-note NONE ``` Added fakeKubeClient and other fake types needed to test what is sent to API when replica count is updated. These fakes can be extended for other tests.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue CRI: Add dns option, rename DNSOption to DNSConfig. Today, the DNS opt string is hardcoded in multiple places [[1]](https://github.com/kubernetes/kubernetes/blob/v1.5.0-alpha.0/pkg/kubelet/rkt/rkt.go#L117) [[2]](https://github.com/kubernetes/kubernetes/blob/v1.5.0-alpha.0/pkg/kubelet/dockertools/docker_manager.go#L88), we'd probably move the default to kubelet, and pass down to runtimes. /cc @kubernetes/sig-node @kubernetes/sig-rktnetes @feiskyer @thockin
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fix summary_test.go ARM build Fixes https://github.com/kubernetes/kubernetes/issues/33761 /cc @ixdy @luxas
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue CRI: Fix mount issue in dockershim. For https://github.com/kubernetes/kubernetes/issues/33189. The test `Container Runtime Conformance Test container runtime conformance blackbox test when starting a container that exits should report termination message if TerminationMessagePath is set` flakes a lot. (see https://k8s-testgrid.appspot.com/google-node#kubelet-cri-gce-e2e&width=5) After some investigation, I found the problem is that we are using pointer of iterator. This fixes the flake. @yujuhong @feiskyer
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Add a bash version check and some suggested updates for OSX. ref #32564 cc @johscheuer
-
Pengfei Ni authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Disallow headless Services with LB type **What this PR does / why we need it**: It adds new validation rule for Services, to ensure that creating LoadBalancer type service with cluster IP set to "None" fails. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #33036 **Release note**: ```release-note Creating LoadBalancer Service with "None" ClusterIP is no longer possible ```
-
Random-Liu authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Add OpenAPI specs to source tree Similar to swagger spec, adding openapi specs in a separate folder api/openapi-spec To make sure we generate a consistent spec, parameters need to be sorted first.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Increase timeout for federated ingress test. Right now federated ingress e2e takes more than 1 minute, as we need to wait for the first clusters ingress to have an IP address allocated to it before creating the others. Sometimes this takes a while due to GCE loadbalancer backend delays.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Add periodic reconciliation of federated ingress This ensures that even in the face of some fairly unlikely errors, if we miss watch triggers for any reason, the ingresses still stay in sync.
-
MrHohn authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue gce/coreos: Fix dnsmasq image name This bug was inadvertently introduced in #32406. The longer term plan (shouldn't be too much longer) is to remove this file entirely and rely on the `gci-trusty` version of it, but to stop some bleeding and allow our jenkins using kube-up + coreos to work, we should merge this fix until we have the more complete solution. cc @MrHohn @yifan-gu @thockin
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Use UpdateStatus, not Update, to add LoadBalancerStatus to Federated Ingress. See https://github.com/kubernetes/kubernetes/pull/33502 for detailed description.
-
mbohlool authored
-
mbohlool authored
-
- 29 Sep, 2016 9 commits
-
-
Euan Kemp authored
Two shall be the number thou shalt indent, and the level of the indent shall be two. Three shalt thou not indent, neither indent thou once, excepting that thou then proceed to two. Five is right out.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue [Federation] Sleep for 2m (arbitrarily chosen) to let the underlying clusters to clean up all the resources they are holding. cc @kubernetes/sig-cluster-federation @colhom @nikhiljindal Ref: Issue #33388, Issue #28615, Issue #31624.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue revert #32012 (Unshare cluster in each test suite) revert https://github.com/kubernetes/kubernetes/pull/32012 Since #33393 is merged, the bug should have been fixed.
-
Euan Kemp authored
This bug was inadvertently introduced in #32406. The longer term plan (shouldn't be too much longer) is to remove this file entirely and rely on the `gci-trusty` version of it, but to stop some bleeding and allow our jenkins using kube-up + coreos to work, we should merge this fix until we have the more complete solution.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue move core storage out of master.go Moves the core resource creation out of master.go and makes it more congruent to the other storages. WIP because I haven't run tests yet, but I figured I'd see what breaks in the morning.
-
Madhusudan.C.S authored
[Federation] Sleep for 2m (arbitrarily chosen) to let the underlying clusters to clean up all the resources they are holding.
-
Yifan Gu authored
-
David McMahon authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue add anytoken authenticator Adds `--insecure-allow-any-token` as a flag to the API server to create an authenticator that will accept any bearer token and transform it into a user by parsing it out as `username/group1,group2,...`. This gives an easy way to identify as a user and check permissions: ```bash ALLOW_ANY_TOKEN=true hack/local-up-cluster.sh kubectl config set-cluster local-kube --server=https://localhost:6443 --insecure-skip-tls-verify=true kubectl config set-credentials david --token=david/group1 kubectl config set-context local --cluster=local-kube --user=david kubectl config use-context local ``` @kubernetes/sig-auth
-