Marek Siarkowicz
c601d34eba
Introduce sig-instrumentation aliases in OWNERS_ALISES and simplify OWNERS files
2019-10-10 14:04:20 +02:00
Kubernetes Prow Robot
52a3cb06ef
Merge pull request #82845 from prameshj/custom-nodelocal
...
Update nodelocaldns yaml to use image with custom Stubdomains support
2019-10-04 16:31:13 -07:00
Kubernetes Prow Robot
8387de4b4f
Merge pull request #82237 from SataQiu/fix-shellcheck-20190902
...
Fix shellcheck failures of cluster/addons/addon-manager/kube-addons.sh
2019-10-04 02:45:59 -07:00
Kubernetes Prow Robot
519606e68a
Merge pull request #83405 from pyaillet/fix_metrics_server_rbac
...
fix metrics-server rbac
2019-10-03 02:04:26 -07:00
Kubernetes Prow Robot
c9d5013574
Merge pull request #83258 from david-tigera/uplift-calico-to-382
...
Upgrade Calico to 3.8.2
2019-10-02 17:02:08 -07:00
Pierre-Yves Aillet
86045f4cb2
fix metrics-server rbac
2019-10-02 16:44:26 +02:00
Marian Lobur
be1704ae84
Bump version of event-exporter and prometheus-to-sd.
...
Version 0.3.1 of event-exporter switches from json usage to protobuf.
Version 0.7.2 of prometheus-to-sd introduces security fixes and new
metrics.
2019-10-02 14:55:53 +02:00
David Haupt
a723e8ad33
Upgrade Calico to 3.8.2
...
Release note: https://docs.projectcalico.org/v3.8/release-notes/
2019-09-27 11:10:22 -07:00
wojtekt
e0f1df5b09
Bump addon-resizer to 1.8.6
2019-09-26 10:00:59 +02:00
Kubernetes Prow Robot
129a13af98
Merge pull request #82347 from pjbgf/non-root
...
Harden kube-dns to run with less privileges.
2019-09-25 11:04:59 -07:00
Zang Li
eb5238272b
Fix the cluster role for typha horizontal scaler.
2019-09-23 11:48:04 -07:00
Kubernetes Prow Robot
b7003211d5
Merge pull request #83014 from danielqsj/bump-klog
...
Bump k8s.io/klog to v1.0.0
2019-09-23 08:03:38 -07:00
Aleksandra Gacek
236ed4d63a
Bump metrics-server version to v0.3.5
2019-09-23 11:08:10 +02:00
danielqsj
c2a4906152
Bump k8s.io/klog to v1.0.0
2019-09-23 16:51:43 +08:00
张潇
d6c9976739
Offical kubernetes dashboard should schedule to linux node
2019-09-22 08:08:04 +08:00
张潇
4d94bfdcdf
Bind kube-proxy containers to linux nodes to avoid Windows scheduling
2019-09-21 17:59:02 +08:00
Paulo Gomes
9997dfd72d
Remove redundant setting.
2019-09-19 08:15:02 +01:00
Pavithra Ramesh
1819c2ea9b
Support kube-dns stubDomains in nodelocaldns
...
With this change, node-local-dns pods will mount the kube-dns configmap
and update the Corefile with the stubDomain config.
2019-09-17 11:50:22 -07:00
Paulo Gomes
66a852071a
Consolidate UID and GID
2019-09-17 19:05:46 +01:00
Paulo Gomes
2545cbafd9
Replacing deprecated seccomp.
2019-09-11 20:45:35 +01:00
Paulo Gomes
72ee17c5ca
Adding recommendations from tallclair.
2019-09-11 20:42:24 +01:00
Paulo Gomes
8dcc976db3
Fix identation issue.
2019-09-11 20:42:06 +01:00
Paulo Gomes
f12d1347b2
Update .in and .sed files.
2019-09-11 20:41:59 +01:00
Paulo Gomes
594b18a119
Harden kube-dns to run with less privileges.
2019-09-11 20:41:50 +01:00
Kubernetes Prow Robot
f48659e9fd
Merge pull request #81681 from zhenglol/sd_test_endpoint
...
override stackdriver endpoint in event-exporter in test cluster
2019-09-10 14:32:00 -07:00
Łukasz Osipiuk
d02cc41644
Add read-only rbac for csinodes to cluster-autoscaler
2019-09-06 17:38:48 +02:00
Aleksandra Gacek
d176628b7b
bump metrics-server version to v0.3.4
2019-09-04 12:08:56 +02:00
Matt Matejczyk
f3b870400d
Allow typha-cpa to get apps/deployments
...
Without this it fails after deployments were switched from
extensions to apps with
```
E0902 11:25:51.197420 1 reflector.go:283] github.com/kubernetes-incubator/cluster-proportional-autoscaler/pkg/autoscaler/k8sclient/k8sclient.go:96: Failed to watch *v1.Node: unknown (get nodes)
E0902 11:25:53.118490 1 reflector.go:283] github.com/kubernetes-incubator/cluster-proportional-autoscaler/pkg/autoscaler/k8sclient/k8sclient.go:96: Failed to watch *v1.Node: unknown (get nodes)
E0902 11:25:54.997493 1 reflector.go:283] github.com/kubernetes-incubator/cluster-proportional-autoscaler/pkg/autoscaler/k8sclient/k8sclient.go:96: Failed to watch *v1.Node: unknown (get nodes)
E0902 11:25:57.097423 1 reflector.go:283] github.com/kubernetes-incubator/cluster-proportional-autoscaler/pkg/autoscaler/k8sclient/k8sclient.go:96: Failed to watch *v1.Node: unknown (get nodes)
E0902 11:25:59.097417 1 reflector.go:283] github.com/kubernetes-incubator/cluster-proportional-autoscaler/pkg/autoscaler/k8sclient/k8sclient.go:96: Failed to watch *v1.Node: unknown (get nodes)
I0902 11:25:59.697325 1 k8sclient.go:221] Falling back to extensions/v1beta1, error using apps/v1: deployments.apps "calico-typha" is forbidden: User "system:serviceaccount:kube-system:typha-cpha" cannot get resource "deployments/scale" in API group "apps" in the namespace "kube-system"
E0902 11:25:59.699833 1 autoscaler_server.go:120] Update failure: the server could not find the requested resource
```
Ref. https://github.com/kubernetes/test-infra/pull/13709
2019-09-02 13:52:10 +02:00
SataQiu
35a7924327
fix shellcheck failures of cluster/addons/addon-manager/kube-addons.sh
2019-09-02 19:18:51 +08:00
Kubernetes Prow Robot
0466cb6e69
Merge pull request #82140 from wangzhen127/fix-npd-test
...
Update NPD addon to use v0.7.1
2019-08-30 13:04:33 -07:00
Kubernetes Prow Robot
7236850194
Merge pull request #82093 from rajansandeep/reconcilecorednscm
...
Add the ability to migrate CoreDNS configmap in kube-up
2019-08-30 07:59:56 -07:00
Zhen Wang
58e64193c9
Update NPD addon to use v0.7.1
2019-08-29 11:24:13 -07:00
Sandeep Rajan
8a7a8032b1
hardcoded check sha of corefile tool
2019-08-29 10:03:29 -04:00
Kubernetes Prow Robot
467bdcb445
Merge pull request #81532 from MrHohn/cpa-1.7.0
...
Bump cluster proportional autoscaler to 1.7.1
2019-08-27 19:37:32 -07:00
Zihong Zheng
84e8bccdb5
Bump cluster proportional autoscaler to 1.7.1
2019-08-26 13:22:53 -07:00
Kubernetes Prow Robot
5ced7377c3
Merge pull request #81428 from MrHohn/cpva-v0.8.1
...
Bump vertical autoscaler to v0.8.1
2019-08-23 17:58:50 -07:00
Kubernetes Prow Robot
6789f38199
Merge pull request #80912 from monotek/fluentd-elasticsearch
...
[fluentd/elasticsearch] updated fluentd to 1.6.3
2019-08-20 23:05:16 -07:00
Zheng Chen
70a7134906
added override for sd testing env in event-exporter yaml
2019-08-20 16:29:15 -04:00
Sandeep Rajan
7980da9f46
bump coredns to 1.5.0
2019-08-20 14:38:23 -04:00
Kubernetes Prow Robot
ec57547034
Merge pull request #80864 from jeefy/owner-updates
...
Prune OWNERS file
2019-08-19 02:53:30 -07:00
Zihong Zheng
dfe2e1a1ee
Bump vertical autoscaler to v0.8.1
2019-08-14 11:26:31 -07:00
André Bauer
8cda6da27d
use image in statefulset too
...
Signed-off-by: André Bauer <monotek23@gmail.com>
2019-08-13 19:45:52 +02:00
draveness
495faa22db
feat: cleanup pod critical pod annotations feature
2019-08-09 08:41:23 +08:00
Kubernetes Prow Robot
bdb8e05b97
Merge pull request #80536 from lzang/policy
...
Upgrade Calico to 3.7.4
2019-08-05 13:35:49 -07:00
André Bauer
bb51318a07
added latest tag
...
Signed-off-by: André Bauer <monotek23@gmail.com>
2019-08-02 16:34:45 +02:00
André Bauer
596328de41
fixed whitespaces
...
Signed-off-by: André Bauer <monotek23@gmail.com>
2019-08-02 16:32:31 +02:00
André Bauer
ca9424dd2a
updated fluentd to 1.6.3
...
Signed-off-by: André Bauer <monotek23@gmail.com>
2019-08-02 16:05:15 +02:00
Maciej Borsz
a620b47e13
Adde 9.0.2 to CHANGELOG.md
2019-08-01 20:15:46 +02:00
Jeffrey Sica
5bc4deafa0
prune owners
2019-08-01 11:13:03 -04:00
Zang Li
0bc273d646
Upgrade Calico to 3.7.4
...
Release note: https://docs.projectcalico.org/v3.7/release-notes/
2019-07-30 16:53:25 -07:00