- 17 May, 2016 24 commits
-
-
k8s-merge-robot authored
Automatic merge from submit-queue Update cassandra.list ## Pull Request Guidelines 1. Please read our [contributor guidelines](https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md). 1. See our [developer guide](https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md). 1. 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-note * Use the release-note-* labels to set the release note state * Clear this block to use the PR title as the release note -OR- * Enter your extended release note here ``` []() Upgrade cassandra version from 34x to 35x
-
k8s-merge-robot authored
Automatic merge from submit-queue MatchingCache lock optimize
-
k8s-merge-robot authored
Automatic merge from submit-queue Update document for kubectl service output. Fix for #24411, Update document for kubectl service output
-
k8s-merge-robot authored
Automatic merge from submit-queue Newrelic daemonset 1. base64 on Mac does not support the **wrap** option. Easy to support on both Mac and Linux by using **tr** to remove the newline. 2. DaemonSet definition does not conform to latest schema: > $ kubectl create -f ./newrelic-daemonset.yaml error validating "./newrelic-daemonset.yaml": error validating data: found invalid field privileged for v1.PodSecurityContext; if you choose to ignore these errors, turn validation off with --validate=false <!-- Reviewable:start --> --- This change is [<img src="http://reviewable.k8s.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](http://reviewable.k8s.io/reviews/kubernetes/kubernetes/24564) <!-- Reviewable:end -->
-
Wojciech Tyczynski authored
Bump threshold for listing nodes
-
Wojciech Tyczynski authored
Fix services in load test
-
Piotr Szczesniak authored
Bumped cluster autoscaler version.
-
Jerzy Szczepkowski authored
Bumped cluster autoscaler version.
-
k8s-merge-robot authored
Automatic merge from submit-queue GCI/Trusty: Fix an issue in using 'find' commands This PR makes the logic of 'find' command consistent with the 'cp' command afterwards, i.e., only check one layer of a given dir. Without this fix, we have seen a recent breakage after PR #25309 added the file cluster/addons/fluentd-elasticsearch/es-image/template-k8s-logstash.json. The 'find' command discovers this json file, but the 'cp' command fails. @roberthbailey @dchen1107 @zmerlynn please review this fix, and mark it as a cherry pick candidate. I already verified this fix can resolve the breakage. cc/ @wonderfly @fabioy @kubernetes/goog-image FYI
-
k8s-merge-robot authored
Automatic merge from submit-queue cluster/juju: Updated the url for the getting started doc Minor change to update the URL pointing at the "Running Kubernetes locally via Docker" document
-
k8s-merge-robot authored
Automatic merge from submit-queue GCI: Enable the log of upstart jobs This PR enables the log of upstart jobs in master.yaml and node.yaml. By default, log of upstart jobs are enabled in Trusty and placed in /var/log/upstart, but not enabled in GCI. This change explicitly directs the log to the system logger. For trusty, they are in /var/log/syslog file. In GCI, we can check it using "journalctl". This change will be useful for debugging if cluster initialization fails. @roberthbailey @maisem @dchen1107 please review it. This will be useful for issues like #23634. We should also cherry pick it in release-1.2 cc/ @fabioy @zmerlynn @wonderfly FYI.
-
Wojciech Tyczynski authored
-
Adam Zell authored
The Mac version of base64 does not support the wrap option. Use tr to delete the trailing newline for Mac and Linux runs. Move the security context tag under containers. Run hack/update-generated-docs.sh
-
k8s-merge-robot authored
Automatic merge from submit-queue Fixed namespace name to spark-cluster Just changed the namespace from **default** to **spark-cluster** in the spark example docs.
-
k8s-merge-robot authored
Automatic merge from submit-queue examples: guestbook-go: fix the redis-master version
-
k8s-merge-robot authored
Automatic merge from submit-queue test: Call forgotten resttest test PR #3789 introduced this test, but it was never called. This test was created, but never called. Written, but never run. It has neither flaked nor asserted. At its inception it was deserted. My change gives this test a chance, to at long last finally pass. The resttest stuff is a bit complicated and I'm not totally sure I put it in the right place @smarterclayton, want to double check this change makes sense?
-
Wojciech Tyczynski authored
-
k8s-merge-robot authored
Automatic merge from submit-queue Make bigger master root disks in GCE for large clusters Ref. #25660 cc @zmerlynn @wojtek-t
-
k8s-merge-robot authored
Automatic merge from submit-queue Document godep updates better `godep update` doesn't work. It just says 'nothing to update'. Drop it, and use The Big Hammer instead. @quinton-hoole @lavalamp
-
k8s-merge-robot authored
Automatic merge from submit-queue Explicitly enqueue controllers on failures and increase resync period Ref #25563
-
Bob Cao authored
Upgrade cassandra version from 34x to 35x
-
k8s-merge-robot authored
Automatic merge from submit-queue Node E2E: Shorten consistently check timeout of runtime conformance test #24191 increased the node e2e running time by almost half an hour. It makes the test running time exceed 60 minutes timeout, which causes quite a few issues (See https://github.com/kubernetes/kubernetes/issues/25639). As a quite fix, we'll skip all the runtime conformance test. @liangchenye We should remove redundant test cases in #24191 such as https://github.com/kubernetes/kubernetes/pull/24191#discussion_r62968819, and reduce the test running time as much as possible.
-
k8s-merge-robot authored
Automatic merge from submit-queue Add NODE_NAME to started.json. Sometimes a single Jenkins node gets borked. Lets upload what node we're on before running tests. See [this list of env vars that Jenkins sets for us.](https://wiki.jenkins-ci.org/display/JENKINS/Building+a+software+project#Buildingasoftwareproject-JenkinsSetEnvironmentVariables) I think this info should be added to gubernator.
-
Andy Zheng authored
-
- 16 May, 2016 16 commits
-
-
k8s-merge-robot authored
Automatic merge from submit-queue Automatically download the latest stable release version of Kubernetes. The ubuntu version of download-release.sh included in the binary release downloads the released .tar.gz file again. Right now the version of the downloaded file is manually encoded within the script. This change fetches the released version automatically, similar to the shell script available on the main Kubernetes site below: https://get.k8s.io/ Ideally the installation on bare metal ubuntu should work with the files available in the already downloaded package. @mikedanese
-
Random-Liu authored
-
Joe Finney authored
-
k8s-merge-robot authored
Automatic merge from submit-queue Revert "OS X: Fix hyperkube build by adding empty string to sed invocation" Reverts kubernetes/kubernetes#24852 This breaks the Linux build. cc @johscheuer @zmerlynn
-
Ovidiu Predescu authored
Kubernetes. Echo error to stderr. Simplify expression for KUBE_VERSION. Explicitly match beginning of string.
-
Tim Hockin authored
`godep update` doesn't work. It just says 'nothing to update'. Drop it, and use The Big Hammer instead.
-
mattyw authored
-
David McMahon authored
-
k8s-merge-robot authored
Automatic merge from submit-queue Update basic example in client docs This appeared to be out of date...
-
k8s-merge-robot authored
Automatic merge from submit-queue Fix downward api for pod using host network. Fixes #24576 @yujuhong @yifan-gu I still can't find a cleaner way to fix this, so send this for discussion. <!-- Reviewable:start --> --- This change is [<img src="http://reviewable.k8s.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](http://reviewable.k8s.io/reviews/kubernetes/kubernetes/24633) <!-- Reviewable:end -->
-
gmarek authored
-
k8s-merge-robot authored
Automatic merge from submit-queue Updated e2e tests for cluster autoscaling. []() Updated e2e tests for cluster autoscaling to work with the new cluster autoscaler.
-
Adrian Ursu authored
-
Adrian Ursu authored
-
Jerzy Szczepkowski authored
Updated e2e tests for cluster autoscaling to work with the new cluster autoscaler.
-
Ilya Dmitrichenko authored
-