Kubernetes Prow Robot
12be140dcd
Merge pull request #71094 from dekkagaijin/update-concealment
...
bump metadata-proxy to v0.1.11, update tests & test image
2018-12-17 17:48:40 -08:00
Kubernetes Prow Robot
650bfef62d
Merge pull request #71976 from prameshj/patch-1
...
Update README.md
2018-12-12 05:33:58 -08:00
prameshj
501eba8745
Update README.md
2018-12-11 17:20:57 -08:00
André Bauer
2c48c6fe7a
added monotek to fluentd-elasticsearch OWNERS file
2018-12-11 19:52:39 +01:00
Kubernetes Prow Robot
b18660eb6c
Merge pull request #71774 from prameshj/fix-yaml
...
Fix labelname in nodelocaldns yaml
2018-12-08 08:43:30 -08:00
Satyadeep Musuvathy
6e5542a436
Include BGPConfiguration
...
Needed for calico 2.x to 3.x upgrade.
2018-12-07 15:30:47 -08:00
Pavithra Ramesh
567e79a3ac
Fix labelname in nodelocaldns yaml
2018-12-05 23:06:03 -08:00
k8s-ci-robot
b4be951273
Merge pull request #70932 from caseydavenport/calico-v3.3
...
Update Calico to v3.3.1
2018-11-29 07:36:38 -08:00
k8s-ci-robot
396271cf52
Merge pull request #70954 from qingling128/master
...
Upgrade Stackdriver Logging Agent addon image to 0.6-1.6.0-1 to use Fluentd v1.2.
2018-11-25 23:09:07 -08:00
k8s-ci-robot
a19bf332de
Merge pull request #71124 from Random-Liu/make-fluentd-container-runtime-service-configurable
...
Make fluentd container runtime service configurable.
2018-11-21 07:49:42 -08:00
Jake Sanders
2a6dd3b854
bump metadata-proxy to v0.1.11, update tests & test image
2018-11-19 13:59:17 -08:00
k8s-ci-robot
ca696fef26
Merge pull request #69848 from mikedanese/projadmission
...
migrate service account volume to a projected volume when BoundServiceAccountTokenVolumes are enabled
2018-11-16 22:46:23 -08:00
Mike Danese
8bcb178da3
explicitly set run as user/group in addons that set this config in their dockerfile
2018-11-16 19:32:44 +00:00
Mike Danese
98c468de8d
update PSPs to allow projected volumes
2018-11-16 19:32:44 +00:00
Lantao Liu
1670b4089a
Make fluentd container runtime service configurable.
2018-11-16 02:17:55 -08:00
k8s-ci-robot
ab261f1571
Merge pull request #70965 from prameshj/nodecache-readme
...
README for nodelocal dns cache
2018-11-15 23:52:45 -08:00
k8s-ci-robot
29eb75b2c5
Merge pull request #70868 from justinsb/coredns_like_kubedns_respect_taints
...
CoreDNS should not tolerate master taints
2018-11-15 23:52:27 -08:00
k8s-ci-robot
7f74b3ac57
Merge pull request #70799 from rajansandeep/coredns126
...
Update version of CoreDNS to 1.2.6
2018-11-15 23:52:17 -08:00
Pavithra Ramesh
d73466fe55
Add README for nodelocaldns
2018-11-14 15:45:14 -08:00
k8s-ci-robot
79dab474c0
Merge pull request #70555 from prameshj/nodelocaldnscache
...
Support running a nodelocal dns cache
2018-11-14 00:18:56 -08:00
Pavithra Ramesh
6d7c5e90ed
Removed .salt template , using .sed template
...
Removed default config options from yaml.
Removed unused yaml files
2018-11-13 18:33:34 -08:00
Pavithra Ramesh
73b548db06
Support running a nodelocal dns cache
...
This change includes the yaml files and gce startup script changes
to run this addon. It is disabled by default, can be enabled by setting
KUBE_ENABLE_NODELOCAL_DNS=true
An ip address is required for the cache instance to listen for
requests on, default is a link local ip address of value 169.254.25.10
addressed review comments, updated image location
Picked a different prometheus port so stats port is not same as the
coredns deployment
Removed the nodelocaldns-ready label.
Set memory limit to 30Mi
2018-11-12 14:54:20 -08:00
Ling Huang
02b7ed3291
Upgrade Stackdriver Logging Agent addon image to 0.6-1.6.0-1 to use Fluentd v1.2.
2018-11-12 13:21:44 -05:00
Casey Davenport
fc40cce94b
Update Calico to v3.3.1
2018-11-11 16:36:48 -08:00
Davanum Srinivas
954996e231
Move from glog to klog
...
- Move from the old github.com/golang/glog to k8s.io/klog
- klog as explicit InitFlags() so we add them as necessary
- we update the other repositories that we vendor that made a similar
change from glog to klog
* github.com/kubernetes/repo-infra
* k8s.io/gengo/
* k8s.io/kube-openapi/
* github.com/google/cadvisor
- Entirely remove all references to glog
- Fix some tests by explicit InitFlags in their init() methods
Change-Id: I92db545ff36fcec83afe98f550c9e630098b3135
2018-11-10 07:50:31 -05:00
k8s-ci-robot
c8b3d0cf82
Merge pull request #70797 from mborsz/addon
...
Update addon-manager to 1.8.4
2018-11-09 14:31:37 -08:00
k8s-ci-robot
e133ab274d
Merge pull request #70515 from davidz627/feature/csiNodeInfo
...
Add explicit "Installed" field to CSINodeInfo and change update semantics
2018-11-09 06:42:09 -08:00
Justin SB
0d57176f40
CoreDNS should respect user taints
...
Otherwise users will be surprised when CoreDNS starts running on their
masters, where kube-dns did not.
Issue #70851
2018-11-09 09:25:35 -05:00
Maciej Borsz
2ca6334d45
Update addon-manager to 1.8.4
2018-11-09 08:27:25 +01:00
David Zhu
06f3b26012
Change semantics of driver install and uninstall in CSINodeInfo to use new fields.
2018-11-08 19:45:01 -08:00
Sandeep Rajan
4161277b9b
update version of CoreDNS to 1.2.6
2018-11-08 08:53:33 -05:00
k8s-ci-robot
224448b858
Merge pull request #70754 from mikedanese/cluster-old
...
remove unused python-image from cluster/addons
2018-11-07 14:26:42 -08:00
Mike Danese
586485d8c9
remove unused python-image from cluster/addons
2018-11-07 10:38:16 -08:00
k8s-ci-robot
7fe59165b6
Merge pull request #70193 from saad-ali/csiCRDAddon
...
Register CSI CRDs as addon
2018-11-06 23:55:56 -08:00
saad-ali
a679486a5e
Register CSI CRDs as addon
2018-11-06 10:58:09 -08:00
k8s-ci-robot
123d0a74ef
Merge pull request #70610 from zhihuiwu/min-master-nodes
...
Fix a wrong judgement in elasticsearch_logging_discovery.go
2018-11-05 12:58:16 -08:00
zhihui wu
eed65f75f9
Modify the judgement condtion in elasticsearch_logging_discovery.go
...
The number of endpoints's addresses can be greater or equal to the
value of "MINIMUM_MASTER_NODES".
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
2018-11-03 14:12:03 +08:00
k8s-ci-robot
cb4e809fe9
Merge pull request #68082 from aldarionsevero/master
...
fix typo: result is of that -> result of that
2018-10-23 21:22:23 -07:00
Jeff Grafton
7a8696c331
Update to debian-base 0.4.0
...
Additionally, update the addon-manager to use kubectl v1.11.3.
2018-10-19 11:13:28 -07:00
k8s-ci-robot
12f726c33a
Merge pull request #68012 from wiremind/fluentd-concat
...
Fluentd: concatenate long logs
2018-10-18 22:57:06 -07:00
k8s-ci-robot
52de5c55e3
Merge pull request #69883 from chrisohaver/coredns-default
...
Make CoreDNS default in kubeup and update CoreDNS version/manifest in kubeup and kubeadm
2018-10-18 18:39:12 -07:00
Chris O'Haver
0cfb4bbe2c
make coredns kubeup default, update manifest
2018-10-18 14:52:38 -04:00
k8s-ci-robot
7de4c007f7
Merge pull request #69858 from losipiuk/jobs-rbac
...
Grant permissions for batch/job to cluster-autoscaler
2018-10-17 01:22:14 -07:00
Cédric de Saint Martin
def00298c3
Fluentd: concatenate long logs (>16KB) which have been splitted by Docker into several lines.
...
See https://github.com/kubernetes/kubernetes/issues/52444 .
Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
2018-10-16 23:44:37 +02:00
Cédric de Saint Martin
46c5c8e20a
fluent-es-image: sort plugins in Gemfile.
...
Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
2018-10-16 23:44:37 +02:00
Cédric de Saint Martin
079136fd59
fluent-es-image: add fluentd-plugin-concat to gemfile.
...
Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
2018-10-16 23:44:37 +02:00
Łukasz Osipiuk
80e66596a5
Grant permissions for batch/job to cluster-autoscaler
2018-10-16 10:46:46 +02:00
Tim Allclair
0057624bde
Update heapster eventer addon-resizer to 1.8.3
2018-10-15 10:47:25 -07:00
Tim Allclair
8a50e7ed4e
Add kube-state-metrics nanny configuration
2018-10-15 10:46:19 -07:00
Tim Allclair
7b2bc84259
Fix addon-resizer version - 1.8.3
2018-10-15 10:46:19 -07:00