- 11 Aug, 2016 3 commits
-
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Run node e2e pull VMs in a separate GCP project I haven't increased quota yet, so we shouldn't merge until I've done so. This is mostly just testing to see if the rest of the plumbing works. Part of #27648. cc @fejta @spxtr @pwittrock <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.kubernetes.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.kubernetes.io/reviews/kubernetes/kubernetes/29584) <!-- Reviewable:end -->
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue [GarbageCollector] measure latency First commit is #27600. In e2e tests, I measure the average time an item spend in the eventQueue(~1.5 ms), dirtyQueue(~13ms), and orphanQueue(~37ms). There is no stress test in e2e yet, so the number may not be useful. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.kubernetes.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.kubernetes.io/reviews/kubernetes/kubernetes/28387) <!-- Reviewable:end -->
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Juju util fixes The util.sh file was out of date and caused the kube-up script to error out. This work fixes #23198 ```release-note * Updating the util.sh for the juju provider kube-up.sh ``` <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.kubernetes.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.kubernetes.io/reviews/kubernetes/kubernetes/30092) <!-- Reviewable:end -->
-
- 10 Aug, 2016 37 commits
-
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Simplify canonical element term in deepcopy Replace the old functional canonical element term in deepcopy registration with direct struct instantiation. The old way was an artifact of non-uniform pointer/non-pointer types in the signature of deepcopy function. Since we changed that to always be a pointer, we can simplify the code. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.kubernetes.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.kubernetes.io/reviews/kubernetes/kubernetes/30341) <!-- Reviewable:end -->
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Do not require --test_args to be set Fixes kubernetes/kubernetes#30322 Not all jobs set `GINKGO_TEST_ARGS`, such as many of the gke tests. When this is unset all test to run (or just federated tests if in that mode). <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.kubernetes.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.kubernetes.io/reviews/kubernetes/kubernetes/30336) <!-- Reviewable:end -->
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Support custom Fedora repos in vagrant provider Sometimes `KUBERNETES_PROVIDER=vagrant cluster/kube-up.sh` fails due to problems with Fedora's metalink URL: ``` Timeout was reached for https://mirrors.fedoraproject.org/metalink?repo=fedora-23&arch=x86_64 [Connection timed out after 120002 milliseconds] ``` This PR makes it possible to specify a custom Fedora repository URL: ``` export CUSTOM_FEDORA_REPOSITORY_URL=https://download.fedoraproject.org/pub/fedora/ ``` []() <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.kubernetes.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.kubernetes.io/reviews/kubernetes/kubernetes/28778) <!-- Reviewable:end -->
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fix error reporting during vagrant provisioning <!-- Checklist for submitting a Pull Request Please remove this comment block before submitting. 1. Please read our [contributor guidelines](https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md). 2. See our [developer guide](https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md). 3. If you want this PR to automatically close an issue when it is merged, add `fixes #<issue number>` or `fixes #<issue number>, fixes #<issue number>` to close multiple issues (see: https://github.com/blog/1506-closing-issues-via-pull-requests). 4. Follow the instructions for [labeling and writing a release note for this PR](https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes) in the block below. --> `release_not_found` shell function can be used both while running `provision-master.sh` and `privision-node.sh` (it's used by `install-salt` function in `provision-utils.sh`, but it was defined in `provision-master.sh`. Because of this, one of my colleagues got the following diagnostic: ``` ==> master: Succeeded: 52 (changed=8) ==> master: Failed: 0 ==> master: ------------- ==> master: Total states run: 52 ==> node-1: Machine already provisioned. Run `vagrant provision` or use the `--provision` ==> node-1: flag to force provisioning. Provisioners marked to run always will still run. ==> node-1: Running provisioner: shell... node-1: Running: /tmp/vagrant-shell20160726-19144-hahnl1.sh ==> node-1: Prepare package manager ==> node-1: Provisioning network on node ==> node-1: Network configuration verified ==> node-1: /tmp/vagrant-shell: line 134: release_not_found: command not found The SSH command responded with a non-zero exit status. Vagrant assumes that this means the command failed. The output for this command should be in the log above. Please read the output to determine what went wrong. ``` ... which is rather confusing. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.kubernetes.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.kubernetes.io/reviews/kubernetes/kubernetes/29610) <!-- Reviewable:end -->
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Adding known issues <!-- Reviewable:start --> This change is [<img src="https://reviewable.kubernetes.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.kubernetes.io/reviews/kubernetes/kubernetes/30245) <!-- Reviewable:end -->
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Add handling empty index key that may cause panic issue if len(indexKeys) == 0, "return indexKeys[0]" will cause unexpected result. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.kubernetes.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.kubernetes.io/reviews/kubernetes/kubernetes/29672) <!-- Reviewable:end -->
-
Jeff Grafton authored
-
Jeff Grafton authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Use latest GCI image based on a regex in Node e2e This PR also makes it possible to run node e2e against multiple previous images, sorted by creation time. A regex for the image name can be used to instruct node e2e to identify test images. Depends on #29577 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.kubernetes.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.kubernetes.io/reviews/kubernetes/kubernetes/29815) <!-- Reviewable:end -->
-
Erick Fejta authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Avoid duplicated contrib/ sources This commit removes a part of common.sh script which copied contrib/ sources for enabled contribs, which resulted in the duplicated files inside tarball. Fixes #30150 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.kubernetes.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.kubernetes.io/reviews/kubernetes/kubernetes/30276) <!-- Reviewable:end -->
-
Chao Xu authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Node e2e memory eviction test This tests memory evictions. See related issue #28619 and fix to cadvisor https://github.com/google/cadvisor/pull/1380. cc @vishh @derekwaynecarr @timstclair <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.kubernetes.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.kubernetes.io/reviews/kubernetes/kubernetes/28693) <!-- Reviewable:end -->
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue AWS: Allow no-op kube-down to exit 0 Not exactly sure why hack/e2e.go `IsUp()` is returning true right now, but I can solve this a different way. This unifies with the GCE behavior, which is that no-op kube-down returns 0. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.kubernetes.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.kubernetes.io/reviews/kubernetes/kubernetes/30380) <!-- Reviewable:end -->
-
Vishnu kannan authored
Signed-off-by:Vishnu kannan <vishnuk@google.com>
-
Vishnu kannan authored
It can run tests against multiple existing images that match a regex. GCI images will be using a regex. Signed-off-by:Vishnu kannan <vishnuk@google.com>
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue add metrics for workqueues Adds prometheus metrics to work queues and enables them for the resourcequota controller. It would be easy to add this to all other workqueue based controllers and gather basic responsiveness metrics. @kubernetes/rh-cluster-infra helps debug quota controller responsiveness problems. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.kubernetes.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.kubernetes.io/reviews/kubernetes/kubernetes/30296) <!-- Reviewable:end -->
-
Zach Loafman authored
Not exactly sure why hack/e2e.go IsUp() is returning true right now, but I can solve this a different way. This unifies with the GCE behavior, which is that no-op kube-down returns 0.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Allow running etcd in v3 API (currently just on GCE) Ref #20504 #25286 @timothysc @xiang90 @hongchaodeng @smarterclayton @kubernetes/sig-api-machinery <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.kubernetes.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.kubernetes.io/reviews/kubernetes/kubernetes/30349) <!-- Reviewable:end -->
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Prevent panic in 'kubectl exec' when redirecting stdout Just add some nil checks to make sure we don't trip over when we redirect output from exec to a file. Fixes #30290 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.kubernetes.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.kubernetes.io/reviews/kubernetes/kubernetes/30291) <!-- Reviewable:end -->
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Federation - common libs - small changes in delaying deliverer No-arg constructor, start and option to start with a handler listening on the target channel. cc: @quinton-hoole @wojtek-t @kubernetes/sig-cluster-federation <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.kubernetes.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.kubernetes.io/reviews/kubernetes/kubernetes/30365) <!-- Reviewable:end -->
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Log warning when terminating all watchers Ref #30275 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.kubernetes.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.kubernetes.io/reviews/kubernetes/kubernetes/30368) <!-- Reviewable:end -->
-
Marcin Wielgus authored
-
Wojciech Tyczynski authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Do not re-initialize the output on label selector conversion This conversion will always kill whatever is passed in the output. @kargakis @deads2k PTAL <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.kubernetes.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.kubernetes.io/reviews/kubernetes/kubernetes/29841) <!-- Reviewable:end -->
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fix incorrect logging format in sj controller <!-- Reviewable:start --> This change is [<img src="https://reviewable.kubernetes.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.kubernetes.io/reviews/kubernetes/kubernetes/30328) <!-- Reviewable:end -->
-
Marek Grabowski authored
Change the name of kubemark config file
-
gmarek authored
-
deads2k authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Minor fixes in federated controller libraries Arg change in federated informer + get channel func in delaying deliverer. cc: @quinton-hoole @wojtek-t @kubernetes/sig-cluster-federation <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.kubernetes.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.kubernetes.io/reviews/kubernetes/kubernetes/30359) <!-- Reviewable:end -->
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Print location of kubemark kubeconfig at the end of start-kubemark cc @caesarxuchao <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.kubernetes.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.kubernetes.io/reviews/kubernetes/kubernetes/30357) <!-- Reviewable:end -->
-
Marcin Wielgus authored
-
gmarek authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Federation - common libs - a set of handy handlers for informers A common scenario for using informer handlers would be to put the object key in a queue for global reconciliation. cc: @quinton-hoole @wojtek-t @kubernetes/sig-cluster-federation <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.kubernetes.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.kubernetes.io/reviews/kubernetes/kubernetes/30353) <!-- Reviewable:end -->
-
Wojciech Tyczynski authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Remove seconds from scheduled jobs cron format @erictune @janetkuo as promised this removes the seconds from the cron format <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.kubernetes.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.kubernetes.io/reviews/kubernetes/kubernetes/30227) <!-- Reviewable:end -->
-
Marek Grabowski authored
fix kubemark
-