- 26 Apr, 2016 18 commits
-
-
k8s-merge-robot authored
Automatic merge from submit-queue Renaming generic registry store from etcd->kvstore This is part of issue #17546, in preparation for multiple backend storage facilities, renaming the registry structs to reflect. xref: #1957
-
k8s-merge-robot authored
Automatic merge from submit-queue kubectl: Allow []byte config fields to be set by the cli Allows []byte config fields such as 'certificate-authority-data' to be set using `kubectl config set` commands.
-
k8s-merge-robot authored
Automatic merge from submit-queue Fix use of docker removed ParseRepositoryTag() function Docker has removed the ParseRepositoryTag() function in leading to failures using the kubernetes Go client API. Failure: ``` ../k8s.io/kubernetes/pkg/util/parsers/parsers.go:30: undefined: parsers.ParseRepositoryTag ```
-
k8s-merge-robot authored
Automatic merge from submit-queue Use cluster/log-dump.sh to collect base cluster logs in kubemark Fixes #24415. cc @fejta @spxtr @wojtek-t
-
k8s-merge-robot authored
Automatic merge from submit-queue RateLimitedQueue TestTryOrdering could fail under load Remove the possibility of contention in the test by providing a synthetic Now() function. Fixes #24125
-
k8s-merge-robot authored
Automatic merge from submit-queue added claim_binder sync period simple addition to local-up-cluster to support pvclaimbinder-sync-period.
-
k8s-merge-robot authored
Automatic merge from submit-queue Script to cache metadata requests on the jenkins master Fixes https://github.com/kubernetes/kubernetes/issues/23545 Create an http server which caches most requests to the metadata server. Use special logic to cache access tokens such that the expires_on json field is correct. Add a script to simplify enabling/disabling the cache by editing `/etc/hosts`
-
Timothy St. Clair authored
-
k8s-merge-robot authored
Automatic merge from submit-queue Using genericapiserver.NewConfig() instead of initialising Config in example apiserver
-
Erick Fejta authored
-
k8s-merge-robot authored
Automatic merge from submit-queue kubenet: hook pod bandwidth resources up to shaper @bprashanth @thockin Last bit for shaping.
-
k8s-merge-robot authored
Automatic merge from submit-queue Collect and expose runtime's image storage usage via Kubelet's /stats/summary endpoint This information is useful to users since docker images are typically not stored on the root filesystem. Kubelet will also consume this feature in the future to decide is evicting images will help with disk usage on the nodes. cc @kubernetes/sig-node
-
k8s-merge-robot authored
Automatic merge from submit-queue Move internal types of job from pkg/apis/extensions to pkg/apis/batch This addressed the job part of #23216, this is still WIP. Will notify once finished. I'd like to have it in before starting working on ScheduledJob. @lavalamp @erictune fyi
-
k8s-merge-robot authored
Automatic merge from submit-queue Use kube-system namespace Fixes #23153. Sadly, kube-system isn't automatically created, so people need to make sure to create it in their turnup scripts. Also after creating kube-system it can take 10+ seconds for master and proxy to show up. I tested the equivalent of these changes locally, but not these changes themselves as I don't have a dev/build env up, so please read carefully and maybe try them out!
-
k8s-merge-robot authored
Automatic merge from submit-queue Move SSHTunneler to genericapiserver and remove federated-apiserver's dependency on pkg/master cc @jianhuiz
-
k8s-merge-robot authored
Automatic merge from submit-queue use single writer to improve quota performance Performance improvement is comparable to https://github.com/openshift/origin/pull/6658, though I'm getting some crazy stalls during initial calculation on master (not on this branch), so there may be an existing problem. This implementation won't scale out quite as well, but I don't think we'll need much more for a while and this one is easier to read. This buckets based on namespace, then bunches updates where possible to avoid request fanout, and does fast notification when it can. It correctly handles updating multiple quota docs. @derekwaynecarr @kubernetes/rh-cluster-infra
-
k8s-merge-robot authored
Automatic merge from submit-queue Make detect-node-names less brittle for G{C,K}E Use the `--format='value()'` option with `gcloud compute instance-groups managed list{,-instances}` instead of `--format=yaml` with a series of `grep`s and `cut`s. This is hopefully a bit more stable. Fixes #24120. cc @kubernetes/sig-testing @jlowdermilk @freehan -
nikhiljindal authored
-
- 25 Apr, 2016 19 commits
-
-
k8s-merge-robot authored
Automatic merge from submit-queue rkt: Pass through os argument This was lost in a rebase in #24496 and, while not required to build, is required to function correctly under rkt (else panics!) cc @yifan-gu
-
k8s-merge-robot authored
Automatic merge from submit-queue gke-large-cluster: Allow up to 1% of 1000 = 10 nodes Per 2016/03/16 GKE release note, CreateCluster can return success with only 99% success.
-
k8s-merge-robot authored
Automatic merge from submit-queue Incorrect attribute - docs - pod-security-context Pod definition had incorrect spelling on attribute `securityContext` Also fixed the flow of Motivation introduction paragraph.
-
Vishnu kannan authored
add image fs info to summary stats API. Adding node e2e test for image stats. Signed-off-by:Vishnu kannan <vishnuk@google.com>
-
Zach Loafman authored
Per 2016/03/16 GKE release note, CreateCluster can return success with only 99% success.
-
k8s-merge-robot authored
Automatic merge from submit-queue Change kubernetes-e2e-gke-large-cluster to n1-highmem-2
-
k8s-merge-robot authored
Automatic merge from submit-queue Corrected format in hooks/pre-commit. Format enhancement.
-
Euan Kemp authored
This was lost in a rebase in #24496 and, while not required to build, is required to function correctly.
-
Jeff Grafton authored
-
Zach Loafman authored
c.f. internal b/27776043
-
Jeff Vance authored
-
deads2k authored
-
Piotr Szczesniak authored
Slow down redis polling to ensure no flakiness in kubectl
-
Stef Walter authored
Docker has removed the ParseRepositoryTag() function in leading to failures using the kubernetes Go client API. Lets use github.com/docker/distribution reference.ParseNamed() instead. Failure: ../k8s.io/kubernetes/pkg/util/parsers/parsers.go:30: undefined: parsers.ParseRepositoryTag
-
Andy Goldstein authored
Use docker/distribution to parse image refs Signed-off-by:Stef Walter <stefw@redhat.com> * Added files required by hack/verify-godeps.sh
-
Wojciech Tyczynski authored
Unify Streaming and normal Serializers
-
Maciej Szulik authored
-
Maciej Szulik authored
-
Clayton Coleman authored
Remove the possibility of contention in the test by providing a synthetic Now() function.
-
- 24 Apr, 2016 3 commits
-
-
Adam Pyle authored
Pod definition had incorrect spelling on attribute `securityContext` Also fixed the flow of Motivation intro paragraph.
-
k8s-merge-robot authored
Automatic merge from submit-queue Add Subresource & Name to webhook authorizer. Pass through the Subresource and Name fields from the `authorization.Attributes` to the `SubjectAccessReviewSpec.ResourceAttributes`.
-
k8s-merge-robot authored
Automatic merge from submit-queue Add Services to Load test
-