Rajat Ramesh Koujalagi
d81e216fc6
Better messaging for missing volume components on host to perform mount
2016-11-09 15:16:11 -08:00
Kubernetes Submit Queue
916f526811
Merge pull request #36435 from wojtek-t/fix_max_inflight_requests
...
Automatic merge from submit-queue
Increase max-requests-inflight in large clusters
Fix #35402
2016-11-09 09:27:02 -08:00
Zihong Zheng
b26faae7fc
Migrates addons from using ReplicationControllers to Deployments
2016-11-09 09:17:05 -08:00
Vishnu kannan
773ad9be29
Make gci mounter pre-fetch mounter image to reduce startup latency during runtime
...
Signed-off-by: Vishnu kannan <vishnuk@google.com >
2016-11-08 12:13:49 -08:00
Jing Xu
d07396f7c7
Update configure.sh
...
Update the gci-mounter sha1 number
2016-11-08 12:13:49 -08:00
Vishnu kannan
77218d361b
Use a local file for rkt stage1 and gci-mounter docker image.
...
Added a make rule `make upload` to audit and automate release artifact
uploads to GCS.
Signed-off-by: Vishnu kannan <vishnuk@google.com >
2016-11-08 11:09:13 -08:00
Vishnu kannan
dd8ec911f3
Revert "Revert "Merge pull request #35821 from vishh/gci-mounter-scope""
...
This reverts commit 402116aed4 .
2016-11-08 11:09:10 -08:00
Wojciech Tyczynski
75d7d1ad37
Increase max-requests-inflight in large clusters
2016-11-08 14:41:58 +01:00
Kubernetes Submit Queue
a0c34eee35
Merge pull request #33239 from MrHohn/dns-autoscaler
...
Automatic merge from submit-queue
Deploy kube-dns with cluster-proportional-autoscaler
This PR integrates [cluster-proportional-autoscaler](https://github.com/kubernetes-incubator/cluster-proportional-autoscaler ) with kube-dns for DNS horizontal autoscaling.
Fixes #28648 and #27781 .
2016-11-07 19:31:31 -08:00
Zihong Zheng
d961190e6f
Deployed DNS horizontal autoscaler as an addon
...
DNS horizontal autoscaling feature is turned on by default on gce.
The corresponding env var is piped into almost all other cloud
providers.
2016-11-07 10:44:44 -08:00
Jerzy Szczepkowski
633c237913
Change master to advertise external IP in kubernetes service.
...
Change master to advertise external IP in kubernetes service.
In effect, in HA mode in case of multiple masters, IP of external load
balancer will be advertise in kubernetes service.
2016-11-07 11:31:47 +01:00
Kubernetes Submit Queue
182a09c3c7
Merge pull request #35526 from justinsb/fix_35521_b
...
Automatic merge from submit-queue
kubelet bootstrap: start hostNetwork pods before we have PodCIDR
Network readiness was checked in the pod admission phase, but pods that
fail admission are not retried. Move the check to the pod start phase.
Issue #35409
Issue #35521
2016-11-06 12:53:14 -08:00
Kubernetes Submit Queue
b7512d9c8b
Merge pull request #36240 from wojtek-t/quota_bytes_backend
...
Automatic merge from submit-queue
Increase quota-bytes for etcd in v3 mode
Ref #20504
2016-11-06 09:45:59 -08:00
Wojciech Tyczynski
ca99cbca02
Increase quota-bytes for etcd in v3 mode
2016-11-04 17:00:54 +01:00
Piotr Szczesniak
2dea8a8f8f
Made fluentd-gcl config consitent for GCI and ContainerVM
2016-11-04 13:30:46 +01:00
Justin Santa Barbara
68c0b4268b
Update bringup: don't pass in dummy pod-cidr
...
We no longer pass in a "dummy" pod-cidr (10.123.45.0/29), and rely on
reconcile-cidr=true instead (which is the default).
2016-11-04 00:11:55 -04:00
saadali
402116aed4
Revert "Merge pull request #35821 from vishh/gci-mounter-scope"
...
This reverts commit 973fa6b334 , reversing
changes made to 41b5fe86b6 .
2016-11-03 20:23:25 -07:00
bprashanth
28e880b6e7
Add debug logging to gci startup
2016-11-03 17:43:10 -07:00
Vishnu Kannan
40fc804831
Enable containerized storage plugins mounter on GCI
...
This reverts commit 765f7b9406 .
2016-11-02 15:18:09 -07:00
Vishnu Kannan
e5c61922f8
In gci mounter script, expose /var/lib/kubelet only and add more debugging logs.
...
Added a retry for rkt gc just to be safe.
Signed-off-by: Vishnu Kannan <vishnuk@google.com >
2016-11-02 15:18:09 -07:00
Wojciech Tyczynski
c2248324c1
Expose etcd version.
2016-11-02 17:03:13 +01:00
Kubernetes Submit Queue
482475e378
Merge pull request #35813 from mtaufen/bump-rkt-stage1-fly
...
Automatic merge from submit-queue
Bump rkt stage1-fly to 1.18.0
Bumps stage1-fly version.
2016-10-31 16:14:44 -07:00
Michael Taufen
7a6d26bab7
Bump rkt stage1-fly to 1.18.0
2016-10-31 14:54:39 -07:00
Kubernetes Submit Queue
569da52204
Merge pull request #35708 from wojtek-t/rename_test_etcd_version
...
Automatic merge from submit-queue
Rename TEST_ETCD_VERSION to ETCD_VERSION
Ref #20504
2016-10-29 05:46:51 -07:00
Kubernetes Submit Queue
9b021a97c7
Merge pull request #35319 from vishh/gci-startup
...
Automatic merge from submit-queue
On GCI, cleanup kubelet startup
-->
```release-note
* Avoid overriding system and kubelet cgroups on GCI
* Make the kubectl from k8s release the default on GCI
```
cc @kubernetes/sig-node @mtaufen
2016-10-29 00:36:06 -07:00
Vishnu Kannan
90053e34e2
Add netbase package to gci mounter container image
...
Signed-off-by: Vishnu Kannan <vishnuk@google.com >
2016-10-28 14:10:07 -07:00
Wojciech Tyczynski
7ee7b55c5e
Rename TEST_ETCD_VERSION to ETCD_VERSION
2016-10-28 13:56:59 +02:00
Kubernetes Submit Queue
14495fed7c
Merge pull request #35717 from vishh/rkt-v1.18.0
...
Automatic merge from submit-queue
Update rkt version on GCI nodes to v1.18.0
v1.18.0 avoids outputting debug information by default which happens to
pollute events and kubelet logs.
2016-10-28 03:10:30 -07:00
Marek Grabowski
765f7b9406
Revert "Enable containerized storage plugins mounter on GCI"
2016-10-28 08:41:43 +02:00
Kubernetes Submit Queue
52988de1ee
Merge pull request #35350 from vishh/enable-gci-cmount
...
Automatic merge from submit-queue
Enable containerized storage plugins mounter on GCI
```release-note
On GCI, kubelet uses an external mounter script (typically a special container running in a chroot) to perform mount operations
```
2016-10-27 19:33:13 -07:00
Vishnu kannan
f6f4f91ae7
On GCI, remove kubelet cgroup overrides and override host kubectl with that of the release
...
Signed-off-by: Vishnu kannan <vishnuk@google.com >
2016-10-27 17:20:11 -07:00
Vishnu kannan
c556b33bd6
update rkt to v1.18.0 which avoids outputting debug information by default
...
Signed-off-by: Vishnu kannan <vishnuk@google.com >
2016-10-27 12:24:29 -07:00
Vishnu kannan
aceddfa7fc
Enable containerized storage mounter on GCI
...
Signed-off-by: Vishnu kannan <vishnuk@google.com >
2016-10-27 11:56:34 -07:00
Vishnu kannan
64c1fa3594
run the gci containerized mounter to cache mounter container image
...
Signed-off-by: Vishnu kannan <vishnuk@google.com >
2016-10-27 11:56:34 -07:00
Vishnu kannan
19c19c2e0f
Updating GCI mounter to be containerized
...
Signed-off-by: Vishnu kannan <vishnuk@google.com >
2016-10-27 09:37:08 -07:00
Lucas Käldström
6846e0b48a
Remove usage of --reconcile-cidr
2016-10-26 20:26:07 +03:00
Vishnu kannan
bbc8183887
Adding rkt binary to GCI nodes via cloud-init.
...
This is required for mounting storage volumes via containers.
Signed-off-by: Vishnu kannan <vishnuk@google.com >
2016-10-25 12:38:15 -07:00
Kubernetes Submit Queue
bcdb218532
Merge pull request #35267 from stepstone-tech/master
...
Automatic merge from submit-queue
fixed problem with non masquerade cidr in kube-up gce/gci
<!-- Thanks for sending a pull request! Here are some tips for you:
1. If this is your first time, read our contributor guidelines https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md and developer guide https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md
2. If you want *faster* PR reviews, read how: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/faster_reviews.md
3. Follow the instructions for writing a release note: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes
-->
**What this PR does / why we need it**:
fixed typo in script which made setting custom cidr in gce using kube-up impossible
**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
**Special notes for your reviewer**:
**Release note**:
<!-- Steps to write your release note:
1. Use the release-note-* labels to set the release note state (if you have access)
2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`.
-->
```release-note
fixed typo in script which made setting custom cidr in gce using kube-up impossible
```
2016-10-25 12:36:00 -07:00
Kubernetes Submit Queue
f59f948abd
Merge pull request #35224 from vishh/mounter-image
...
Automatic merge from submit-queue
Adding a new docker container for performing mounts on GCI
cc @saad-ali @jingxu97 @mtaufen
2016-10-25 11:54:11 -07:00
Yu-Ju Hong
94f580ef03
Revert "bootstrap: Start hostNetwork pods even if network plugin not ready"
2016-10-25 08:38:59 -07:00
Vish Kannan
a8db72c4a3
Do not enable the new mounter on GCI nodes
2016-10-24 05:50:24 -07:00
Michael Taufen
f819cada9c
Add a bare-bones level of indirection for GCI mounter
...
This is the bare bones scaffolding from @vishh's PR #34787
2016-10-24 05:50:24 -07:00
Kubernetes Submit Queue
3c84164bdf
Merge pull request #33347 from justinsb/fix_32900
...
Automatic merge from submit-queue
bootstrap: Start hostNetwork pods even if network plugin not ready
2016-10-24 01:14:06 -07:00
Justin Santa Barbara
6465742da1
Update bringup: don't pass in dummy pod-cidr
...
We no longer pass in a "dummy" pod-cidr (10.123.45.0/29), and rely on
reconcile-cidr=true instead (which is the default).
2016-10-22 11:16:19 -04:00
Vishnu Kannan
ac4ca7ff01
Adding a new docker container for performing mounts on GCI
...
Signed-off-by: Vishnu kannan <vishnuk@google.com >
2016-10-21 15:47:19 -07:00
Vishnu Kannan
79eda6779f
Adding a new docker container for performing mounts on GCI
...
Signed-off-by: Vishnu Kannan <vishnuk@google.com >
2016-10-21 13:15:42 -07:00
Tomasz Wojtuń
1d08586f73
fixed problem with non masquerade cidr in kube-up gce/gci
2016-10-21 09:53:59 +02:00
Lucas Käldström
e3207bf8bb
WIP: Remove --configure-cbr0 from kube-up
2016-10-16 21:27:41 +03:00
Michael Taufen
edcf97db1d
Change --bind to -B for consistency
2016-09-30 10:59:47 -07:00
Michael Taufen
73b64e6da5
Correct env var name in configure-helper
...
The variable should be KUBEPROXY_TEST_ARGS, not KUBE_PROXY_TEST_ARGS.
2016-09-30 10:56:08 -07:00