- 05 Oct, 2016 40 commits
-
-
Minhan Xia authored
-
Minhan Xia authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Customizable genericapiserver handler chain Rebase of https://github.com/kubernetes/kubernetes/pull/33662. This is @sttts, but I rebased it for him since he's out this week.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Add asgroups to audit log @deads2k || @sttts while reworking origing to use upstream I've noticed we're missing this, ptal
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Allow setting short value in integration tests @deads2k
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Switch kubectl to use watch.Until Squashed version of https://github.com/kubernetes/kubernetes/pull/30235 @ncdc PTAL cc: @kubernetes/kubectl
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fix call to Index call in listers This will actually eliminated all logs like this: ``` can not retrieve list of objects using index : object has no meta: object does not implement the Object interfaces ``` And it should also speed up different things (as so far we we basically not using indexes at all. @kubernetes/sig-api-machinery
-
gmarek authored
-
Dr. Stefan Schimanski authored
-
Dr. Stefan Schimanski authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Add local option to annotate **What this PR does / why we need it**: Add the --local option to be both consistent with other commands and so it can be used with "set selector" and "create service". **Which issue this PR fixes** Related: #7296 **Special notes for your reviewer**: None **Release note**: ```release-note Add a new option "--local" to the `kubectl annotate` ```
-
Maciej Szulik authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Add local option to the label command **What this PR does / why we need it**: Add the --local option to be both consistent with other commands and so it can be used with "set selector" and "create service". **Which issue this PR fixes** Related: #7296 **Special notes for your reviewer**: None **Release note**: ```release-note Add a new option "--local" to the `kubectl label` ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Add deployment to federation clientset Only hack/update-codegen.sh was updated manually. cc: @quinton-hoole @nikhiljindal @kubernetes/sig-cluster-federation
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Make gets for previous value in watch serializable Ref #33653
-
Wojciech Tyczynski authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue scheduler: initialize podsWithAffinity Without initializing podsWithAffinity, scheduler panics when deleting a pod from a node that has no pods with affinity ever scheduled to. Fix #33772
-
Marcin authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue specify flags to test-integration Allows a specific test to be run in test-integration: ` hack/test-integration.sh auth -test.run=TestKindAuthorization` @eparis I don't know how good or bad my bash is.
-
Wojciech Tyczynski authored
-
Xiang Li authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Check for empty string post trimming We curl in a retry loop and timeout, trimming stdout to find endpoint names. When curl hits the timeout, stdout is empty, so we insert the empty string into the received set of endpoints. Fixes https://github.com/kubernetes/kubernetes/issues/32684
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue if test succ remove the tmp file
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fix base image pinning during upgrades via cluster/gce/upgrade.sh Fixes #33056 cc @timstclair @maisem
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Tweak summary test memory expectations To handle recent flakes of the summary test (https://k8s-testgrid.appspot.com/google-node#kubelet-flaky-gce-e2e)
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue hack: run openapi-spec as part of update-all.sh @gmarek ptal
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Improve source ip preservation test, fail the test instead of panic. From #31085. The source IP preserve test starts to be flake again. Sending out this PR to get rid of panicing and log the unexpected output for future investigation. @freehan
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue remove the tmp file
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue fix loopback client config for integration tests Wires an authenticator/authorizer pair much closer to what the actual master start does. Several pulls I have in progress require this. @liggitt second commit wiring changes.
-
Angus Salkeld authored
This is to be used with the new "set selector" command.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue [Client-gen] Let versioned client use versioned options i.e., use v1.ListOptions, v1.DeleteOptions when possible. Remove the extension/v1beta1.ListOptions, because it's exactly the same as v1.ListOptions, and is not referred throughout the code base. After its removal, I register v1.ListOptions during extensions/v1beta1 scheme registration. First three commits are manual changes. Fix #27753 cc @lavalamp
-
Angus Salkeld authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Remove the flannel experimental overlay <!-- Thanks for sending a pull request! Here are some tips for you: 1. If this is your first time, read our contributor guidelines https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md and developer guide https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md 2. If you want *faster* PR reviews, read how: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/faster_reviews.md 3. Follow the instructions for writing a release note: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes --> **What this PR does / why we need it**: It removes the deprecated flannel overlay integration in kubelet. It's completely unnecessary now with CNI which can handle everything smoothly when flannel is running in a daemonset. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #17795, #30589 cc @kubernetes/sig-network @thockin @freehan @bprashanth @yujuhong @dchen1107
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Add a check for file size if the reading content returns empty In order to debug the flaky tests for writing/reading files via contains, this PR adds a check for file size if reading returns empty content.
-
Chao Xu authored
-
Chao Xu authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fix kubelet perf data to make it work again for perfdash. Addresses https://github.com/kubernetes/kubernetes/pull/30333#issuecomment-248791257. Add the "node" label back to fix kubelet perf dash. At least for now, we still need original perfdash to catch summary api performance regression. /cc @coufon @yujuhong
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue fix apiserver startup check Startup detection logic was broken. The integration tests weren't checking it because kube integration works differently that openshift integration. :( @liggitt You at least knew this existed. ptal.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Add the original summary test back
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Cleanup netexec image and usage. Get tests onto 1.7 and fix a bug in netexec's http handler
-