Daniel Smith
7e666e0865
Merge pull request #24213 from mikedanese/max-time
...
add a timeout for a single retry in download-or-bust
2016-04-14 16:53:51 -07:00
Daniel Smith
4389aa1364
Merge pull request #23931 from luxas/build_for_arm64
...
Build Kubernetes, etcd and flannel for arm64 and ppc64le
2016-04-14 15:10:37 -07:00
Euan Kemp
9f9c54cdd2
jenkins: Allow configuration of release bucket
...
This allows others to leverage the existing E2E code to test some
patched kube binary by simply overriding the bucket and reusing many of
the existing scripts
2016-04-14 12:26:43 -07:00
Marcin Owsiany
9ce855269e
Fix spacing in usage_from_stdin and info_from_stdin (issue #24186 ).
...
If "a" is a bash array, then the syntax to append the contents of $line as a
new element to the array is a+=("$line"), not messages+=$line
Using the former syntax just seems to append to the first element, creating a
long string and thus losing newline information.
Fixing this allows us to drop some empty lines from invocations of
usage_from_stdin.
2016-04-14 18:19:02 +02:00
k8s-merge-robot
1186f4bf85
Merge pull request #24177 from a-robinson/gke
...
Automatic merge from submit-queue
Fix GKE kube-up to correctly find an IGM from a multi-zone cluster
I've confirmed that this successfully brings up a cluster, fixing the immediate issue with the new e2e test. Sorry about not properly vetting it in the original PR (#24075 ).
This does cause a warning message to be printed based on the handling of the NUM_NODES variable though, which I could fix if you guys think it's worth it:
```
Detected 6 ready nodes, found 6 nodes out of expected 3. Found more nodes than expected, your cluster may not behave correctly.
```
@quinton-hoole
2016-04-14 06:34:12 -07:00
k8s-merge-robot
7daa26e51d
Merge pull request #24162 from jlowdermilk/fix-log-dump
...
Automatic merge from submit-queue
Fix log dump for new gcloud
`gcloud compute instance-groups managed list-instances` at CI has self-link for instance instead of just name. Fixes #24120
2016-04-14 03:47:27 -07:00
Jeremy Jongepier
a3e0d90a50
Added check for noexec mount of /tmp on master
2016-04-14 10:59:12 +02:00
Lucas Käldström
4559a84d3b
Build Kubernetes, etcd and flannel for arm64 and ppc64le
2016-04-14 07:29:10 +03:00
k8s-merge-robot
a12cec52e5
Merge pull request #24172 from andyzheng0831/fix
...
Automatic merge from submit-queue
Trusty: Fixes for running GKE master
This PR includes two fixes for running GKE master on our image:
(1) The kubelet command line assembly had a missing part for cbr0. We did not catch it because the code path is not covered by OSS k8s tests;
(2) Remove the "" from the variables in the cert files. It causes a parsing issue in GKE. Again, this code path is not covered by k8s tests.
This PR also refactors the code for assembling kubelet flag. I move all logic into a single function assemble_kubelet_flags in configure-helper.sh for better readability and also simplify node.yaml and master.yaml.
@roberthbailey @dchen1107 please review it, and mark it as cherrypick-candidate. This PR is verified by @maisem. Together with his CL for GKE, we can run GKE cluster with master on our image and nodes on ContainerVM.
cc/ @maisem @fabioy @wonderfly FYI
2016-04-13 20:04:15 -07:00
Daniel Smith
4983a8fd55
Merge pull request #24144 from andyzheng0831/enhance
...
Trusty: Avoid unnecessary in-memory temp files
2016-04-13 14:18:38 -07:00
Mike Danese
8e8c55a323
add a timeout for a single retry in download-or-bust
...
This only applies to gce kube-up. 60 seconds of open connection should
be sufficient for anything that we should be downloading. The release
tar is currently 255M.
2016-04-13 12:24:11 -07:00
k8s-merge-robot
af1e1c3ce6
Merge pull request #23992 from mml/docker-checker
...
Automatic merge from submit-queue
Rewrite docker-checker.sh to make it less kill-happy.
2016-04-13 10:10:25 -07:00
Huamin Chen
5462a5bdce
add config-test.sh to cluster/centos so we can run e2e test on centos(fedora/rhel)
...
Signed-off-by: Huamin Chen <hchen@redhat.com>
2016-04-13 13:36:37 +00:00
Alex Robinson
b30c4d4975
Fix GKE kube-up to correctly find an IGM from a multi-zone cluster.
2016-04-12 20:21:13 -07:00
Andy Zheng
b5a1595c98
Trusty: Fix master kubelet command assembly
2016-04-12 15:53:16 -07:00
Jeff Lowdermilk
f8c135dc1f
Fix log dump for new gcloud
2016-04-12 14:40:13 -07:00
derekwaynecarr
e3d58499db
ResourceQuota should be last admission controller
2016-04-12 13:40:52 -04:00
k8s-merge-robot
6ff05bb9e1
Merge pull request #23827 from derekwaynecarr/remove_sc_deny_vagrant
...
Automatic merge from submit-queue
Remove SecurityContextDeny from vagrant setup
This should not be needed in the vagrant setup.
2016-04-12 10:23:35 -07:00
Alex Robinson
80a75ff76c
Merge pull request #24075 from a-robinson/multizone
...
Add an e2e test suite for multi-zone GKE clusters.
2016-04-12 09:31:24 -07:00
Matt Liggett
e6af5ee296
Rewrite docker-checker.sh to make it less kill-happy.
...
Also a little more organized and easier to re-use.
Should minimize the incidence of #23461 .
2016-04-11 16:57:29 -07:00
Andy Zheng
988f16a1e2
Trusty: Avoid unnecessary in-memory temp files
2016-04-11 15:55:01 -07:00
CJ Cullen
5a785698aa
Strip comments from configure-vm.sh for gce
2016-04-11 15:13:02 -07:00
k8s-merge-robot
78dc9c7716
Merge pull request #19376 from luxas/dns_cross_platform
...
Automatic merge from submit-queue
Make kube2sky and skydns docker images cross-platform
ARM tracking issue: #17981
Continues on: #19216
Make it possible to create `kube2sky` and `skydns` docker images for ARM and other architectures too
Build in a container, so `golang` isn't a dependency
I've preserved the original default behaviour:
- `skydns`: It just compiles with go on host
- `kube2sky`: Build an image
@brendandburns @dchen1107 @ArtfulCoder @thockin @fgrzadkowski
2016-04-11 05:47:10 -07:00
Lucas Käldström
1c8140c2ac
Make kube2sky and skydns docker images cross-platform: amd64, arm, arm64 and ppc64le
2016-04-11 07:31:59 +03:00
Jeff Lowdermilk
347158e520
Merge pull request #23680 from rosskukulinski/master
...
Add KUBERNETES_RELEASE option to get-kube.sh
2016-04-08 20:53:47 -07:00
Alex Robinson
e686ba978f
Add an e2e test suite for multi-zone GKE clusters.
2016-04-09 00:14:44 +00:00
Jeff Lowdermilk
e17213a2a8
Merge pull request #23491 from onorua/master
...
set KillMode for kubelet to process, fix for #13511
2016-04-08 16:39:32 -07:00
Jeff Lowdermilk
7720a16bcf
Merge pull request #23893 from mbhinder/kubernetes
...
Fixed typo: kuberntes -> kubernetes
2016-04-08 12:47:36 -07:00
Jeff Lowdermilk
d8f42f848d
Merge pull request #23996 from andyzheng0831/fix
...
Trusty: Do not create the docker-daemon cgroup
2016-04-08 12:45:16 -07:00
Jeff Lowdermilk
601262af0d
Merge pull request #24058 from jlowdermilk/fix-list-resources
...
Fix list-resources grep
2016-04-08 12:41:40 -07:00
Jeff Lowdermilk
650d99fbd9
Fix list-resources grep
2016-04-08 12:19:24 -07:00
Jeff Lowdermilk
ca5b764210
Merge pull request #23876 from mikedanese/stop-to-delete
...
use kubectl delete in kube-addon-manager instead of stop
2016-04-08 09:30:56 -07:00
Andy Zheng
b1e18f3ca0
Trusty: Do not create the docker-daemon cgroup
2016-04-07 13:43:26 -07:00
Matt Liggett
61ca21c4d7
Also collect docker supervisor logs.
...
This helps with understanding what the docker-checker.sh really did
during the test run.
2016-04-07 13:05:11 -07:00
zhouhaibing089
db347beb3f
add HOME env variable for kube-addons service
2016-04-07 15:39:22 +08:00
Minhan Xia
f690220b5c
Merge pull request #23704 from freehan/kubenet
...
Update cni binary
#23712 is depending on this. Not sure why this one gets in first. Hand merging this
2016-04-06 15:47:42 -07:00
Preet Bhinder
d178d78013
Fixed typo: kuberntes -> kubernetes
...
"Kubernetes" was misspelled in a couple of places.
2016-04-05 16:20:08 -07:00
k8s-merge-robot
4f329516ae
Merge pull request #22149 from luxas/onedotsix
...
Automatic merge from submit-queue
Up to golang 1.6
A second attempt to upgrade go version above `go1.4`
Merge ASAP after you've cut the `release-1.2` branch and feel ready.
`go1.6` should perform slightly better than `go1.5`, so this time it might work
@gmarek @wojtek-t @zmerlynn @mikedanese @brendandburns @ixdy @thockin
2016-04-05 13:26:18 -07:00
Mike Danese
7b8dbf4876
use kubectl delete in kube-addon-manager instead of stop
...
stop has been deprecated for about a year
2016-04-05 09:31:45 -07:00
Mike Danese
32426d6e97
don't ship kube-registry-proxy and pause in tars.
...
pause is built into containervm. if it's not on the machine we should just pull
it. nobody that I'm aware of uses kube-registry-proxy and it makes build/deployment
more complicated and slower.
2016-04-05 07:32:07 -07:00
k8s-merge-robot
b8d000853e
Merge pull request #21617 from luxas/hyperkube_for_arm
...
Automatic merge from submit-queue
Cross-build hyperkube and debian-iptables for ARM. Also add a flannel image
We have to be able to build complex docker images too on `amd64` hosts.
Right now we can't build Dockerfiles with `RUN` commands when building for other architectures e.g. ARM.
Resin has a tutorial about this here: https://resin.io/blog/building-arm-containers-on-any-x86-machine-even-dockerhub/
But it's a bit clumsy syntax.
The other alternative would be running this command in a Makefile:
```
# This registers in the kernel that ARM binaries should be run by /usr/bin/qemu-{ARCH}-static
docker run --rm --privileged multiarch/qemu-user-static:register --reset
```
and
```
ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.5.0/x86_64_qemu-arm-static.tar.xz /usr/bin
```
Then the kernel will be able to differ ARM binaries from amd64. When it finds a ARM binary, it will invoke `/usr/bin/qemu-arm-static` first and lets `qemu` translate the ARM syscalls to amd64 ones.
Some code here: https://github.com/multiarch
WDYT is the best approach? If registering `binfmt_misc` in the kernels of the machines is OK, then I think we should go with that.
Otherwise, we'll have to wait for resin's patch to be merged into mainline qemu before we may use the code I have here now.
@fgrzadkowski @david-mcmahon @brendandburns @zmerlynn @ixdy @ihmccreery @thockin
2016-04-04 22:03:32 -07:00
k8s-merge-robot
ce988c8d75
Merge pull request #23817 from matjohn2/pr_cni_vagrant
...
Automatic merge from submit-queue
support NETWORK_PROVIDER=cni for KUBERNETES_PROVIDER=vagrant
While trying to develop CNI plugins for K8's, I found the docs referenced the support of --network-plugin=cni for kubelet, but this wasn't surfaced up via salt to support env NETWORK_PROVIDER=cni before a kube-up deployment.
This PR is my attempt at adding CNI support to the kube-up happy path, following a lot of similar work for NETWORK_PROVIDER=kubenet which already exists.
Also, I've added the ability to consume CNI plugin's (binaries) and configuration files from the local cluster/network-plugins directory into the necessary locations as referenced here for CNI:
http://kubernetes.io/docs/admin/network-plugins
This allows a local developer to easily work on CNI plugin development while following the existing kube-up.sh docs and process.
In general, i've struggled to find any authoritative information or answers to my questions in slack regarding CNI progress / correct integration, so comments encouraged here!
2016-04-04 14:30:22 -07:00
k8s-merge-robot
6173c43c80
Merge pull request #23724 from maciaszczykm/dashboard-release-v1.0.1
...
Automatic merge from submit-queue
Update Dashboard UI addon to v1.0.1
Release details:
https://github.com/kubernetes/dashboard/releases/tag/v1.0.1
CC @bryk
2016-04-04 14:30:20 -07:00
Lucas Käldström
560268e036
Add a flannel image for arm and amd64. Cross-build debian-iptables for arm, arm64 and ppc64le. Build and push hyperkube for arm on every release
2016-04-04 23:33:32 +03:00
derekwaynecarr
9e0ebc2773
Remove SecurityContextDeny from vagrant setup
2016-04-04 14:43:21 -04:00
Matt Johnson
ce220836c3
Allow for local CNI binaries and configuration files with KUBERNETES_PROVIDER=vagrant.
...
Files are taken from cluster/network-plugins/{bin,conf} to be consumed within a vagrant kube-up.sh environment.
Paths used for configuration files and the 'cni' name of the network provider are all from the kubernetes documentation, but the actual implementation in the salt automation doesn't seem to exist.
2016-04-04 14:38:00 +01:00
Matt Johnson
46e6df655f
Support use of NETWORK_PROVIDER=cni with KUBERNETES_PROVIDER=vagrant for a kube-up.
...
Use of NETWORK_PROVIDER=cni is documented as useable (as well as it's affects on the runtime args of kubelet),
however the actual implimentation in the salt automation doesnt seem to exist.
this change attempts to fix that for the vagrant usecase.
2016-04-04 14:37:48 +01:00
Marcin Maciaszczyk
7250028484
Update Dashboard UI addon to v1.0.1
...
Release details:
https://github.com/kubernetes/dashboard/releases/tag/v1.0.1
2016-04-04 09:13:31 +02:00
k8s-merge-robot
5be819b607
Merge pull request #23612 from mikedanese/addon-fix
...
Automatic merge from submit-queue
use apply instead of create to setup namespaces and tokens in addon manager
when the addon manager restarts, it takes ~15 minutes (1000 seconds) to start the sync loop because it retries creation of namespace and tokens 100 times. Create fails if the tokens already exist. Just use apply.
2016-04-03 05:50:12 -07:00
k8s-merge-robot
47bcf37198
Merge pull request #23045 from justinsb/aws_bump_image_20160316
...
Automatic merge from submit-queue
AWS kube-up: Bump jessie image
2016-04-03 03:47:34 -07:00
k8s-merge-robot
b448825211
Merge pull request #23603 from mikedanese/dont-create-secret-for-dns
...
Automatic merge from submit-queue
stop creating secrets for dns, it uses the kube-system service account now
2016-04-02 17:20:52 -07:00
k8s-merge-robot
372c1647b8
Merge pull request #23440 from mbruzek/juju-kube-up
...
Automatic merge from submit-queue
Juju kube up
I found some problems with the kube-up script that this pull request addresses. We didn't have the kubectl binary in the correct location.
Just changing where we download the package from the master, and fixing the kube-down.sh script to remove those files.
2016-04-02 08:19:26 -07:00
Andrew Johnstone
06c04d17ce
#23784 - check elb vpc key exists
2016-04-02 11:03:26 +01:00
Justin Santa Barbara
f43f398cad
AWS kube-up: Allow BLOCK_DEVICE_MAPPINGS_BASE to be empty
...
We rename it to EPHEMERAL_BLOCK_DEVICE_MAPPINGS, and we also change the value
so that it starts with a `,`, instead of always inserting a comma before it.
In this way the value can be empty.
Also, if the user sets the (currently experimental) KUBE_AWS_STORAGE
environment variable to be "ebs", then we will not mount any instance storage
which will cause the machines to use EBS storage instead.
2016-04-01 22:27:28 -04:00
Justin Santa Barbara
1c3f706383
AWS: Don't error if there are no ephemeral disks
...
format-disks used to run with non-strict bash semantics, but this changed in
1.2 as we now merge it into the GCE script, so pipefail and errexit are both
set.
However, the way we list the ephemeral disks, by piping to grep, would cause an
exit code of 2 if there were no ephemeral disks.
Tolerate failure here by add `|| true`. The metadata service call is unlikely
to fail, so we continue to ignore that possibility.
2016-04-01 22:27:20 -04:00
Justin Santa Barbara
d54a7f03c6
AWS kube-up: default some variables to empty, to avoid warnings
...
The warnings printed were harmless, but they are not obviously so.
2016-04-01 22:26:51 -04:00
k8s-merge-robot
1521aa8a86
Merge pull request #23550 from luxas/fix_hyperkube_certs
...
Automatic merge from submit-queue
Fix so setup-files don't recreate/invalidate certificates that already exist
Fixes : #23197 and a lot of other DNS and dashboard issues
This is quite critical for `docker`-based users and should be considered as a **cherrypick-candidate** as it makes a lot of people wonder why Dashboard and/or DNS doesn't work. Example: https://github.com/kubernetes/dashboard/issues/374
Earlier when you shut your `docker.md` cluster down and started it again, all ServiceAccounts became invalidated by `setup-files` that happily ran once again and replaced all files. That made `apiserver` and `controller-manager` pick up the new certs (or there was a race condition, they _could_ have picked up the old certs too, but that's unlikely) and the old certs were put into `/var/run/secrets` because the ServiceAccount's Secrets were stored in etcd, which `setup-files` didn't touch.
@fgrzadkowski @huggsboson @thockin @mikedanese @vishh @pwittrock @eparis @bgrant0607
2016-04-01 14:47:17 -07:00
Lucas Käldström
858b9539d5
Fix so setup-files don't recreate/invalidate certificates that already exist
2016-04-01 21:23:58 +03:00
Matt Bruzek
64d849e4bb
Unzipping the kubectl package to platforms so the validation script can find kubectl.
2016-04-01 13:19:17 -05:00
k8s-merge-robot
c6e995a824
Merge pull request #23558 from andyzheng0831/enhance
...
Automatic merge from submit-queue
Trusty: Regional release .tar.gz support
@zmerlynn and @roberthbailey please review it. This change is to support the feature added in PR #22234 . The entire logic is pretty much the same as in #22234 , with only few minor changes in implementation.
I had manually run e2e tests with "export RELEASE_REGION_FALLBACK=true" on two clusters: (1) Trusty on master nodes on ContainerVM; (2) Master and nodes all on trusty. All tests are green. I don't figure out a way to simulate regional fallback. But I did test the function download_or_bust() out-of-box.
cc/ @wonderfly @dchen1107 @fabioy FYI.
2016-04-01 03:39:08 -07:00
Alex Robinson
7135754f93
Merge pull request #23504 from mml/mb
...
Stop swallowing stdout and stderr when we check for the staging bucket.
2016-03-31 14:39:46 -07:00
huggsboson
99c79d1ccf
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!
Use kubectl create ns
2016-03-31 14:07:31 -07:00
Minhan Xia
d026d7ecbc
Update cni binary
2016-03-31 13:57:51 -07:00
Alex Robinson
b60ef6f0dd
Merge pull request #23593 from dchen1107/docker
...
Remove unnecessary override of /etc/init.d/docker on containervm image.
2016-03-31 13:31:52 -07:00
Alex Robinson
d41d50547d
Merge pull request #23662 from ArtfulCoder/dockerscript
...
make docker-checker more robust
2016-03-31 10:53:39 -07:00
Abhishek Shah
736c02c7a0
make docker-checker more robust
2016-03-31 10:07:37 -07:00
Ross Kukulinski
0cf0bb00cd
Add KUBERNETES_RELEASE option to get-kube.sh
2016-03-31 12:41:55 -04:00
CJ Cullen
26a6c66de5
Change kube-proxy & fluentd CPU request to 20m/80m.
2016-03-30 18:14:24 -07:00
Roman Dembitsky
2117c068bb
added vagrant vsphere support
...
updated vsphere-dummy box for the vagrant vsphere using vagrant vsphere plugin
added solution for cases when the NETWORK_IF_NAME was left empty
2016-03-30 22:55:08 +03:00
k8s-merge-robot
be8ce6c385
Merge pull request #23353 from spiffxp/conformance-docs
...
Automatic merge from submit-queue
Update conformance test policy
Addresses #14913
/cc @kubernetes/sig-testing
2016-03-30 06:21:13 -07:00
k8s-merge-robot
c327879771
Merge pull request #23512 from Q-Lee/nanny-fix
...
Automatic merge from submit-queue
Create a new Deployment in kube-system for every version.
It appears that version numbers have already been properly added to these files. Small change to delete an old deployment entirely, so we can make a new one per version (like replication controllers).
We'll want to change this back once the kube-addons support deployments in a later version.
2016-03-29 20:59:46 -07:00
Mike Danese
ffa8bbde72
use apply instead of create to setup namespaces and tokens in addon manager
2016-03-29 16:41:53 -07:00
Mike Danese
0a821a473d
stop create secrets for dns, it uses the kube-system service account now
2016-03-29 14:27:28 -07:00
Quintin Lee
0dcd49d584
Create a new Deployment in kube-system for every version.
2016-03-29 13:26:36 -07:00
Dawn Chen
c5ac60f584
Remove unnecessary override of /etc/init.d/docker on containervm image.
2016-03-29 12:35:13 -07:00
Andy Zheng
a83f11c484
Trusty: Regional release .tar.gz support
2016-03-28 15:21:14 -07:00
k8s-merge-robot
299de8e53c
Merge pull request #23434 from andyzheng0831/kube-addon
...
Auto commit by PR queue bot
2016-03-27 21:48:47 -07:00
Lucas Käldström
2928d0a8ec
Up to golang 1.6
2016-03-27 17:17:04 +03:00
k8s-merge-robot
3ec9f1e0a1
Merge pull request #23312 from mikedanese/static-routes-salt
...
Auto commit by PR queue bot
2016-03-26 12:29:40 -07:00
k8s-merge-robot
23fc7905c1
Merge pull request #23466 from andyzheng0831/fix
...
Auto commit by PR queue bot
2016-03-26 04:01:49 -07:00
Matt Liggett
300855c5bb
Stop swallowing stdout and stderr when we check for the staging bucket.
...
Should help debug #23461
2016-03-25 15:01:21 -07:00
Andy Zheng
364ac85179
Support differentiation of OS distro in e2e tests
2016-03-25 14:53:36 -07:00
Yaroslav Molocko
0bfc496496
fix for https://github.com/kubernetes/kubernetes/issues/13511
2016-03-25 22:29:09 +08:00
k8s-merge-robot
3c58510826
Merge pull request #23316 from mikedanese/cadvisor-salt
...
Auto commit by PR queue bot
2016-03-25 06:17:16 -07:00
k8s-merge-robot
9b768e270f
Merge pull request #23407 from jimmyjones2/patch-1
...
Auto commit by PR queue bot
2016-03-25 03:48:26 -07:00
Piotr Szczesniak
bf78d3a54b
Bumped Heapster to v1.1.0-beta1
2016-03-25 10:43:32 +01:00
k8s-merge-robot
4e4ad61260
Merge pull request #23366 from goltermann/vet
...
Auto commit by PR queue bot
2016-03-24 21:50:56 -07:00
Mike Danese
be5b669b45
remove cadvisor salt
...
We have been removing cadviosr.manifest for over a year to cleanup
the old deployment style. I think we are ok at this point.
2016-03-24 11:55:29 -07:00
Andy Zheng
bfd68b35d8
Trusty: Update heapster manifest handling code
2016-03-24 09:22:30 -07:00
k8s-merge-robot
f8bb10b479
Merge pull request #22818 from andyzheng0831/enhance
...
Auto commit by PR queue bot
2016-03-23 16:19:31 -07:00
Jimmy Jones
b26f5016b2
Add git to hypekube image
...
Fixes #15855 - when using a docker multinode setup, this makes gitRepo volumes work
2016-03-23 23:00:01 +00:00
k8s-merge-robot
69b3cb36a6
Merge pull request #22726 from chuckbutler/juju-import-layers
...
Auto commit by PR queue bot
2016-03-23 14:26:42 -07:00
Charles Butler
cc1fb15ef7
Updating documentation link to point to k8s.io/docs/
2016-03-23 12:26:37 -04:00
Charles Butler
54050dbaef
Fetch the guestbook action from master for now
2016-03-23 12:22:39 -04:00
Charles Butler
b014c0d6b7
Move to the ~containers namespace etcd
2016-03-23 12:22:10 -04:00
Charles Butler
dafc78b489
Removing the duplicated guestbook example files
2016-03-23 12:21:01 -04:00
k8s-merge-robot
53c542606d
Merge pull request #23126 from rata/api-version-deprecated
...
Auto commit by PR queue bot
2016-03-23 04:53:02 -07:00
k8s-merge-robot
cba5efd7de
Merge pull request #23311 from mikedanese/nginx-salt
...
Auto commit by PR queue bot
2016-03-23 04:14:17 -07:00
k8s-merge-robot
76369c42be
Merge pull request #22939 from resouer/util-sub-dir
...
Auto commit by PR queue bot
2016-03-23 03:34:33 -07:00
goltermann
34d4eaea08
Fixing several (but not all) go vet errors. Most are around string formatting, or unreachable code.
2016-03-22 17:26:50 -07:00
Miguel Flores Ruiz de Eguino
485aa7faba
Allow to configure the base VPC CIDR
2016-03-22 16:50:16 -06:00
Quintin Lee
0c22277020
Use the same constants as heapster for the heapster nanny.
2016-03-22 13:17:06 -07:00
Quintin Lee
c484563315
Removing versions from deployment names.
2016-03-22 13:17:06 -07:00
Quintin Lee
79f0cc25e8
Support addon Deployments, make heapster a deployment with a nanny.
2016-03-22 13:17:06 -07:00
Aaron Crickenberger
0dc1f5da04
Update conformance test policy
...
Mostly doc updates and cruft removal
- describe conformance test policy and howto in e2e-tests.md
- rm e2e test info from testing.md in the name of DRY
- rm cluster/test-conformance.sh; unusable in release tar, not e2e.go
- update e2e test link in write-a-getting-started-guide.md
2016-03-22 13:09:31 -07:00
k8s-merge-robot
d221649429
Merge pull request #22845 from ZhangZhenhua/eliminate-roles-ambiguity
...
Auto commit by PR queue bot
2016-03-21 21:30:15 -07:00
k8s-merge-robot
4d98abf26c
Merge pull request #23313 from zmerlynn/container-vm-v20160321
...
Auto commit by PR queue bot
2016-03-21 20:55:33 -07:00
Zach Loafman
b2cf4b8c11
Bump to container-vm-v20160321
2016-03-21 17:42:34 -07:00
Mike Danese
c676f8dabb
remove unused static-routes from salt
2016-03-21 17:38:08 -07:00
k8s-merge-robot
f2d14990a5
Merge pull request #23180 from roberthbailey/dead-code
...
Auto commit by PR queue bot
2016-03-21 17:30:22 -07:00
Mike Danese
172d4e27f1
remove unused nginx salt
...
'aws', 'gce', 'vagrant', 'vsphere' are all the cloud providers
2016-03-21 17:25:31 -07:00
k8s-merge-robot
4d41bd5c05
Merge pull request #22915 from aledbf/fix-sed-mac
...
Auto commit by PR queue bot
2016-03-21 08:42:58 -07:00
gmarek
db77843bf0
Remove EXIT_ON_WEAK_ERROR variable
2016-03-21 12:22:03 +01:00
Andy Zheng
0a8e68fb49
Trusty: Avoid reaching GCE custom metadata size limit
2016-03-20 10:22:50 -07:00
Andy Zheng
2ea9ef53f3
Trusty: Support hybrid cluster with nodes on ContainerVM
2016-03-19 22:47:35 -07:00
k8s-merge-robot
c2200fe011
Merge pull request #23206 from MikeTest42/download1.2
...
Auto commit by PR queue bot
2016-03-19 06:00:06 -07:00
Mike Spreitzer
2712b77652
Change default k8s version to download to 1.2.0
...
Since it is now out!
2016-03-18 11:41:11 -04:00
Robert Bailey
c5ca042ede
Remove the restart-kube-proxy and restart-apiserver functions
...
since neither are used any longer.
2016-03-18 01:49:01 -07:00
ZhenhuaZhang
496ed99cea
declear roles as roles_array internally when installing on ubuntu
...
There are actually two `roles` setting in ubuntu installation scripts.
One is roles as string, which can be set as env and then used in scripts.
The other is roles as array, which is used by internal handling to
locate specific role by offset.
This patch tries to distinguish roles meaning by declearing the second
as roles_array, thus eliminating its ambiguity.
2016-03-18 14:59:43 +08:00
Cole Mickens
c184f7ed21
kube2sky readme: fix flags
2016-03-17 21:59:07 -07:00
Rodrigo Campos
902a04d637
validate-cluster.sh: Don't use ignored and deprecated option '--api-version'
...
When using this flag, this error is shown:
Flag --api-version has been deprecated, flag is no longer respected and will be deleted in the next release
Stop using the flag in the validate-cluster.sh script and avoid the warning.
2016-03-17 12:49:21 -03:00
k8s-merge-robot
e604efcf0d
Merge pull request #23027 from justinsb/e2e_node_logs
...
Auto commit by PR queue bot
2016-03-17 00:38:08 -07:00
k8s-merge-robot
5cc2bb3c0c
Merge pull request #22960 from andyzheng0831/trusty
...
Auto commit by PR queue bot
2016-03-16 20:59:31 -07:00
k8s-merge-robot
067b1323d3
Merge pull request #23068 from colemickens/azure-cluster
...
Auto commit by PR queue bot
2016-03-16 14:19:55 -07:00
Cole Mickens
ba2aa597f0
azure: add kube-down, remove need for tenant-id
2016-03-16 12:02:41 -07:00
Charles Butler
fb2f952867
fixing for jinja2 syntax
2016-03-16 14:25:26 -04:00
Charles Butler
0c86318b7d
Changes made by running hack/update-generated-docs.sh
2016-03-16 14:25:26 -04:00
Charles Butler
ce5a189234
Fix file headers for License bot
2016-03-16 14:25:26 -04:00
Charles Butler
ba113ea30b
Rework cluster/juju
to reflect current work
...
This commit imports the latest development focus from the Charmer team
working to deliver Kubernetes charms with Juju.
Notable Changes:
- The charm is now assembled from layers in $JUJU_ROOT/layers
- Prior, the juju provider would compile and fat-pack the charms, this
new approach delivers the entirety of Kubernetes via hyperkube.
- Adds Kubedns as part of `cluster/kube-up.sh` and verification
- Removes the hard-coded port 8080 for the Kubernetes Master
- Includes TLS validation
- Validates kubernetes config from leader charm
- Targets Juju 2.0 commands
2016-03-16 14:25:26 -04:00
Charles Butler
a750bf667f
Wipe the old charm(s)
2016-03-16 14:25:26 -04:00
gmarek
ddb75f5130
Use get-mater-size function in kubemark config
2016-03-16 17:38:55 +01:00
Justin Santa Barbara
bb68f740cd
AWS kube-up: collect logs from e2e
...
By implementing detect-node-names and a few other helpers, we are able
to collect the logs from nodes.
2016-03-16 11:48:07 -04:00
Justin Santa Barbara
243e97c94c
AWS kube-up: Bump jessie image
...
Also switch to a dedicated AWS account for serving this image.
2016-03-16 07:51:41 -04:00
Piotr Szczesniak
65e41f138b
Updated documentation about monitoring addons
2016-03-16 10:10:55 +01:00
Andy Zheng
e276c8e468
Trusty: support developer workflow on base image
2016-03-15 22:07:08 -07:00
k8s-merge-robot
8313504728
Merge pull request #23005 from andyzheng0831/fix
...
Auto commit by PR queue bot
2016-03-15 16:21:44 -07:00
Andy Zheng
6597daddd6
Trusty: Fix heapster breakage caused by #22940
2016-03-15 13:26:04 -07:00
Phillip Wittrock
70036b3621
Merge pull request #22993 from piosz/bump-heapster-1.0
...
Bumped Heapster to stable version 1.0.0
2016-03-15 12:49:54 -07:00
Piotr Szczesniak
1f577181af
Bumped Heapster to stable version 1.0.0
2016-03-15 17:44:23 +01:00
Justin Santa Barbara
e0caa1e559
non_masquerade_cidr: verify-flags exception, salt syntax
...
Cope is non_masquerade_cidr value is empty; add exception for
verify-flags.
2016-03-15 11:05:55 -04:00
Matt Margolin
e752f2149f
Enable non_masquerade_cidr option configured in salt.grains
...
This should allow allow the non_masquerade_cidr option to get configured
in /etc/salt/minion.d/grains.conf, allowing the flag to used by kubelet
in /etc/sysconfig/kubelet. Default configuration is set in pillar
2016-03-15 09:56:33 -04:00
Andy Zheng
ab20a9adbe
Trusty: Fix node kubelet pod-cidr flag
2016-03-14 21:09:21 -07:00
Marcin Wielgus
6123df9992
Heapster sizing adjustments
2016-03-14 20:00:17 +01:00
harry
f19d59cf35
Move flag into sub pkg
2016-03-14 21:30:38 +08:00
gmarek
c325319ccb
Default MIG size to 1000
2016-03-14 12:21:14 +01:00
k8s-merge-robot
9f213bf145
Merge pull request #22901 from zmerlynn/cleanup_motd
...
Auto commit by PR queue bot
2016-03-14 00:05:46 -07:00
Manuel de Brito Fontes
a2b4bc0ae3
Allow running make in mac and change sed separator to allow custom paths in registry
2016-03-12 22:59:08 -03:00
k8s-merge-robot
60f5508aad
Merge pull request #22882 from andyzheng0831/trusty-master
...
Auto commit by PR queue bot
2016-03-12 17:12:51 -08:00
Zach Loafman
634c5a9ff0
Cleanup /etc/motd after doc link shift
2016-03-12 12:57:30 -08:00
k8s-merge-robot
f56207bd5f
Merge pull request #22674 from mml/kube-up-up-and-away
...
Auto commit by PR queue bot
2016-03-12 00:39:33 -08:00
Andy Zheng
10d9f72341
Trusty: fix several bugs
2016-03-11 21:29:50 -08:00
k8s-merge-robot
353c382761
Merge pull request #22783 from justinsb/fix_21147
...
Auto commit by PR queue bot
2016-03-11 17:08:17 -08:00
k8s-merge-robot
fc40fad0b2
Merge pull request #22779 from justinsb/fix_21218
...
Auto commit by PR queue bot
2016-03-11 16:32:35 -08:00
k8s-merge-robot
0af90c1920
Merge pull request #22851 from piosz/heapster-1.0beta
...
Auto commit by PR queue bot
2016-03-11 13:03:17 -08:00
Brian Grant
1a1a77d0ab
Merge pull request #22564 from ArtfulCoder/dnsdoc
...
Update DNS document to talk about the new Pod and Endpoints Annotations to set hostname
2016-03-11 12:19:38 -08:00
k8s-merge-robot
574ac0b0d1
Merge pull request #22730 from yeasy/patch-2
...
Auto commit by PR queue bot
2016-03-11 07:47:54 -08:00
k8s-merge-robot
7b75495d56
Merge pull request #22835 from spxtr/fix-ssh
...
Auto commit by PR queue bot
2016-03-11 04:42:50 -08:00
Piotr Szczesniak
03656afd2a
Bumped Heapster to v1.0.0-beta1
2016-03-11 13:38:32 +01:00
k8s-merge-robot
1f98ba99f1
Merge pull request #22846 from wojtek-t/fix_master_size
...
Auto commit by PR queue bot
2016-03-11 01:38:11 -08:00
Wojciech Tyczynski
46994a6890
Fix AWS default master sizes
2016-03-11 09:45:22 +01:00
spxtr
26f77d2ec5
Use SCP to dump logs and parallelize a bit.
2016-03-10 23:04:48 -08:00
k8s-merge-robot
45fff81123
Merge pull request #22801 from piosz/heapster
...
Auto commit by PR queue bot
2016-03-10 14:03:54 -08:00
k8s-merge-robot
dec124bd57
Merge pull request #22805 from NeilHanlon/master
...
Auto commit by PR queue bot
2016-03-10 13:22:32 -08:00
k8s-merge-robot
31903c8bb1
Merge pull request #22594 from justinsb/aws_ulite
...
Auto commit by PR queue bot
2016-03-10 10:15:28 -08:00
Neil Hanlon
df7f55f616
Fix typo of "attempts" in vsphere util.sh during checks.
2016-03-10 13:05:19 -05:00
k8s-merge-robot
1460f24746
Merge pull request #22744 from sdminonne/libvirt_coreos
...
Auto commit by PR queue bot
2016-03-10 09:36:19 -08:00
Piotr Szczesniak
dda0c96f0b
Bumped Heapster to v0.20.0-alpha12
2016-03-10 18:25:51 +01:00
Justin Santa Barbara
6678a3f013
AWS kube-up: add retries around delete-security-group
...
If we deleted an ELB, we often fail to delete the security group,
because deleting the ELB is invisibly asynchronous.
Add a retry loop around delete-security-group to work around this.
Fix #21147
2016-03-10 06:38:48 -05:00
Justin Santa Barbara
562f7f1f71
AWS kube-up: Clean up distro handling
...
The only tested-working distros are vivid, wily & jessie.
vivid should not really be used because it is no longer supported, so
recommend wily or jessie instead.
For other distros, recommend jessie instead.
Fix #21218
2016-03-10 06:29:20 -05:00
Salvatore Dario Minonne
a313f552b4
libvirt_coreos: Add DNS and reaise loglevel
2016-03-10 10:28:46 +01:00
k8s-merge-robot
36cb9d05ea
Merge pull request #22728 from spxtr/tidy-shell
...
Auto commit by PR queue bot
2016-03-09 13:59:13 -08:00
k8s-merge-robot
ea4280a814
Merge pull request #22670 from spxtr/ssh-timeout
...
Auto commit by PR queue bot
2016-03-09 09:18:18 -08:00
yeasy
d250b00add
Fix word typo
...
envitonment --> environment
2016-03-09 10:17:54 +08:00
Joe Finney
9845639e14
Remove cluster/kube-env.sh.
2016-03-08 16:57:31 -08:00
Joe Finney
401985bf6c
Move KUBERNETES_PROVIDER setting into cluster/kube-util.sh.
2016-03-08 16:51:20 -08:00
Joe Finney
e8fda8c9e8
Remove kube_server_version from cluster/kube-env.sh.
2016-03-08 16:07:04 -08:00
k8s-merge-robot
aaf31ac8dc
Merge pull request #22709 from mikedanese/enable-master
...
Auto commit by PR queue bot
2016-03-08 12:29:52 -08:00
k8s-merge-robot
75699ff5ea
Merge pull request #22458 from bprashanth/ing_tls_e2e
...
Auto commit by PR queue bot
2016-03-08 11:53:56 -08:00
Mike Danese
2d3b8ab1eb
enable master kubelet in gce-default to match gce-test
2016-03-08 11:14:15 -08:00
k8s-merge-robot
43aa3d34ab
Merge pull request #18338 from gmarek/register-kubelet
...
Auto commit by PR queue bot
2016-03-08 11:10:36 -08:00
bryk
d4c4e7c22c
Update Dashboard UI addon to v1.0.0
...
Release details:
https://github.com/kubernetes/dashboard/releases/tag/v1.0.0
2016-03-08 10:21:36 +01:00
Prashanth Balasubramanian
c76f1ab766
Bump glbc version.
2016-03-07 20:20:08 -08:00
Abhishek Shah
11327de8db
Update Kubernetes DNS document to talk about the new Pod and Endpoints Annotations to set hostname
2016-03-07 18:37:30 -08:00
Joe Finney
4fdadbb132
Add a simple SSH test before attempting to gather logs in log-dump.sh.
2016-03-07 16:42:08 -08:00
Matt Liggett
8ff06732c1
Set a default value for "$@" in yaml-quote.
...
This appears to be a bash variation that causes spurious warnings on OS
X.
2016-03-07 14:40:03 -08:00
Joe Finney
e660adbad8
Add connect timeout to ssh-to-node.
2016-03-07 13:29:04 -08:00
k8s-merge-robot
5191cfc415
Merge pull request #20931 from gswallow/master
...
Auto commit by PR queue bot
2016-03-07 06:18:53 -08:00
k8s-merge-robot
8d80af4a82
Merge pull request #22630 from mzupan/patch-1
...
Auto commit by PR queue bot
2016-03-07 05:43:40 -08:00
Mike Zupan
dc643d2592
Fixing a simple typo
2016-03-06 23:49:35 -08:00
Andy Zheng
0df50b702a
Support regional registries in clusters on Trusty
2016-03-06 13:53:24 -08:00
k8s-merge-robot
bc96422e23
Merge pull request #22571 from zmerlynn/regional-registry
...
Auto commit by PR queue bot
2016-03-06 13:21:19 -08:00
k8s-merge-robot
e5a908c898
Merge pull request #22476 from ixdy/cluster-logs
...
Auto commit by PR queue bot
2016-03-05 23:06:29 -08:00
k8s-merge-robot
c666b7f6a6
Merge pull request #22595 from justinsb/aws_fix_jessie_reboot
...
Auto commit by PR queue bot
2016-03-05 16:49:34 -08:00
Justin Santa Barbara
523e1d0d8c
Ubernetes-Lite: reuse existing configuration when reusing master
...
In particular, we need to share the kubelet cert & key, otherwise we
can't connect to the kube-api.
Fix #22593
2016-03-05 17:00:02 -05:00
Justin Santa Barbara
0d8d63c288
AWS: Update jessie image, to fix reboot issue
...
The previous jessie image had a broken cloud-init, which would use an
Ubuntu-specific 'nobootwait' argument when mounting disks. We now
override that in the image.
Fix #22549
2016-03-05 16:57:57 -05:00
k8s-merge-robot
4643ac46a3
Merge pull request #22546 from MikeSpreitzer/issue/22139
...
Auto commit by PR queue bot
2016-03-05 11:27:02 -08:00
k8s-merge-robot
0a21fa06d9
Merge pull request #22539 from a-robinson/newf
...
Auto commit by PR queue bot
2016-03-05 08:26:59 -08:00
k8s-merge-robot
886c943379
Merge pull request #22367 from a-robinson/requests
...
Auto commit by PR queue bot
2016-03-05 06:18:14 -08:00
k8s-merge-robot
d869dd0121
Merge pull request #22357 from ncdc/job-hpa-update-storage-test
...
Auto commit by PR queue bot
2016-03-05 05:45:33 -08:00
k8s-merge-robot
271784e5fa
Merge pull request #21167 from andyzheng0831/trusty-release
...
Auto commit by PR queue bot
2016-03-05 01:57:52 -08:00
k8s-merge-robot
4c09c84c75
Merge pull request #22249 from ZhangZhenhua/ubuntu-deployment-fix
...
Auto commit by PR queue bot
2016-03-05 01:25:41 -08:00
Cole Mickens
063cf83a72
respond to davidopp's feedback
...
also:
- adds a mechanism to build and upload hyperkube for non-official
releases
- adds a mechanism for proxying azkube's traffic
- --no-cloud-provider for now
- support specifying the resource group for CI scenarios
2016-03-05 00:19:58 -08:00
Cole Mickens
a9448d0d56
cluster/azure: kube-up works; validation succeeds
2016-03-05 00:17:05 -08:00
k8s-merge-robot
57c944caa2
Merge pull request #22434 from justinsb/aws_docker_babysitter
...
Auto commit by PR queue bot
2016-03-04 21:52:03 -08:00
Zach Loafman
60e1fccc7f
Regional registries: Hack the manifests!
...
Allow the gcr.io/google_containers registry to be overridden
regionally by just blasting a new KUBE_ADDON_REGISTRY out. Instead of
adding every addon to Salt and asking all of the other consumers
(Trusty, Juju, Mesos, etc) to change, just script the sed ourselves.
This is probably the 9th grossest thing I've ever done, but it works
well, and it works quickly. I kind of wish it didn't.
2016-03-04 20:00:54 -08:00
Abhi Shah
506f4d2212
Merge pull request #22551 from dchen1107/test1
...
Enable --log-level=info for docker daemons for scalability jenkins jo…
2016-03-04 16:50:19 -08:00
Alex Robinson
3216204668
Update to the latest version of google-fluentd.
...
It includes some performance improvements for parsing JSON (which is
very important for us, since all Docker logs are JSON) as well as a
couple new settings, like forcing of a flush of multiline logs after a
time period rather than having to wait until a new log is seen before
feeling confident flushing the previous one.
2016-03-05 00:18:31 +00:00
Alex Robinson
4e729c6c7c
Reconfigure fluentd's resource limits and requests.
...
-Remove CPU limits to enable CPU bursting once 1.2 begins enforcing CPU limits.
-Add a memory limit for fluentd-es to match fluentd-gcp.
-Explicitly set requests to match limits.
2016-03-04 16:16:35 -08:00
k8s-merge-robot
23aa8565e2
Merge pull request #20851 from vmware/vsphere-docker-version-fix
...
Auto commit by PR queue bot
2016-03-04 15:50:36 -08:00
Abhi Shah
9bfd70f8f6
Merge pull request #20688 from ArtfulCoder/podhostname
...
Specify Pod hostname by Annotation
2016-03-04 15:17:34 -08:00
Andy Goldstein
156c1f3c5d
Test jobs/hpas in storage update
2016-03-04 17:05:39 -05:00
Abhi Shah
c47564f00b
Merge pull request #22542 from timstclair/heapster
...
Use the summary_api with heapster by default
2016-03-04 13:37:52 -08:00
Dawn Chen
fd10ca2f45
Enable --log-level=info for docker daemons for jenkins jobs and e2e tests except soak-continuous.
2016-03-04 13:31:42 -08:00
Abhishek Shah
a3c00aadd5
Specify hostname, subdomain via annotation on podspec.
...
The hostname is a DNS A record, if the subdomain maps to a service name
in the same namespace
2016-03-04 13:28:33 -08:00
Abhi Shah
df05c5ae7d
Merge pull request #22253 from bprashanth/kubedns
...
Wait on Kubernetes service in DNS pod
2016-03-04 12:50:05 -08:00
Andy Zheng
242b9977c7
Remove manifest copies from Trusty support
...
This change revises the way to provide kube-system manifests for clusters on Trusty. Originally, we maintained copies of some manifests under cluster/gce/trusty/kube-manifests, which is not scalable and hard to maintain. With this change, clusters on Trusty will use the same source of manifests as ContainerVM. This change also fixes some minor problems such as shell variables and comments to meet the style guidance better.
2016-03-04 11:16:49 -08:00
Abhi Shah
4d599ea309
Merge pull request #22261 from gmarek/kube-up
...
kube-up for GCE chooses master size based on number of nodes
2016-03-04 10:55:12 -08:00
Abhi Shah
f9c4b3db1e
Merge pull request #22493 from andyzheng0831/enhance
...
Fix a breakage of kubelet in Trusty
2016-03-04 10:50:03 -08:00
Abhi Shah
bfe4896b00
Merge pull request #22043 from roberthbailey/cluster-name
...
Add the GCE cluster name to instance metadata
2016-03-04 10:43:39 -08:00
Abhi Shah
05ba8ca7fa
Merge pull request #22170 from metmajer/master
...
Pass through EXTRA_DOCKER_OPTS.
2016-03-04 10:40:17 -08:00
Tim St. Clair
1d90394bf6
Use the summary_api with heapster by default
2016-03-04 10:37:00 -08:00
Abhi Shah
a20258efae
Merge pull request #22492 from vishh/heapster-update
...
Update heapster to v0.20.0.alpha11
2016-03-04 09:27:01 -08:00
Justin Santa Barbara
6bdab05d11
Salt: Don't use Salt to start Docker
...
Starting docker through Salt has always been problematic. Kubelet or
the babysitter process should start it. We've kept it around primarily
so we have a `service: docker` node for the Salt DAG.
Instead, we enable (but do not start) the Docker service in Salt. This
lets us keep the DAG node, but won't start it.
There's another bug in Salt, where watches will start the service even
on `service.enabled`. So we remove the watches, and move them to our
existing Salt bug-fix script.
2016-03-04 12:07:10 -05:00
Justin Santa Barbara
dbff0ef67b
Systemd/non-Redhat: Add docker healthcheck script
...
We do the equivalent of #21727 for systemd systems.
Issue #21731
2016-03-04 12:05:52 -05:00
Justin Santa Barbara
64f1cbaddd
Systemd/non-Redhat: Add docker prestart file
...
We do the equivalent of #21727 for systemd systems.
Issue #21731
2016-03-04 12:05:52 -05:00
Justin Santa Barbara
d074b5ba13
docker systemd file: type->notify, docs->https
...
This minimizes the changes we make to the official Docker systemd file.
2016-03-04 12:05:52 -05:00
Alex Robinson
29eb6020fb
Merge pull request #22074 from a-robinson/images
...
Update the logging images to parse sub-second docker timestamps.
2016-03-04 09:04:33 -08:00
k8s-merge-robot
49f438bfac
Merge pull request #21972 from olivierlemasle/fix-21746
...
Auto commit by PR queue bot
2016-03-04 06:00:18 -08:00
k8s-merge-robot
09313b0847
Merge pull request #22254 from vmware/vsphere-pod-cidr-fix
...
Auto commit by PR queue bot
2016-03-04 04:17:44 -08:00
k8s-merge-robot
6d690d3f8a
Merge pull request #21904 from justinsb/salt_docker_install_fix
...
Auto commit by PR queue bot
2016-03-03 22:07:14 -08:00
Jeff Lowdermilk
93e14a63e8
Revert "Enable --log-level=info for docker daemons for scalability jenkins jo…"
2016-03-03 19:21:11 -08:00
Andy Zheng
e077ebf874
Fix a breakage of kubelet in Trusty
...
The kubelet flag "nosystem" was removed recently, which breaks kubelet in Trusty. This changes remove the flag usage accordingly. It also revises several aspects of Trusty support to make it in the same page as running on ContainerVM, such as new flags in kubelet and new logic in api-server and etcd pods.
2016-03-03 17:19:00 -08:00
Vishnu kannan
60fadb3fe5
Update heapster to v0.20.0.alpha11
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-03-03 16:50:09 -08:00
Jeff Lowdermilk
7215860ecd
Merge pull request #22453 from dchen1107/test1
...
Enable --log-level=info for docker daemons for scalability jenkins jo…
2016-03-03 16:29:34 -08:00
Prashanth Balasubramanian
8de2fbfa0a
Kube2sky synchronously waits for the Kubernetes service.
2016-03-03 15:49:46 -08:00
Jeff Grafton
d70c516d4f
Remove log collection code in cluster/gce/util.sh.
...
Also update some docs to mention cluster/log-dump.sh.
2016-03-03 15:28:33 -08:00
Jeff Lowdermilk
5fd2de1d1e
Merge pull request #22394 from zmerlynn/display_licenses
...
Show LICENSES in /etc/motd
2016-03-03 15:20:24 -08:00
Robert Bailey
30b78e4d7f
Add the GCE cluster name to instance metadata.
2016-03-03 13:57:31 -08:00
Jeff Lowdermilk
73479d5209
Merge pull request #22441 from thockin/flake-22244-gce-static-ip
...
Check static IP postcondition if op fails
2016-03-03 11:38:50 -08:00
Dawn Chen
84689a7a69
Enable --log-level=info for docker daemons for scalability jenkins job and e2e test.
2016-03-03 11:11:56 -08:00
Alex Robinson
feea376b5c
Update the logging images to parse sub-second docker timestamps.
2016-03-03 10:21:30 -08:00
Tim Hockin
6dca871693
Check static IP postcondition if op fails
2016-03-03 08:20:12 -08:00
Justin Santa Barbara
4ce0f8ccec
Salt: bypass Salt when installing docker package on debian
...
The Docker 1.9.1 package on Debian is broken, and the service fails to
install when run unattended. This is treated as an installation failure
and causes everything to fail.
However, the service can be started by Salt once we're not installing
the package, and indeed we restart docker anyway.
So, on Debian, use a helper script to install the docker package. The
script sets up a policy-rc.d file to prevent the service starting, and
then cleanly removes it afterwards (this would be difficult to do in
Salt, I believe).
2016-03-03 11:14:33 -05:00
k8s-merge-robot
2cf3c7809e
Merge pull request #21471 from justinsb/kube_up_auto_upgrade
...
Auto commit by PR queue bot
2016-03-02 21:00:43 -08:00
k8s-merge-robot
d81d823ca5
Merge pull request #22393 from eparis/blunderbuss
...
Auto commit by PR queue bot
2016-03-02 18:51:56 -08:00
Eric Paris
5e5a823294
Move blunderbuss assignees into tree
2016-03-02 20:46:32 -05:00
Jeff Lowdermilk
5214ae1c89
Merge pull request #22313 from andyzheng0831/fix
...
Fix a breakage of kube-proxy in Trusty
2016-03-02 16:19:02 -08:00
Zach Loafman
820842036b
Show LICENSES in /etc/motd
...
Plumb through from the server tarball to
/usr/local/share/docs/kubernetes/LICENSES, then display in the motd.
2016-03-02 15:23:17 -08:00
Dhawal Yogesh Bhanushali
fe7568d099
cidr-fix for vsphere cloud provider
...
let kubelet configure cbr0 bridge.
let kube-controll-manager distributed the subnet across the nodes.
create routes for the pod network.
2016-03-02 12:52:56 -08:00
k8s-merge-robot
2cf91576a1
Merge pull request #22274 from piosz/bump-heapster
...
Auto commit by PR queue bot
2016-03-02 11:23:30 -08:00
k8s-merge-robot
940e0a9b94
Merge pull request #22360 from justinsb/pass_hash_to_download_or_bust
...
Auto commit by PR queue bot
2016-03-02 10:47:48 -08:00
k8s-merge-robot
a6e534ff6a
Merge pull request #21745 from bryk/release-beta1
...
Auto commit by PR queue bot
2016-03-02 08:33:56 -08:00
Justin Santa Barbara
b058c6b3e1
AWS: Add sha to download-or-bust
...
download-or-bust was changed on the GCE side to verify a hash if passed,
so we need to pass a hash in the AWS scripts that reuse this function.
2016-03-02 10:12:39 -05:00
Piotr Szczesniak
80269abfd0
Bumped Heapster to v0.20.0-alpha10
2016-03-02 15:51:27 +01:00
Piotr Szczesniak
2b026ec103
Merge pull request #22347 from mwielgus/grafana-bump
...
Update Grafana to support new Influxdb/Heapster schema
2016-03-02 12:55:36 +01:00
k8s-merge-robot
73b39e9f1e
Merge pull request #22293 from dchen1107/test
...
Auto commit by PR queue bot
2016-03-02 03:35:05 -08:00
gmarek
6a873e04d2
kube-up for GCE chooses master size based on number of nodes
2016-03-02 12:27:54 +01:00
k8s-merge-robot
c9accdfd57
Merge pull request #22234 from zmerlynn/regional-buckets
...
Auto commit by PR queue bot
2016-03-02 03:01:54 -08:00
Marcin Wielgus
f85c50b0b3
Update Grafana to support new Influxdb schema
2016-03-02 11:51:57 +01:00
Joe Finney
eff5a9c14d
Add cluster/log-dump.sh.
2016-03-01 17:13:18 -08:00
Joe Finney
74515a6b23
Fix detect-nodes in cluster/gce/util.sh.
2016-03-01 17:12:43 -08:00
Dawn Chen
960bea324e
set --babysit-daemons=true for gce and aws
2016-03-01 16:46:31 -08:00
Dawn Chen
a90ac42dd8
Kill docker daemon after configing cbr0 if flag --babysit-daemon is true so that babysitter process can restart it again with proper configurations and checkpoint file.
2016-03-01 16:46:31 -08:00
Alex Robinson
1a538a5896
Merge pull request #22091 from a-robinson/multiline
...
Fix parsing of kube logs to handle logs split across lines.
2016-03-01 15:03:58 -08:00
Andy Zheng
0ee1bd6160
Fix a breakage of kube-proxy in Trusty
...
PR #22022 added a new variable "cpurequest" in kube-proxy.manifest. This makes kubelet in Trusty fail to start the kube-proxy pod as this variable value is not set.
2016-03-01 14:57:37 -08:00
k8s-merge-robot
d5a4915cf3
Merge pull request #22036 from timstclair/docs
...
Auto commit by PR queue bot
2016-03-01 11:46:33 -08:00
Zach Loafman
5a031bf52c
GCE startup: Regional release .tar.gz support
...
* In kube-up.sh, create a staging bucket with a location nearest the
zone being created. If new variable RELEASE_REGION_FALLBACK is set
(default false), create multiple buckets and stage to fallback
URLs. (In open source, this path is primarily for testing.)
* In configure-vm.sh, split the URL env variables by comma (if any
extra are present) and retry on the fallback URLs. Also factor the
hash checking into this path rather than outside, since a corrupt
release in a particular geo can be retried in a different geo.
* Remove the local already-staged .tar.gz checks. They've caused
several issues along the way, and with this code path become virtually
unmaintainable. (I could add a sentinel for each bucket it's possibly
staged to, but ew.)
2016-03-01 09:59:39 -08:00
k8s-merge-robot
bf534a4f29
Merge pull request #22268 from kubernetes/revert-22101-heapster
...
Auto commit by PR queue bot
2016-03-01 06:01:25 -08:00
k8s-merge-robot
a40f8fb4d8
Merge pull request #21827 from spxtr/upgrade-subgroup
...
Auto commit by PR queue bot
2016-03-01 05:29:47 -08:00
Filip Grzadkowski
daabd0c835
Revert "switch heapster addon to summary metrics api"
2016-03-01 11:59:26 +01:00
ZhenhuaZhang
9c5d82d9bd
fix setting node roles error in deployment on ubuntu
...
Configurations in config-default.sh should take default values if they
are set outside of the script. `roles` option is an exception. This
patch fix it to maintain consistency behavior with other options.
2016-03-01 10:55:04 +08:00
Saad Ali
4183ac174b
Merge pull request #21408 from krousey/unversioned_breakup
...
Move restclient to it's own package
2016-02-29 14:03:09 -08:00
k8s-merge-robot
b1e29b765b
Merge pull request #21860 from gmarek/kube-up
...
Auto commit by PR queue bot
2016-02-29 13:14:27 -08:00
Kris
e664ef922f
Move restclient to its own package
2016-02-29 12:05:13 -08:00
k8s-merge-robot
4202dac2dd
Merge pull request #21958 from justinsb/aws_jessie_default
...
Auto commit by PR queue bot
2016-02-29 11:45:30 -08:00
Martin Etmajer
f1b2fc39ba
Pass through EXTRA_DOCKER_OPTS.
2016-02-29 19:46:58 +01:00
bryk
1fa320bac9
Set Dashboard UI addon version to latest release
...
Release details:
https://github.com/kubernetes/dashboard/releases/tag/v1.0.0-beta1
2016-02-29 16:17:14 +01:00
k8s-merge-robot
a0b04a6df8
Merge pull request #20281 from cilium-team/fixing-docker-d
...
Auto commit by PR queue bot
2016-02-28 03:51:31 -08:00
Mike Spreitzer
c33ceff623
Updated default k8s release to 1.1.8 in cluster/ubuntu/download-release.sh
...
Resolves issue #22139
2016-02-27 22:32:58 -05:00
Justin Santa Barbara
8b122b102f
kube-up: Only upgrade if AUTO_UPGRADE set, but set it on AWS
...
Installing upgrades is kind of dangerous, so make it not the default.
But also set AUTO_UPGRADE=true on AWS.
2016-02-27 20:55:33 -05:00
Justin Santa Barbara
ee58dc22d7
Merge pull request #21673 from gmarek/kube-down
...
Auto commit by PR queue bot
2016-02-27 19:21:18 -05:00
k8s-merge-robot
43792754d8
Merge pull request #21469 from wojtek-t/parallel_namespace_deletion
...
Auto commit by PR queue bot
2016-02-27 07:26:49 -08:00
Tim St. Clair
2dd4f69e43
switch heapster addon to summary metrics api
2016-02-26 15:48:52 -08:00
Alex Robinson
f8965a6f41
Fix parsing of kube logs to handle logs split across lines.
...
I didn't expect glog to split single log statements onto multiple lines,
but apparently it does if they're long enough. This groups them back
together appropriately.
2016-02-26 22:58:46 +00:00
Fabio Yeon
30a9cb26bd
Merge pull request #22083 from zmerlynn/take-out-apt-get
...
configure-vm.sh: Only "apt-get update" when we need to install a package
2016-02-26 14:53:28 -08:00
k8s-merge-robot
fb1ee74e78
Merge pull request #21917 from yifan-gu/gce_coreos_cloud_config
...
Auto commit by PR queue bot
2016-02-26 14:50:15 -08:00
Zach Loafman
43cb32ab1c
configure-vm.sh: Only "apt-get update" when we need to install a package
...
Factors out package install and checks for package before "apt-get update"
Also fix another "echo sleep 5".
Fixes #22071
2016-02-26 13:47:36 -08:00
Fabio Yeon
027af6359c
Merge pull request #19066 from bboreham/patch-1
...
Default VAGRANT_DEFAULT_PROVIDER when no provider found
2016-02-26 13:26:14 -08:00
Tim St. Clair
198c120036
Detect & fix backwards markdown links (of the form (foo)[bar])
2016-02-26 13:24:21 -08:00
Fabio Yeon
1460dceea4
Merge pull request #21004 from roberthbailey/gce-e2e-admission-controllers
...
Remove the SecurityContextDeny admission controller so that the testing environment matches the production environment
2016-02-26 13:13:44 -08:00
k8s-merge-robot
286e017e35
Merge pull request #21720 from zmerlynn/i20878
...
Auto commit by PR queue bot
2016-02-26 07:27:44 -08:00
k8s-merge-robot
766657cd19
Merge pull request #21504 from luxas/fix_certs_for_hyperkube
...
Auto commit by PR queue bot
2016-02-26 06:53:29 -08:00
k8s-merge-robot
085d7cbbb8
Merge pull request #21072 from MikeSpreitzer/issue/20292
...
Auto commit by PR queue bot
2016-02-26 03:13:29 -08:00
k8s-merge-robot
54a684ac0b
Merge pull request #14637 from Huawei-PaaS/issue-fix-basic-auth
...
Auto commit by PR queue bot
2016-02-26 03:13:27 -08:00
gmarek
d959ccd87c
Override errexit in kube-up for validate-cluster
2016-02-26 09:10:20 +01:00
Wojciech Tyczynski
38957f8f41
Merge pull request #22022 from bprashanth/proxy_cpu_request
...
Kube-proxy requests 2x cpu shares of addons.
2016-02-26 07:15:10 +01:00
k8s-merge-robot
e63127e0eb
Merge pull request #21985 from mwielgus/heapster-alpha8
...
Auto commit by PR queue bot
2016-02-25 21:52:42 -08:00
k8s-merge-robot
eaffdf8b63
Merge pull request #21983 from gmarek/influxdb
...
Auto commit by PR queue bot
2016-02-25 21:15:33 -08:00
Prashanth Balasubramanian
7d47d2dcd8
Kube-proxy requests 2x cpu shares of addons.
2016-02-25 15:39:27 -08:00
Lucas Käldström
e9af6c34af
Update the DNS template from cluster/addons/dns and combine into one file. Make DNS working on docker and docker-multinode
2016-02-25 21:59:07 +02:00
k8s-merge-robot
a20d4f83ff
Merge pull request #21379 from hlamer/hyperkube-apiserver-cert-fix
...
Auto commit by PR queue bot
2016-02-25 09:02:30 -08:00
Wojciech Tyczynski
506899008f
Parallelization of namespace deletion
2016-02-25 16:33:25 +01:00
Marcin Wielgus
11fad31448
Heapster v0.20.0-alpha8
2016-02-25 16:26:32 +01:00
gmarek
98eb12e1ed
Update memory requirements for influxdb
2016-02-25 16:15:54 +01:00
Olivier Lemasle
08541dc2ff
Fix issue #21746
...
This was a regression due to commit e2c79ea1f1
(cf https://github.com/kubernetes/kubernetes/pull/20965 )
2016-02-25 11:37:28 +01:00
Justin Santa Barbara
4e64c4586e
AWS: Set OS defaults for kube 1.2
...
Default distro is jessie, due to the support situation with Ubuntu
distros. Default ubuntu distro is wily.
Update the docs to reflect the recommended distros with kube-up, and to
encourage contributions for other distros.
2016-02-25 00:10:33 -05:00
Robert Bailey
a238d90d49
Remove the SecurityContextDeny admission controller so that the
...
testing environment matches the production environment. This
was removed from config-default.sh in #16986 .
2016-02-24 21:07:16 -08:00
k8s-merge-robot
9b62123b37
Merge pull request #21908 from justinsb/aws_spot_instance_timeout
...
Auto commit by PR queue bot
2016-02-24 17:25:16 -08:00
Alex Robinson
cbcc25802e
Merge pull request #21237 from justinsb/aws_jessie_support
...
AWS Debian Jessie Support
2016-02-24 14:34:48 -08:00
Alex Robinson
af93275f13
Merge pull request #21482 from chrisleck/cle-sub-second-fluentd
...
Enable fluentd to parse the sub-second portion of timestamps coming from docker logs
2016-02-24 13:52:30 -08:00
Yifan Gu
aff803bed9
gce/coreos: Refactor the downloading command to handle errors better.
2016-02-24 12:06:56 -08:00
Justin Santa Barbara
5d7ed4d6e7
AWS kube-up: Stop docker before moving /mnt/docker
...
On Jessie, we now preinstall Docker. Before moving /mnt/docker, make
sure we stop the docker service.
2016-02-24 15:01:20 -05:00
Justin Santa Barbara
7f3bbe1dfe
AWS kube-up: Bump to the latest Jessie image, allow overriding
...
Jessie image can be selected by name using AWS_IMAGE_NAME. This is a
little easier than specifying the AMI ID.
2016-02-24 14:34:40 -05:00
Justin Santa Barbara
41e2a4b0c3
AWS Jessie image: preinstall docker 1.9.1
...
Given the problems with docker's installation, we should be baking it
into the image.
2016-02-24 14:24:03 -05:00
Justin Santa Barbara
62898319df
AWS kube-up: Increase timeout for spot instances
...
Spot instances take a lot longer to run; wait up to 15 minutes for the
nodes to launch when we're using spot instances. (Previously we were
waiting 5 minutes).
2016-02-24 14:22:33 -05:00
k8s-merge-robot
8f3d7110d5
Merge pull request #21466 from mwielgus/heapster-alpha7
...
Auto commit by PR queue bot
2016-02-24 05:41:36 -08:00
gmarek
053e882622
kube-down looks for instance templates even if instance group does not exists
2016-02-24 11:15:45 +01:00
Joe Finney
372d1b6020
Remove check for rolling-updates gcloud subgroup.
2016-02-23 17:45:44 -08:00
Mike Spreitzer
6b8e7e158e
Fixed typos, bash uses elif
2016-02-23 13:26:26 -05:00
k8s-merge-robot
58783bc256
Merge pull request #21684 from justinsb/fix_21200
...
Auto commit by PR queue bot
2016-02-23 07:06:08 -08:00
Justin Santa Barbara
aa57beb885
AWS Jessie: Find image by name
...
This means we don't have to code the AMI ids for each region.
2016-02-23 00:02:54 -05:00
Justin Santa Barbara
977a4a56e4
AWS Debian Jessie: Install Docker 1.9.1
2016-02-22 22:55:11 -05:00
Justin Santa Barbara
91eb370931
AWS Debian: Only install linux-image-extra on Ubuntu
...
It isn't available (and hopefully not needed) on Debian
2016-02-22 22:54:41 -05:00
Prashanth B
c833a14898
Merge pull request #21727 from dchen1107/test
...
Remove potential corrupted docker network checkpoint file before star…
2016-02-22 17:52:16 -08:00
Dawn Chen
d922ddef8c
Remove potential corrupted docker network checkpoint file before start docker
...
again.
2016-02-22 17:08:31 -08:00
k8s-merge-robot
789fd731d2
Merge pull request #21686 from justinsb/aws_kubeup_build_config_early
...
Auto commit by PR queue bot
2016-02-22 16:16:53 -08:00
k8s-merge-robot
8afccef608
Merge pull request #21632 from justinsb/docker_191
...
Auto commit by PR queue bot
2016-02-22 16:16:51 -08:00
Zach Loafman
e85cf1bb97
Attempt to delete node-template before retry
...
I don't think we've seen this commonly, so I'm proposing a simplistic
fix for now.
Fixes #20878
2016-02-22 16:09:15 -08:00
Dhawal Yogesh Bhanushali
e1a7441b36
restricting the version of docker to 1.9.x for vsphere support
...
for vsphere provider docker currently only supports 1.9.1 release.
The older versions of docker are failing on jessie due to issue https://github.com/docker/docker/issues/18793
and newer version 1.10.x is not properly tested.
2016-02-22 16:03:17 -08:00
Jeff Lowdermilk
c406665b2b
Plumb node labels through salt
...
Expose node-labels flag on kubelet for gce via a startup script
env var.
2016-02-22 15:31:34 -08:00
Dawn Chen
699c80b752
Merge pull request #21641 from bprashanth/promisc
...
Teach the kubelet about promiscuous mode, take 2
2016-02-22 15:08:18 -08:00
Dawn Chen
201d60b426
Merge pull request #21440 from bprashanth/glbc_name
...
Add image version to glbc name.
2016-02-22 14:48:48 -08:00
Dawn Chen
b58826292a
Merge pull request #21703 from dchen1107/test
...
Make sure docker is properly shutdown before startup.
2016-02-22 13:35:24 -08:00
Dawn Chen
6c5f07d58e
Make sure docker is properly shutdown before startup.
2016-02-22 12:57:42 -08:00
k8s-merge-robot
347a509744
Merge pull request #21226 from justinsb/aws_jessie_image
...
Auto commit by PR queue bot
2016-02-22 11:04:49 -08:00
Justin Santa Barbara
f117b26c07
AWS: Template for jessie image
...
Based on the official debian image, with the following changes:
* Switched extlinux -> grub, because we need to change kernel options
to enable the memory cgroup controller, and extlinux is harder and has
reboot problems
* Added packages that would otherwise be installed as part of the boot
(just an optimization)
* Also add the cloud-initramfs-growroot package; with it the root
volume will resize.
* We add panic=10 & oops=panic to kernel options
* We install the packages as per the base image, except we install
awscli from pip, because the repo version is really old.
2016-02-22 12:47:34 -05:00
Mike Spreitzer
22246291e3
Support a CNI plugin as an alternative to Flannel
...
Resolves issue #20292
2016-02-22 11:29:55 -05:00
Justin Santa Barbara
050863cf93
AWS kube-up: Build kubeconfig asap
...
Once we've built the master, we can build kubeconfig. By doing so, if
we time out waiting for the nodes, the system is still configured
correctly.
In particular, spot instances can be slow to launch.
Related to issue #21200
2016-02-22 10:46:56 -05:00
Justin Santa Barbara
fb12c48cb7
AWS kube-up: Allow spot instances
...
I think we should probably leave this undocumented for now, until we
have a better way to launch multiple sets of nodes, but it's great for
cost savings while testing!
Fix #21200
2016-02-22 10:42:49 -05:00
k8s-merge-robot
e629ee6bd3
Merge pull request #20704 from FujitsuEnablingSoftwareTechnologyGmbH/centos-support
...
Auto commit by PR queue bot
2016-02-22 02:35:22 -08:00
k8s-merge-robot
85018f728e
Merge pull request #21258 from gmarek/heapster
...
Auto commit by PR queue bot
2016-02-22 01:24:58 -08:00
k8s-merge-robot
3868bb433d
Merge pull request #21253 from gmarek/enable
...
Auto commit by PR queue bot
2016-02-22 01:24:57 -08:00
Lukasz Zajaczkowski
82be3d08f3
Add CentOS support
2016-02-22 07:41:35 +01:00
k8s-merge-robot
facd8617ce
Merge pull request #21505 from bprashanth/flannel-etcd
...
Auto commit by PR queue bot
2016-02-21 18:09:12 -08:00
Prashanth Balasubramanian
c97e8df65b
Stricter checking of HAIRPIN_FLAG in salt.
2016-02-21 14:43:43 -08:00
k8s-merge-robot
1ce188e557
Merge pull request #21430 from spxtr/e2e-internal
...
Auto commit by PR queue bot
2016-02-21 12:08:22 -08:00
k8s-merge-robot
d6192dd152
Merge pull request #21342 from spxtr/remove-e2e-test
...
Auto commit by PR queue bot
2016-02-21 00:39:38 -08:00
Prashanth Balasubramanian
2e8ff81de1
Teach the kubelet about --hairpin-mode=promiscuous-bridge.
2016-02-20 22:40:54 -08:00
k8s-merge-robot
0f1043d6df
Merge pull request #21299 from wojtek-t/always_event_etcd
...
Auto commit by PR queue bot
2016-02-20 21:03:27 -08:00
k8s-merge-robot
65b5d0cbf4
Merge pull request #21269 from gmarek/metrics-grabber
...
Auto commit by PR queue bot
2016-02-20 16:37:16 -08:00
Justin Santa Barbara
dda792304d
AWS Salt: Update to trusty, vivid, wily to Docker 1.9.1
...
This updates all of our recognized Ubuntu images to use Docker 1.9.1
2016-02-20 17:31:19 -05:00
k8s-merge-robot
a12a2e984a
Merge pull request #21233 from justinsb/aws_wily
...
Auto commit by PR queue bot
2016-02-20 13:28:08 -08:00
k8s-merge-robot
fe18055adc
Merge pull request #21165 from justinsb/aws_master_pd_in_fstab
...
Auto commit by PR queue bot
2016-02-20 00:29:46 -08:00
k8s-merge-robot
6c5bf89ed3
Merge pull request #21160 from justinsb/aws_bigger_master
...
Auto commit by PR queue bot
2016-02-20 00:29:45 -08:00
Daniel Smith
a8b943dddd
Revert "Put the container bridge in promiscuous mode."
2016-02-19 23:14:53 -08:00
Prashanth B
b36e046fc8
Merge pull request #21326 from bprashanth/cbr0_promisc
...
Put the container bridge in promiscuous mode.
2016-02-19 17:52:34 -08:00
Joe Beda
11c7068b74
Merge pull request #21142 from justinsb/install_git_package
...
Salt: Make sure git is installed, for gitRepo volumes
2016-02-19 15:42:00 -08:00
Prashanth Balasubramanian
a694a7ae4b
Teach the kubelet about --hairpin-mode=promiscuous-bridge.
2016-02-19 14:59:16 -08:00
Brendan Burns
8bda033ef1
Merge pull request #21444 from dchen1107/test1
...
Log daemons' failure reasons to supervisord log files
2016-02-19 13:08:19 -08:00
k8s-merge-robot
9274783d62
Merge pull request #20965 from olivierlemasle/vagrant-bearertoken
...
Auto commit by PR queue bot
2016-02-19 12:08:08 -08:00
k8s-merge-robot
ced1ddfcc7
Merge pull request #21428 from ArtfulCoder/fluentes
...
Auto commit by PR queue bot
2016-02-19 08:56:10 -08:00
k8s-merge-robot
841d3f8311
Merge pull request #21357 from WeixuZhuang/fix
...
Auto commit by PR queue bot
2016-02-19 02:14:51 -08:00
Andrei Kopats
e5c321f6af
Add internal API-server IP to the list of certificate SANs
...
Without this kube2sky fails to comunicate to the API server because
server TLS verification fails. DNS addon doesn't work on
docker setups
2016-02-19 11:37:24 +03:00
Phillip Wittrock
8151021369
Merge pull request #21508 from mml/slow-flake
...
Also retain docker and kubelet logs.
2016-02-18 18:53:20 -08:00
Zach Loafman
7f94e3ecdc
Bump container-vm in 1.2 to container-v1-2-v20160218 (prerelease)
2016-02-18 15:00:50 -08:00
Zach Loafman
6fe3023a3d
Revert "Upgrade gce cluster to docker 1.9.1"
...
This reverts commit f07070d129
.
2016-02-18 14:28:13 -08:00
Prashanth Balasubramanian
1e3db8ef9e
Don't impose a memory limit on flannel etcd.
2016-02-18 13:52:58 -08:00
Matt Liggett
58283aff67
Also retain docker and kubelet logs.
...
Still trying to debug #20916
2016-02-18 13:32:18 -08:00
Prashanth Balasubramanian
058db9a758
Add image version to glbc name, and fix e2e appropriately.
2016-02-18 13:03:01 -08:00
Phillip Wittrock
be803eaf64
Merge pull request #21439 from zmerlynn/container-vm-v20160217
...
Bump GCE to container-vm-v20160217
2016-02-18 11:39:54 -08:00
Christopher Eck
c34ecf7100
Enable fluentd to parse the sub-second portion of timestamps coming from docker logs.
2016-02-18 11:07:27 -08:00
k8s-merge-robot
5acdb92126
Merge pull request #21177 from laushinka/spelling-fixes
...
Auto commit by PR queue bot
2016-02-18 10:29:49 -08:00
Justin Santa Barbara
b70f1c1220
kube-up: install updates & reboot automatically on boot
...
We run unattened-upgrades manually, and then reboot automatically if we
find /var/run/reboot-required; then we check if any services need
restarting and restart them automatically using the needrestart tool.
This should mean we don't _have_ to build new images on every security
update, though we can do so to avoid a reboot.
Issue #21382
2016-02-18 12:52:43 -05:00
Marcin Wielgus
d9c8f7fa5f
Bump Heapster to v0.20.0-alpha7
2016-02-18 12:57:13 +01:00
k8s-merge-robot
bcabc096f2
Merge pull request #21130 from madhusudancs/daemonset-enable-default
...
Auto commit by PR queue bot
2016-02-17 22:54:35 -08:00
k8s-merge-robot
10f3403536
Merge pull request #21362 from ArtfulCoder/fluentd
...
Auto commit by PR queue bot
2016-02-17 22:25:28 -08:00
k8s-merge-robot
78c294a66c
Merge pull request #21164 from justinsb/aws_reboot_with_ephemeral
...
Auto commit by PR queue bot
2016-02-17 17:12:01 -08:00
Joe Finney
2b756ca56d
Move E2E kube-up call into test-setup from e2e-internal.
2016-02-17 16:49:07 -08:00
Dawn Chen
14f8ae1340
Log kubelet /healthz failure reasons to supervisord log file
2016-02-17 16:42:47 -08:00
Zach Loafman
c8d90f1a61
Bump GCE to container-vm-v20160217
2016-02-17 16:39:58 -08:00
laushinka
7ef585be22
Spelling fixes inspired by github.com/client9/misspell
2016-02-18 06:58:05 +07:00
Madhusudan.C.S
f06a195855
Remove all {KUBE_,}ENABLE_{DEPLOYMENT,DAEMONSET} variables from all our bash scripts.
2016-02-17 15:04:28 -08:00
Madhusudan.C.S
e647804ba4
Replica set is enabled by default now, so it is not necessary to explicitly enable it in the test config script.
2016-02-17 15:03:15 -08:00
Madhusudan.C.S
ab1e9c200f
Graduate DaemonSet to v1beta1 API, enable it by default.
2016-02-17 15:03:12 -08:00
Phillip Wittrock
a8744279eb
Merge pull request #21347 from yujuhong/health_check
...
Switch to using `docker version` as health check
2016-02-17 14:48:44 -08:00
Abhishek Shah
e46b17044f
Disable fluent-es on kubernetes-master
2016-02-17 14:01:20 -08:00
Abhishek Shah
51fba282ec
Fluentd on GCE master should not use ClusterFirst
2016-02-17 11:32:41 -08:00
Justin Santa Barbara
4d2c580781
AWS kube-up: Add support for wily
...
vivid is technically no longer supported now, so we should support
wily.
2016-02-17 10:45:21 -05:00
Justin Santa Barbara
a16372ce40
AWS: Change master to m3.medium by default
...
m3.large for > 150 nodes.
t2.micro often runs out of memory. The t2 class has very
difficult-to-understand behaviour when it runs out of CPU. The
m3.medium is reasonably affordable, and avoids these problems.
Fix #21151
Issue #18975
2016-02-17 10:24:14 -05:00
Justin Santa Barbara
c68c019150
AWS: Add comments to explain the symlink logic
2016-02-17 09:57:37 -05:00
Justin Santa Barbara
affffdc9ab
AWS kube-up: Put the master-pd into /etc/fstab, to mount it early
...
Otherwise we risk services coming up on the master before the backing
volume is ready.
If we then see the master-pd is already mounted, don't try to remount
it.
Issue #21155
2016-02-17 09:47:01 -05:00
k8s-merge-robot
22ad56dded
Merge pull request #21161 from justinsb/aws_bootstrap_on_every_boot
...
Auto commit by PR queue bot
2016-02-17 06:45:24 -08:00
k8s-merge-robot
207b90ae63
Merge pull request #19578 from quinton-hoole/2016-01-04-ube-lite-e2e
...
Auto commit by PR queue bot
2016-02-17 04:29:48 -08:00
k8s-merge-robot
237105fd0e
Merge pull request #21372 from gmarek/gather
...
Auto commit by PR queue bot
2016-02-17 03:57:12 -08:00
k8s-merge-robot
a5bb33bb4a
Merge pull request #21356 from vishh/gce-salt
...
Auto commit by PR queue bot
2016-02-17 03:29:35 -08:00
gmarek
024322a651
Fix getting last command result in kube-up
2016-02-17 11:12:06 +01:00
Vishnu kannan
202578ebe5
enable for *real* new runtime and kubelet cgroup configs in GCE salt configs.
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-02-16 16:08:57 -08:00
weixu
b3f3a80667
Set the default value for DEBUG in cluster/saltbase/salt/generate-cert/make-ca-cert.sh
...
In commit 07d7cfd3
, people add ${DEBUG} == "true" in file
cluster/saltbase/salt/generate-cert/make-ca-cert.sh
But the default value for DEBUG is not set. In that commit, it set the value
of DEBUG in cluster/ubuntu/util.sh where it call this script. When using this
script in saltstack to bring up cluster in other cloud platforms, it will fail
to generate the cert since we set set -o nounset in make-ca-cert.sh and var DEBUG
does not set. Set a default value for DEBUG here will fix this problem.
2016-02-16 16:03:20 -08:00
Dawn Chen
1af5c9f7b2
Disable REGISTER_MASTER_KUBELET for gce default configuration since
...
no one is working on e2e tests.
2016-02-16 15:32:32 -08:00
Yu-Ju Hong
b92e2903fa
Switched to using docker version
as health check
...
`docker ps` can sometimes take a long time to finish, and restarting
docker in this case doesn't help.
2016-02-16 15:10:15 -08:00
Joe Finney
6f7182e500
Remove hack/e2e-test.sh in favor of hack/e2e.go.
2016-02-16 14:54:50 -08:00
Quinton Hoole
b4a3559807
Add Jenkins e2e test job for multi-zone Ubernetes Lite
2016-02-16 13:07:17 -08:00
k8s-merge-robot
a0489cb54b
Merge pull request #21297 from yifan-gu/add_dashborad_addons
...
Auto commit by PR queue bot
2016-02-16 13:00:11 -08:00
k8s-merge-robot
13b2a8a60b
Merge pull request #21191 from zmerlynn/change-motd
...
Auto commit by PR queue bot
2016-02-16 06:07:35 -08:00
k8s-merge-robot
62474f1fbf
Merge pull request #21298 from gmarek/validate
...
Auto commit by PR queue bot
2016-02-16 05:37:28 -08:00
k8s-merge-robot
2299547ca5
Merge pull request #21183 from mml/slow-flake
...
Auto commit by PR queue bot
2016-02-16 05:12:50 -08:00
k8s-merge-robot
4f3c89ce81
Merge pull request #21132 from petermd/kubeaddon-api-status
...
Auto commit by PR queue bot
2016-02-16 02:57:17 -08:00
Wojciech Tyczynski
f6dc06bdc7
Always enable second etcd for events
2016-02-16 11:48:46 +01:00
gmarek
433e855aca
Fix validate cluster
2016-02-16 11:34:57 +01:00
Yifan Gu
c2c3ccdaa7
cluster/gce/coreos: Replace kube-ui with dashboard in configure-node.sh
2016-02-16 16:46:33 +08:00
k8s-merge-robot
db758dda64
Merge pull request #21046 from MikeSpreitzer/issue/20992
...
Auto commit by PR queue bot
2016-02-15 21:54:18 -08:00
gmarek
63dd014412
Update SchedulerMetrics
2016-02-15 16:52:41 +01:00
k8s-merge-robot
b1dedc0900
Merge pull request #21058 from gmarek/fix
...
Auto commit by PR queue bot
2016-02-15 06:12:27 -08:00
gmarek
9c722ba98e
Update memory requirements for new Heapster
2016-02-15 14:05:47 +01:00
k8s-merge-robot
138cb09aea
Merge pull request #20795 from luxas/remove_dev
...
Auto commit by PR queue bot
2016-02-15 03:52:26 -08:00
gmarek
92f60159ec
Default EXIT_ON_WEAK_ERROR
2016-02-15 11:09:58 +01:00
k8s-merge-robot
48caef3576
Merge pull request #21243 from gmarek/master
...
Auto commit by PR queue bot
2016-02-15 01:15:21 -08:00
k8s-merge-robot
396287aad9
Merge pull request #21110 from MikeSpreitzer/issue/21037
...
Auto commit by PR queue bot
2016-02-15 01:15:20 -08:00
gmarek
2288b31b99
Fix kube-up
2016-02-15 08:34:00 +01:00
André Martins
97acdf4cd8
fixing docker -d deprecation
...
Signed-off-by: André Martins <aanm90@gmail.com>
2016-02-14 23:07:32 +01:00
k8s-merge-robot
b017ce602f
Merge pull request #20988 from golvteppe/kube-up_output
...
Auto commit by PR queue bot
2016-02-14 03:38:53 -08:00
k8s-merge-robot
3d93b594e3
Merge pull request #20062 from mikefaille/master
...
Auto commit by PR queue bot
2016-02-13 10:36:57 -08:00
k8s-merge-robot
784f555fd9
Merge pull request #18821 from rastut/add_aws_detect_root_device
...
Auto commit by PR queue bot
2016-02-13 10:09:20 -08:00
k8s-merge-robot
44a8ca9fa7
Merge pull request #21170 from MikeSpreitzer/issue/21168
...
Auto commit by PR queue bot
2016-02-13 08:33:54 -08:00
k8s-merge-robot
f2e845dd6d
Merge pull request #21144 from justinsb/aws_fix_project_not_defined
...
Auto commit by PR queue bot
2016-02-13 08:33:53 -08:00
Justin Santa Barbara
69300c51b3
AWS kube-up: Reboot support with ephemeral storage
...
If the ephemeral volume is present and mounted, don't try to reinitialize
them.
Don't block the boot if the ephemeral volume is corrupt / missing -
this enables us to cope with a stop/start & presumably also corruption.
In this case, we'll reformat the ephemeral storage.
Fix #21157
2016-02-12 20:31:56 -05:00
Justin Santa Barbara
19cf622e88
AWS kube-up: make the bootstrap script run every boot
...
This is so we have the same behaviour as on GCE.
This also lets us change the bootstrap script or the config, which is
nice. Instance data is immutable on AWS once it is booted.
Fix #21150
2016-02-12 20:30:47 -05:00
Matt Liggett
c25331f251
Save the master logs to separate files rather than dumping to stdout.
2016-02-12 17:30:45 -08:00
Zach Loafman
db01dec0a4
Reset /etc/motd to include version, a pointer to source image and GitHub
...
Companion to #21031
2016-02-12 17:29:23 -08:00
Mike Danese
b8aa23f0fa
Merge pull request #21194 from dchen1107/test1
...
Make master component pods burstable, instead of guaranteed.
2016-02-12 17:08:27 -08:00
Mike Spreitzer
4d55dbe69f
Introduced envar KUBE_PROXY_EXTRA_OPTS
...
Resolves #21168
2016-02-12 18:42:51 -05:00
Dawn Chen
64ca54c2cc
Make master component's manifest consistent with the ones on debian
2016-02-12 14:56:12 -08:00
Dawn Chen
11a6d7df26
Make coreos's master component manifest consistent with debian ones.
2016-02-12 14:55:28 -08:00
Dawn Chen
54933902b2
Make master component pods burstable, instead of guaranteed.
2016-02-12 14:28:48 -08:00
Janet Kuo
2874f30c05
Enable Deployments by default
2016-02-12 12:29:14 -08:00
golvteppe
62292341ff
Added ZONE variable to the info string which informs what provider is being used
...
Fixed unbound ZONE variable issue for kube-up.sh
Added curlys
2016-02-12 20:53:10 +01:00
Mike Danese
2172e0dea0
Merge pull request #21108 from mml/slow-flake
...
Include some debug output when the API server never appears.
2016-02-12 11:27:12 -08:00
Mike Spreitzer
07d7cfd346
Fetch hacked easyrsa in kube-up instead of command run on master
...
This is good because it removes an obstacle to using the
cluster/ubuntu scripting to install Kubernetes into a restricted
environment where the machines can not open connections to arbitrary
external locations.
Also add debuggability to make-ca-cert.sh
Resolves #21037
Resolves #21092
2016-02-12 14:11:53 -05:00
Justin Santa Barbara
f0d6fd10bc
Salt: Make sure git is installed, for gitRepo volumes
...
Seems to be included in the GCE base image, but not on the images we use
on AWS (Ubuntu images).
Fix #20957
2016-02-12 12:51:08 -05:00
Mike Spreitzer
43285f872e
Deploy dashboard instead of extiinct kube-ui
...
Updated cluster/ubuntu/deployAddons.sh to deploy the UI that exists
rather than the old one that no longer exists.
Resolves #20992
2016-02-12 11:47:18 -05:00
Justin Santa Barbara
1852fab029
AWS: Fix kube-up generation of kubeconfig
...
We were assuming the PROJECT env var was set, which the e2e tests do.
But PROJECT is normally not set on AWS (it is set on GCE); this broke as
part of the harmonization.
Revert to the pre-existing behaviour here, where we use "aws_" as the
prefix.
Fix #21141
2016-02-12 09:53:22 -05:00
Matt Liggett
7a2e649745
Include some debug output when the API server never appears.
...
Helps with #20916
2016-02-11 16:33:35 -08:00
gmarek
aa79f04aed
Fix #21027
2016-02-11 22:25:08 +01:00
k8s-merge-robot
f6ae6b47ae
Merge pull request #20687 from vishh/systemd-support
...
Auto commit by PR queue bot
2016-02-11 13:06:29 -08:00
k8s-merge-robot
798b88e512
Merge pull request #20960 from andyzheng0831/fix
...
Auto commit by PR queue bot
2016-02-11 06:51:13 -08:00
k8s-merge-robot
c1eb987a41
Merge pull request #21040 from MikeSpreitzer/issue/21039
...
Auto commit by PR queue bot
2016-02-11 04:53:00 -08:00
Piotr Szczesniak
917a34a2aa
Bumped Heapster to v0.20.0-alpha6
2016-02-11 11:44:29 +01:00
gmarek
918ddbe5f0
Small cleanup
2016-02-11 10:08:24 +01:00
Mike Spreitzer
5dc3daf9a8
Update Kubernetes release version from 1.1.4 to 1.1.7 in download-release.sh
...
.. in cluster/ubutuntu/download-release.sh
Resolves issue #21039
2016-02-10 23:08:59 -05:00
Vishnu kannan
c3b5d5774c
Update flag values for cgroups managed by kubelet.
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-02-10 17:33:29 -08:00
Vishnu kannan
51e4ccf106
Updating the default values for the cgroups hierarchies that kubelet
...
creates for managing the nodes.
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-02-10 16:02:36 -08:00
k8s-merge-robot
646cb70fe3
Merge pull request #20905 from yifan-gu/add_command_in_templates
...
Auto commit by PR queue bot
2016-02-10 07:11:20 -08:00
k8s-merge-robot
c0dd58c001
Merge pull request #20811 from mwielgus/cm-scripts
...
Auto commit by PR queue bot
2016-02-10 04:50:06 -08:00
k8s-merge-robot
372c9271ee
Merge pull request #20871 from andyzheng0831/kube-addon
...
Auto commit by PR queue bot
2016-02-10 04:24:27 -08:00
Marcin
b7d72ef36d
Startup scripts for custom metrics
2016-02-10 12:32:04 +01:00
Wojciech Tyczynski
9682227649
Merge pull request #20920 from mwielgus/heapster-v0.20.0-alpha5
...
Heapster v0.20.0-alpha5 + gcm-autoscaling sink for googleinfluxdb
2016-02-10 11:34:44 +01:00
Olivier Lemasle
e2c79ea1f1
Add bearer token authentication to Vagrant clusters
...
This does not remove basic authentication in Vagrant clusters.
Users will still be able to authenticate with username=vagrant, password=vagrant
2016-02-10 10:35:13 +01:00
k8s-merge-robot
e5a61c038b
Merge pull request #20622 from wstrange/master
...
Auto commit by PR queue bot
2016-02-09 23:26:29 -08:00
Andy Zheng
126f3c4784
Fix kubelet and kube-proxy log level in Trusty
...
This change corrects how we determine the log level. Moreover, it explicitly redirects kubelet log to /var/log/kubelet.log, as we noticed it may miss sometimes.
2016-02-09 19:20:20 -08:00
Prashanth B
f0620a5efd
Merge pull request #20883 from bprashanth/kubelet_flag
...
Kubelet flag for disabling hairpin mode
2016-02-09 17:31:30 -08:00
k8s-merge-robot
d7bef3cc87
Merge pull request #20896 from kinvolk/ckuehl/replace-rocket-with-rkt
...
Auto commit by PR queue bot
2016-02-09 16:05:01 -08:00
Greg Swallow
646c22e47c
Use local_ipv4 when public_ipv4 is not present.
2016-02-09 16:35:38 -05:00
Prashanth Balasubramanian
c3a3a2bacd
Pipe hairpin-mode flag through kubelet, enable on soak.
2016-02-09 12:12:19 -08:00
Marcin
eb19f3a977
Heapster v0.20.0-alpha5 + gcm-autoscaling sink for googleinfluxdb
2016-02-09 20:31:43 +01:00
k8s-merge-robot
494186f40e
Merge pull request #20867 from dchen1107/docker
...
Auto commit by PR queue bot
2016-02-09 10:02:44 -08:00
Yifan Gu
9f2d219331
cluster/gce/coreos: Add command in addon templates.
...
As appc spec only has one field for executable path
(Exec v.s. ENTRYPOINT + CMD), specifying only args
will override the image's original ENTRYPOINT.
2016-02-09 23:29:43 +08:00
k8s-merge-robot
8e4a821ab3
Merge pull request #20821 from olivierlemasle/fix-dnf-vagrant
...
Auto commit by PR queue bot
2016-02-09 07:04:24 -08:00
Chris Kühl
7fcc40bb27
docs: replace Rocket with rkt
2016-02-09 13:52:25 +01:00
k8s-merge-robot
0fe5499fbc
Merge pull request #20794 from bprashanth/etcd_config
...
Auto commit by PR queue bot
2016-02-09 04:07:26 -08:00
k8s-merge-robot
68a165cda9
Merge pull request #20681 from justinsb/aws_sync_kubeup_gce_step3
...
Auto commit by PR queue bot
2016-02-09 02:08:48 -08:00
Andy Zheng
20444558a3
Fix two issues of master on Trusty
...
This change moves the code of running and monitoring addon pods in a daemon type upstart job, so that addon manifest monitoring can be restarted automatically upon failure. Second, it updates the usage of "kube-ui" to "dashboard" to match the change in PR #20330 .
2016-02-08 16:46:18 -08:00
Dawn Chen
f07070d129
Upgrade gce cluster to docker 1.9.1
2016-02-08 15:58:29 -08:00
derekwaynecarr
512154f25e
Unbound cluster ip range in vagrant
2016-02-08 17:38:36 -05:00
Olivier Lemasle
0bf3f3ef09
Fix Vagrant issue with Salt
...
Package manager "dnf" does not work correctly with Salt
(cf https://github.com/saltstack/salt/issues/31001 )
It causes Salt to consider that some packages (python, git, curl, etc.) are not
installed, which breaks the Vagrant Kubernetes setup.
Updating dnf and dnf-plugins-core to their latest version solves the issue.
Additionally, I've added the "fastestmirror" to dnf, which is useful if a
RPM mirror is broken or very slow. (In my case, dnf used a broken mirror which
froze the Kubernetes setup).
2016-02-08 17:29:19 +01:00
gmarek
208e98b58e
Fix #20788
2016-02-08 10:21:04 +01:00
Michael Nikitochkin
55e2906f79
AWS: Allow to configure master ip and services mask
...
Fix script for case when neeed to setup cluster
in an existen VPC and subnet with ip mask example: 10.0.0.0/8.
Fixed bug to detect ip of master if provided MASTER_RESERVED_IP.
For some reason detecting master ip was moved to volumes and only when MASTER_RESERVED_IP=auto.
If specify IPv4 for MASTER_RESERVED_IP like `52.1.1.1`, than we could
not detect ip even during last steps of setuping cluster.
step the KUBE_MASTER_IP is reseted because there are no tag for the
volume.
2016-02-07 21:59:00 +01:00
Lucas Käldström
d5b7fd7f95
Remove -v /dev:/dev from docker and docker-multinode
2016-02-07 22:15:20 +02:00
Jan Chaloupka
4389b3f0d6
Rewritte util.* -> wait.* wherever reasonable
2016-02-07 12:02:20 +01:00
Prashanth B
86b6fdf5ea
Sanitize flannel config.
2016-02-07 05:19:50 +00:00
Justin Santa Barbara
63743e9c1c
AWS kube-up: Use the cert we generated in kubeconfig
2016-02-06 22:52:01 -05:00
Justin Santa Barbara
270fae4d66
kube-up: Support multiple additional IPs for SSL cert
...
And pass the public IP when setting up AWS
2016-02-06 22:52:01 -05:00
Justin Santa Barbara
fd5c44c72e
kube-up: Finish refactor of AWS to reuse GCE script
...
We override key functions in the GCE script with AWS equivalents.
2016-02-06 22:52:01 -05:00
k8s-merge-robot
f2ed6f6ce8
Merge pull request #20474 from mqliang/ununtu-check-pods-torn-down
...
Auto commit by PR queue bot
2016-02-06 15:12:43 -08:00
k8s-merge-robot
a08ac362a9
Merge pull request #19839 from madhusudancs/replicaset-e2e-enable
...
Auto commit by PR queue bot
2016-02-06 12:54:34 -08:00
k8s-merge-robot
9d981b696c
Merge pull request #20642 from justinsb/aws_sync_kubeup_gce_step2
...
Auto commit by PR queue bot
2016-02-06 11:56:47 -08:00
k8s-merge-robot
d1b7fb3025
Merge pull request #20630 from a-robinson/logparse
...
Auto commit by PR queue bot
2016-02-06 11:28:08 -08:00
Madhusudan.C.S
48c4173f5f
Enable ReplicaSets in e2e tests.
2016-02-06 03:46:17 -08:00
k8s-merge-robot
fe269474ca
Merge pull request #20330 from bryk/kubernetes-dashboard
...
Auto commit by PR queue bot
2016-02-06 00:15:10 -08:00
Daniel Smith
75c1dcaacd
Merge pull request #20463 from andyzheng0831/trusty-master
...
Support master on Ubuntu Trusty
2016-02-05 15:49:28 -08:00
Marek Grabowski
e8f341cb40
Merge pull request #20650 from mwielgus/heapster-alpha4
...
Bump heapster from v0.20.0-alpha3 to v.0.20.0-alpha4
2016-02-05 16:04:41 +01:00
Marcin Wielgus
6c2b338af0
Bump heapster from v0.20.0-alpha3 to v.0.20.0-alpha4
2016-02-05 15:33:09 +01:00
bryk
46f51d74bb
Set kubernetes-dashboard as the default UI addon
...
Dashboard release info:
https://github.com/kubernetes/dashboard/releases/tag/v0.1.0
This replaces kube-ui addon
2016-02-05 13:36:37 +01:00
Daniel Smith
9a76c022ec
Merge pull request #20408 from kylegordon/patch-1
...
Use kube account to make changes via govc
2016-02-04 23:16:44 -08:00
k8s-merge-robot
5b046cccdb
Merge pull request #20448 from justinsb/aws_fix_e2e_detect_master
...
Auto commit by PR queue bot
2016-02-04 16:24:20 -08:00
Warren Strange
fed1d947bc
added shell guard in case var is not set
2016-02-04 16:45:20 -07:00
Alex Robinson
e5c5f76402
Update the default fluentd images to parse system logs.
2016-02-04 23:29:27 +00:00
Justin Santa Barbara
ba415c1f39
kube-up: Add brackets to variable name
2016-02-04 12:43:09 -05:00
Justin Santa Barbara
732e76fb4e
kube-up: Refactor SSL cert helpers into common
...
Next step in the the GCE/AWS harmonization
2016-02-04 09:10:41 -05:00
Alex Robinson
592da85a81
Parse system logs into structured messages in fluentd.
...
This allows you to filter based on components of the log,
like their severity, in the developers console or elasticsearch.
2016-02-04 08:14:59 +00:00
k8s-merge-robot
dbd7b83d93
Merge pull request #20545 from pmorie/boilerplate
...
Auto commit by PR queue bot
2016-02-03 19:46:26 -08:00
Warren Strange
24b06d805a
Add preemtible option to master
2016-02-03 19:34:27 -07:00
Paul Morie
b672785d72
Add boilerplate checks for Dockerfiles
2016-02-03 18:35:26 -05:00
Paul Morie
05bd107301
Add boilerplate checks for Makefiles
2016-02-03 18:35:26 -05:00
Andy Zheng
b103f0f279
Support master on Ubuntu Trusty
...
This change support running kubernetes master on Ubuntu Trusty.
It uses pure cloud-config and shell scripts, and completely gets
rid of saltstack or the release salt tarball.
2016-02-03 11:22:28 -08:00
Dan Williams
fabb65c13f
Add a network plugin that duplicates "configureCBR0" functionality
2016-02-03 10:08:08 -06:00
Piotr Szczesniak
d7dd663d2a
Merge pull request #20412 from gmarek/enable
...
Add a flag to allow non-fatal errors in validate-cluster
2016-02-03 09:33:17 +01:00
Piotr Szczesniak
0e396b2084
Merge pull request #20407 from gmarek/1000-kube-up
...
Allow some NotReady nodes in 1000 node clusters
2016-02-03 09:32:59 +01:00
Jeff Lowdermilk
4a9b046515
Merge pull request #20432 from brendandburns/flake5
...
Don't re-check with gcloud for a firewall's existence to fix a potential flake.
2016-02-02 11:59:54 -08:00
Jeff Lowdermilk
ec4b94aabc
Merge pull request #20509 from yujuhong/docker_health
...
Change docker health checker to using `docker ps`
2016-02-02 11:50:04 -08:00
Yu-Ju Hong
156d301140
Change docker health checker to using docker ps
...
`docker ps` is a more reliable health check than docker version from past
experiences.
2016-02-02 11:08:21 -08:00
k8s-merge-robot
d082357259
Merge pull request #20138 from jetsanix/fix-ubuntu
...
Auto commit by PR queue bot
2016-02-02 05:20:31 -08:00
k8s-merge-robot
d8047e7632
Merge pull request #20118 from erictune/chmod
...
Auto commit by PR queue bot
2016-02-02 04:50:54 -08:00
k8s-merge-robot
ac24a68801
Merge pull request #20094 from mesosphere/jdef_mesos_026_godeps
...
Auto commit by PR queue bot
2016-02-02 03:19:25 -08:00
mqliang
e9de110a5d
fix the bug that ubuntu check-pods-torn-down doesn't take into account terminating pods nor pods in other namespaces
2016-02-02 14:22:16 +08:00
Justin Santa Barbara
0f6b3611d8
AWS: Fix e2e usage of find-tagged-master-ip
...
In the e2e tests detect-master is called directly. In turn, it calls
find-tagged-master-ip, which assumed that find-master-pd has already already
been called. But this wasn't true in the e2e case.
We add a call to find-master-pd; it is idempotent.
2016-02-01 22:49:31 +00:00
k8s-merge-robot
30375b21d6
Merge pull request #19776 from justinsb/aws_sync_kubeup_gce
...
Auto commit by PR queue bot
2016-02-01 14:44:18 -08:00
Brendan Burns
78c9a7718a
Don't re-check with gcloud for a firewall's existence to fix a potential flake.
2016-02-01 14:17:36 -08:00
k8s-merge-robot
b4d1c7541c
Merge pull request #19870 from justinsb/salt_systemd_force
...
Auto commit by PR queue bot
2016-02-01 10:49:44 -08:00
k8s-merge-robot
a5f03173c5
Merge pull request #19869 from justinsb/aws_fix_docker183_package_name
...
Auto commit by PR queue bot
2016-02-01 10:18:06 -08:00
k8s-merge-robot
0aca70016c
Merge pull request #20066 from justinsb/aws_move_build_runtime_config
...
Auto commit by PR queue bot
2016-02-01 09:48:27 -08:00
k8s-merge-robot
bea271a767
Merge pull request #19664 from yifan-gu/docker_restart
...
Auto commit by PR queue bot
2016-02-01 06:46:36 -08:00
gmarek
efacc0435e
Add a flag to allow non-fatal errors in validate-cluster
2016-02-01 14:26:31 +01:00
Kyle Gordon
63b61a7205
Use kube account to make changes via govc
...
Use -l kube:kube to login to VM and make changes before public key is inserted.
Fixes #14366
2016-02-01 11:41:49 +00:00
gmarek
6aaabc6f46
Allow some NotReady nodes in 1000 node clusters
2016-02-01 12:40:40 +01:00
Marcin Wielgus
bdf563be4b
Use Heapster v0.20.0-alpha3
2016-02-01 12:22:11 +01:00
Marcin Wielgus
a14f791d8c
Revert "Merge pull request #20329 from kubernetes/revert-20323-bump-influxdb"
...
This reverts commit b4188ec459
, reversing
changes made to 28951bd66a
.
2016-02-01 12:12:37 +01:00
Yifan Gu
05087612b9
salt: Try 'systemctl' if 'service' command fails when restarting docker.
2016-02-01 18:10:31 +08:00
Alex Robinson
f684e80b1f
Merge pull request #20067 from justinsb/aws_test_defaults
...
AWS: Change config-test defaults to match GCE
2016-01-30 17:42:28 -08:00
Alex Robinson
a81e6c3f4f
Merge pull request #20307 from dchen1107/test1
...
Deprecated soon: override /etc/init.d/docker file on containervm image,
2016-01-30 13:32:41 -08:00
k8s-merge-robot
e953f4a074
Merge pull request #19628 from mikedanese/dns-headless
...
Auto commit by PR queue bot
2016-01-29 23:54:40 -08:00
k8s-merge-robot
40ff292294
Merge pull request #20286 from mikedanese/kube-ui-v5
...
Auto commit by PR queue bot
2016-01-29 10:51:00 -08:00
Filip Grzadkowski
13480c171d
Revert "Yet another try to migrate to the new Heapster"
2016-01-29 15:03:49 +01:00
Piotr Szczesniak
7d4a948b1f
Yet another try to migrate to the new Heapster
2016-01-29 09:56:49 +01:00
Piotr Szczesniak
0c5cc1bde1
Revert "Merge pull request #20215 from kubernetes/revert-20156-bump-influxdb"
...
This reverts commit 06996d5af9
, reversing
changes made to b2f6e7d08f
.
2016-01-29 09:19:03 +01:00
k8s-merge-robot
992a85950f
Merge pull request #19326 from fgimenez/juju-allow-privileged
...
Auto commit by PR queue bot
2016-01-28 22:27:32 -08:00
Dawn Chen
5f6f6acec7
Deprecated soon: override /etc/init.d/docker file on containervm image,
...
so that we can unblock docker 1.10 validation.
2016-01-28 17:44:23 -08:00
Fabio Yeon
574f354b73
Merge pull request #20143 from roberthbailey/list-resources-gke
...
Fix list-resources.sh to work with the GKE provider
2016-01-28 13:48:05 -08:00
Mike Danese
b1ca73a5b2
kube-ui: upgrade to v5
2016-01-28 13:02:25 -08:00
Justin Santa Barbara
c556e8f0f5
kube-up: Refactor kube-env into common; use in AWS
...
Use kube-env on the AWS master also
2016-01-28 10:31:51 -08:00
Justin Santa Barbara
4d88a4ed2c
kube-up: move sha1sum-file into common
...
Also hash the tar files in AWS kube-up
2016-01-28 10:19:38 -08:00
Justin Santa Barbara
a70412099a
AWS: add retries around apt-get install
...
Related to issue #17309
2016-01-28 10:19:38 -08:00
Justin Santa Barbara
ae75a7d259
kube-up: move build-runtime-config from AWS & GCE into common
2016-01-28 10:19:38 -08:00
Justin Santa Barbara
0df6f5d8c5
kube-up: move yaml-quote from GCE & AWS to common
2016-01-28 10:19:38 -08:00
Prashanth B
952449585e
Merge pull request #20164 from bprashanth/glbc_0.5.2
...
Bump glbc to 0.5.2
2016-01-28 08:21:32 -08:00
k8s-merge-robot
458eb5284a
Merge pull request #19105 from smarterclayton/prepare_negotiate
...
Auto commit by PR queue bot
2016-01-27 13:35:30 -08:00
k8s-merge-robot
a95f1b84cb
Merge pull request #17243 from yifan-gu/gce_coreos
...
Auto commit by PR queue bot
2016-01-27 13:02:20 -08:00
Brendan Burns
4f845ad6e1
Merge pull request #19642 from MikeSpreitzer/issue/19618
...
Introduce FLANNEL_OTHER_NET_CONFIG
2016-01-27 12:20:11 -08:00
Zach Loafman
9caf0a7e72
Merge pull request #20221 from zmerlynn/cvm-new-2
...
REALLY bump to container-vm-v20160127
2016-01-27 10:31:28 -08:00
Zach Loafman
cb9afa65f0
REALLY bump to container-vm-v20160127
2016-01-27 10:28:04 -08:00
Brendan Burns
6f15b532f7
Merge pull request #20218 from zmerlynn/cvm-new
...
Bump to container-vm-v20160127
2016-01-27 10:24:24 -08:00
Zach Loafman
727fb1a97a
Bump to container-vm-v20160127
2016-01-27 09:22:07 -08:00
James DeFelice
70a5cc462b
updated cluster/mesos/docker and contrib/mesos for mesos-0.26 compat
2016-01-27 17:13:07 +00:00
Filip Grzadkowski
0dedf869c7
Revert "Bumped Heapster version to v0.20.0-alpha and Influxdb to 0.9.2.1"
2016-01-27 17:22:36 +01:00
Peter McDonnell
4d4f1c645c
exit if unable to query status from apiserver
2016-01-27 15:21:09 +00:00
Piotr Szczesniak
e96993f2ce
Bumped Heapster version to v0.20.0-alpha and Influxdb to 0.9.2.1
2016-01-27 11:09:18 +01:00
k8s-merge-robot
86dd321c73
Merge pull request #19489 from cloudnativeapps/vsphere-support-1
...
Auto commit by PR queue bot
2016-01-26 22:27:55 -08:00
k8s-merge-robot
738eae88f8
Merge pull request #19841 from marun/vagrant-fedora23
...
Auto commit by PR queue bot
2016-01-26 18:45:48 -08:00
Alex Robinson
6acf297231
Update the fluentd versions to include fixes for #19405 .
2016-01-27 00:30:53 +00:00
Alex Robinson
ac13e851e2
Don't let fluentd pipe its own logs directly back into itself.
2016-01-27 00:30:53 +00:00
Alex Robinson
95a4ea3fc8
Increase the fluentd buffer chunk size to improve write throughput.
...
Also reduce the max wait between retries, 30 seconds should be more than
enough backoff.
2016-01-27 00:30:50 +00:00
Robert Bailey
a8cad507db
Fix list-resources.sh to work with the GKE provider. Also update
...
the grep command to work for versions of grep that don't
understand '\s'.
2016-01-26 15:05:29 -08:00
Clayton Coleman
38c7eded99
Prepare for content-type negotiation
...
Combine the fields that will be used for content transformation
(content-type, codec, and group version) into a single struct in client,
and then pass that struct into the rest client and request. Set the
content-type when sending requests to the server, and accept the content
type as primary.
Will form the foundation for content-negotiation via the client.
2016-01-26 17:44:30 -05:00
Prashanth Balasubramanian
eecfdc065b
Bump glbc to 0.5.2
2016-01-26 10:40:07 -08:00
Zach Loafman
23b4bfb370
Merge pull request #20126 from kubernetes/revert-19957-container-vm-v20160121
...
Revert "Bump to container-vm-v20160121"
2016-01-26 10:38:32 -08:00
k8s-merge-robot
6c63acdd3d
Merge pull request #19398 from justinsb/aws_elasticip_for_master
...
Auto commit by PR queue bot
2016-01-26 04:34:28 -08:00
k8s-merge-robot
8c821700f3
Merge pull request #19389 from justinsb/internal_cidr
...
Auto commit by PR queue bot
2016-01-26 03:58:48 -08:00
k8s-merge-robot
3f40fb7d0a
Merge pull request #17923 from yuvipanda/kube2dns-pflag
...
Auto commit by PR queue bot
2016-01-26 02:13:44 -08:00
k8s-merge-robot
2286bd3a38
Merge pull request #19961 from mamikonyana/newrepo
...
Auto commit by PR queue bot
2016-01-25 19:51:23 -08:00
k8s-merge-robot
bd97eec9b6
Merge pull request #19928 from jfchevrette/fix_ubuntu_sysv_init
...
Auto commit by PR queue bot
2016-01-25 19:50:47 -08:00
k8s-merge-robot
110f995484
Merge pull request #19748 from freehan/registry
...
Auto commit by PR queue bot
2016-01-25 19:48:10 -08:00
Maru Newby
e709e91c64
Vagrant fixes for fedora 23
...
- wget is not installed by default on fedora 23. Use curl instead
since it is always available on recent Fedora.
- The repo url for cockpit resulted in an http redirect message being
saved as the repo file which broke deployment. Update the url to
url that was redirected to and ensure that future redirects will be
handled correctly.
- The main Fedora 23 repo includes salt packages, and there is no
salt repo for 23. The salt bootstrap still creates a repo file for
a nonexistent repo, though, and this change removes it to avoid
having dnf report an error on every update.
2016-01-26 00:33:01 +00:00
Dawn Chen
93168c1ede
Merge pull request #20036 from ihmccreery/instance-prefix
...
Use INSTANCE_PREFIX to prefix uploaded binaries in GCE
2016-01-25 16:07:13 -08:00
Zach Loafman
abfbf68287
Revert "Bump to container-vm-v20160121"
2016-01-25 15:54:41 -08:00
Mike Danese
69add2fb80
dns: don't die when a headless service declares no ports
...
Headless services are not required to declare ports.
Signed-off-by: Mike Danese <mikedanese@google.com>
2016-01-25 15:46:06 -08:00
Eric Tune
f2df774ec9
Chmod password and token files.
...
Fixes #7808 .
2016-01-25 15:14:17 -08:00
Piotr Szczesniak
f93b1f1043
Bumped Heapster to v0.18.5 to fix issue with nil pointer panic
2016-01-25 21:55:16 +01:00
Quinton Hoole
10f7985dfb
Merge pull request #19995 from justinsb/gce_label_pd
...
Ubernetes-Lite GCE: Label volumes with zone information
2016-01-25 10:34:10 -08:00
jet tsang zeon-git
9ea4f6b6d9
fix kube-up without DOCKER_OPTS
2016-01-25 07:15:20 +08:00
Dhawal Yogesh Bhanushali
f7db2c6e99
vsphere support
2016-01-24 13:52:56 -08:00
Justin Santa Barbara
a4d6801655
AWS: Change config-test defaults to match GCE
...
KUBE_ENABLE_DAEMONSETS & KUBE_ENABLE_DEPLOYMENTS default to true in
config-test in GCE, so we should do the same in AWS for e2e sanity.
2016-01-24 10:43:43 -05:00
Justin Santa Barbara
8a7afc459c
AWS: Call build-runtime-config where it is used
...
build-runtime-config was being called in verify-prereqs, which didn't
match how GCE called it, and didn't seem to actually work.
Instead call it just before the master configuration is built. Also
call it just before the node configuration is built, even though the
nodes don't _currently_ require the runtime_config.
2016-01-24 10:43:15 -05:00
Michael Faille
ce7d5fe6e7
fix : openssl don't exist by default on CentOS docker image
...
To fix it, I just add openssl depedency on "generate-cert" state. It
should work on Debian-like and RedHat-Like systems. (and, Archlinux,
Opensuse, etc)
Fixed error :
$ sudo salt 'kubernetes-master' state.apply
----------
ID: kubernetes-cert
Function: cmd.script
Result: False
Comment: Command 'kubernetes-cert' run
Started: 06:57:06.634203
Duration: 208.719 ms
Changes:
----------
pid:
793
retcode:
1
stderr:
/tmpm24T3R.sh: line 22: openssl: command not found
chgrp: cannot access '/srv/kubernetes/server.key': No such file or directory
chgrp: cannot access '/srv/kubernetes/server.cert': No such file or directory
chmod: cannot access '/srv/kubernetes/server.key': No such file or directory
chmod: cannot access '/srv/kubernetes/server.cert': No such file or directory
stdout:
After applying my patch (success) :
----------
ID: kubernetes-cert
Function: cmd.script
Result: True
Comment: Command 'kubernetes-cert' run
Started: 07:17:04.172384
Duration: 1041.092 ms
Changes:
----------
pid:
1045
retcode:
0
stderr:
Generating a 4096 bit RSA private key
......................................................................++
...............................................................................++
writing new private key to '/srv/kubernetes/server.key'
-----
stdout:
----------
2016-01-24 02:18:11 -05:00
Justin Santa Barbara
d8460d5920
AWS: Pass non-masquerade-cidr through kube-up
...
Set the environment variable NON_MASQUERADE_CIDR.
Docs in cluster/aws/options.md
2016-01-22 21:01:44 -05:00
Isaac Hollander McCreery
9477bc08a5
Use INSTANCE_PREFIX to prefix uploaded binaries in GCE, fixes #8705
2016-01-22 15:27:33 -08:00
Mike Danese
0fdaa41c5e
cluster/gce: fix unbound variable
2016-01-22 14:42:32 -08:00
Justin Santa Barbara
88eeec4f13
GCE: Register the PersistentVolumeLabel admission controller
2016-01-22 17:16:39 -05:00
Rudi Chiarito
bc0dd97a70
ECR credential provider
2016-01-22 15:03:25 -05:00
Arsen Mamikonyan
8b5e9e2885
Change repository references to https://github.com/kubernetes/kubernetes
2016-01-22 10:23:14 -05:00
Piotr Szczesniak
e6f3e2893a
Fixed syntax issue in Heapster config
2016-01-22 10:29:38 +01:00
Zach Loafman
83a6b7fcaa
Merge pull request #19957 from zmerlynn/container-vm-v20160121
...
Bump to container-vm-v20151215
2016-01-21 22:05:12 -08:00
Brendan Burns
faf10632fe
Merge pull request #19963 from freehan/monitor
...
fix heapster rc file jinja syntax error
2016-01-21 21:03:50 -08:00
Justin Santa Barbara
274e589aa6
AWS: Use an elastic IP for the master by default
...
If we don't use an elastic IP, the IP address will be lost if we lose
the master for any reason, and a replacement master will not have the
same IP. But the master IP is set both in client kubeconfig files and
the master SSL certificate. Hence the default should be to allocate an
elastic IP for the master.
One complication: AWS doesn't allow tags on elastic IPs, so it is hard
to track the elastic IP so we can delete it as part of kube-down.
Instead, we take the master EBS volume with the elastic IP. This is a
little odd, but works because the master volume & the master elastic IP
really need to be assigned to the same machine, so might be thought of
as a pair.
Also, we now delete the master EBS volume as part of kube-down, as
people expect kube-down to clean-up everything it creates.
2016-01-21 22:01:55 -05:00
YuviPanda
12a6778766
Update skynd RC template to use GNU style flags
2016-01-21 16:59:02 -08:00
YuviPanda
cd23dcee34
Use pflag instead of flag in kube2dns
...
- Marks flags with _ as deprecated, use the - variants instead
2016-01-21 16:58:25 -08:00
Yifan Gu
5817ca1c71
cluster/gce/coreos: Add scripts for configuring the master/node.
2016-01-21 16:32:15 -08:00
Yifan Gu
1705f4919f
cluster/gce/coreos: Update master and node cloud config.
2016-01-21 16:32:15 -08:00
Yifan Gu
fe70bf8485
cluster/gce/coreos: Upload templates during kube-up.
...
Also added create-master-instance() and create-node-instance-template()
2016-01-21 16:32:15 -08:00
Yifan Gu
d7f4f6b3e0
cluster/gce/coreos: Add manifests for addons and master components.
2016-01-21 16:32:15 -08:00
Minhan Xia
3da8d80187
fix jinja syntax error
2016-01-21 16:03:49 -08:00
Alex Mohr
f788e1e11a
Merge pull request #19446 from justinsb/aws_reboot_master_on_failure
...
AWS: Create a cloudwatch alarm to reboot the master on failure
2016-01-21 15:05:14 -08:00
Zach Loafman
5965252421
Bump to container-vm-v20151215
...
No new kubelet/docker. Bump kernel to address CVE-2016-0728.
2016-01-21 14:32:20 -08:00
Alex Mohr
8d021f3d88
Merge pull request #19897 from ixdy/test-golang-1.5.3
...
Update tests from Go 1.5.2 to Go 1.5.3
2016-01-21 12:00:00 -08:00
Alex Mohr
7cd28ec178
Merge pull request #19922 from gmarek/kube-up
...
Slightly change warning printed when not all nodes are ready in validate-cluster.
2016-01-21 10:56:46 -08:00
Alex Mohr
d8be60ee57
Merge pull request #19777 from justinsb/echo_sleep_is_silly
...
kube-up scripts: don't 'echo sleep'
2016-01-21 10:44:38 -08:00
Alex Mohr
4c8e28b77c
Merge pull request #19535 from brendandburns/salt
...
Check that num_nodes is both defined and not None, not just defined
2016-01-21 10:42:53 -08:00
Alex Mohr
233d292ae5
Merge pull request #19456 from justinsb/salt_fix_tar_filemode
...
Salt: mode for tar file should be 644, not 755
2016-01-21 10:40:38 -08:00
Jean-Francois Chevrette
c5dca43427
remove etcd dependency on sysv init scripts
2016-01-21 13:38:27 -05:00
Alex Mohr
8755f3e8a3
Merge pull request #19407 from justinsb/aws_fix_salt_helium_detection
...
AWS: don't rely on salt for kube-node-unpacker on AWS
2016-01-21 10:38:08 -08:00
Alex Mohr
20ec685a50
Merge pull request #19271 from mbonaci/patch-1
...
Fix small dns readme error
2016-01-21 10:36:34 -08:00
Alex Mohr
766ee6cf0b
Merge pull request #19819 from ysh7/master
...
Problem with centos cluster creation script
2016-01-21 10:35:09 -08:00
Alex Mohr
8f0ab67819
Merge pull request #19241 from mesosphere/karlkfi-docker-cluster
...
Extract keygen image
2016-01-21 10:29:39 -08:00
Alex Mohr
eaa61a72b0
Merge pull request #17919 from justinsb/multizone_gce
...
Ubernetes Lite support for GCE
2016-01-21 10:22:34 -08:00
Jeff Grafton
0d84b49f65
Update tests from Go 1.5.2 to Go 1.5.3
2016-01-21 09:43:52 -08:00
gmarek
9d1e4b153c
Slightly change warning printed when not all nodes are ready in validate-cluster.
2016-01-21 15:55:36 +01:00
k8s-merge-robot
36b6d80912
Merge pull request #17213 from luxas/16987-default-serviceaccount-secret-hyperkube
...
Auto commit by PR queue bot
2016-01-21 04:31:45 -08:00
Justin Santa Barbara
43cbfb74fe
Ubernetes Lite GCE: Support multiple zones in GCE cloud provider
...
We adapt the existing code to work across all zones in a region.
We require a feature-flag to enable Ubernetes-Lite
Reasons:
* There are some behavioural changes if users create volumes with
the same name in two zones.
* We don't want to make one API call per zone if we're not running
Ubernetes-Lite.
* Ubernetes-Lite is still experimental.
There isn't a parallel flag implemented for AWS, because at the moment
there would be no behaviour changes from this.
2016-01-20 23:04:53 -05:00
k8s-merge-robot
4e04a289d8
Merge pull request #19793 from MikeSpreitzer/issue/19221
...
Auto commit by PR queue bot
2016-01-20 18:52:56 -08:00
Minhan Xia
33ecc6226e
add extension links in registry README
2016-01-20 16:49:53 -08:00
Minhan Xia
263ac066e2
add docs to setup auth for kube-registry
2016-01-20 16:49:45 -08:00
Justin Santa Barbara
2958ea253a
GCE: Allow for reuse of master
...
This is for internal use at the moment, for testing Ubernetes Lite, but
arguably makes the code a little cleaner.
Also rename KUBE_SHARE_MASTER -> KUBE_USE_EXISTING_MASTER
2016-01-20 15:37:00 -05:00
Justin Santa Barbara
cdd4caf4df
Salt: force service provider to systemd if systemd
...
The version of Salt we're running doesn't do a good job of detecting
systemd. Inspired by https://github.com/saltstack/salt/issues/13926 ,
I added a provider-force to the services.
With this change, salt-call -l debug state.highstate succeeds, even for
repeated invocations.
The issue was (probably) benign, but definitely caused noised (e.g. #11297 )
2016-01-20 12:20:50 -05:00
Justin Santa Barbara
32d48c619c
AWS: Fix the docker-engine package name
...
I got the package name wrong before, which meant that salt was failing
on invocations after the first (the name apparently doesn't matter on
the first invocation).
2016-01-20 12:19:36 -05:00
k8s-merge-robot
89dea9f381
Merge pull request #19797 from justinsb/aws_docker_183
...
Auto commit by PR queue bot
2016-01-19 17:24:35 -08:00
k8s-merge-robot
b80ed11cc2
Merge pull request #15998 from cilium-team/updating-vagrant
...
Auto commit by PR queue bot
2016-01-19 17:13:03 -08:00
Minhan Xia
64d267f251
add docs for enabling tls for kube-registry
2016-01-19 17:02:30 -08:00
Minhan Xia
42ac5d2bd9
add docs about running private registry with gcs
2016-01-19 16:57:39 -08:00
André Martins
0515b4c7c9
Updated Vagrant VMs to Fedora 23
...
Signed-off-by: André Martins <aanm90@gmail.com>
2016-01-19 16:52:54 +00:00
Yagnesh Mistry
c171a96d15
fix error related to flannel network in CentOS 7 cluster creation scripts
2016-01-19 17:17:50 +05:30
Mike Spreitzer
bf671f5723
Fix reference to kubernetes release
...
Replace old repo name with https://github.com/kubernetes/kubernetes .
Update default release to the latest, which is 1.1.4.
2016-01-18 23:54:36 -05:00
Justin Santa Barbara
dcd7e813f7
AWS: Update AMIs for Ubuntu Vivid
...
Update to the latest AMIs for Vivid, as sourced from:
http://cloud-images.ubuntu.com/locator/ec2/
2016-01-18 16:47:06 -05:00
Justin Santa Barbara
9f995df29c
AWS: Use Docker 1.8.3 on Ubuntu vivid
...
This currently requires downloading from the Docker repository, until we
get the packages uploaded to Google Cloud Storage.
Issue #19796
2016-01-18 14:13:55 -05:00
Justin Santa Barbara
d2e65a89d0
kube-up scripts: don't 'echo sleep'
...
'echo sleep 5' just prints 'sleep 5'; replace with 'sleep 5'.
2016-01-17 21:29:01 -05:00
Justin Santa Barbara
65feea4449
AWS: don't rely on salt for kube-node-unpacker on AWS
...
We've had a lot of salt problems with systemd on AWS; we have a
workaround in place that we use everywhere else, we should use that for
kube-node-unpacker too.
Fixes #19386
Issue #19388
2016-01-17 14:35:07 -05:00
k8s-merge-robot
bd8d37f6f2
Merge pull request #19522 from apcera/dev_python3
...
Auto commit by PR queue bot
2016-01-17 03:21:07 -08:00
Mike Danese
912e54e496
Merge pull request #19749 from bprashanth/color
...
Remove undefined color_ variables
2016-01-16 10:46:31 -08:00
k8s-merge-robot
c678ef3592
Merge pull request #19410 from mesosphere/jdef_run_job_with_timeout
...
Auto commit by PR queue bot
2016-01-16 05:53:40 -08:00
Prashanth Balasubramanian
7a97163914
Remove undefined color_ variables.
2016-01-15 18:06:32 -08:00
Mike Danese
919c011d96
Merge pull request #19640 from MikeSpreitzer/issue/19484
...
Make deployAddons.sh ensure KUBE_CONFIG_FILE is defined
2016-01-14 14:09:05 -08:00
James DeFelice
bc92fd6a02
add a timeout for job runs in case something gets stuck
2016-01-14 19:29:38 +00:00
Piotr Szczesniak
b4b5ead09a
Bumped Heapster to v0.18.4 to fix issue with broken watch
2016-01-14 13:02:56 +01:00
Mike Spreitzer
d4ab9663c4
Introduce FLANNEL_OTHER_NET_CONFIG
...
.. so allow configuration of other fields in, usually,
/coreos.com/network/config in etcd.
Fixes #19618
2016-01-14 01:27:13 -05:00
k8s-merge-robot
dc36f3a7f4
Merge pull request #19404 from nagarjung/update-get-kube
...
Auto commit by PR queue bot
2016-01-13 20:25:23 -08:00
Mike Spreitzer
f23e4fb37b
Make deployAddons.sh ensure KUBE_CONFIG_FILE is defined
...
Fixes #19484
2016-01-13 23:12:11 -05:00
k8s-merge-robot
cf7d2af14a
Merge pull request #19086 from mikedanese/fix-build
...
Auto commit by PR queue bot
2016-01-13 02:12:44 -08:00
Josh Ellithorpe
76e8a8b08d
Fix issues with Python3 and bring up a dev cluster
2016-01-12 11:08:42 -08:00
Daniel Smith
3ffcfb928a
Merge pull request #18752 from miry/env-in-validate-cluster
...
AWS: Load cluster env during the validation
2016-01-12 10:39:19 -08:00
Daniel Smith
3b9d67e6c0
Merge pull request #18742 from bprashanth/flannel_release_temp
...
Don't pull flannel from github
2016-01-12 10:37:52 -08:00
k8s-merge-robot
e20a0db159
Merge pull request #19001 from endocode/fix-libvirt-coreos-cluster
...
Auto commit by PR queue bot
2016-01-12 08:15:00 -08:00
Brendan Burns
9c843495d7
Check that num_nodes is both defined and not None, not just defined
2016-01-12 07:20:35 -08:00
k8s-merge-robot
cc7acc0c58
Merge pull request #19061 from fgrzadkowski/release_docker
...
Auto commit by PR queue bot
2016-01-11 20:56:00 -08:00