Commit Graph

1838 Commits

Author SHA1 Message Date
Kubernetes Prow Robot
8ff16f35f8
Merge pull request #84007 from wojtek-t/reduce_node_update_frequency
Reduce node update frequency
2019-11-04 15:28:43 -08:00
wojtekt
12c8b4a9df Bumpd NodeProblemDetector 2019-11-03 08:50:22 +01:00
Kubernetes Prow Robot
c4419bd50e
Merge pull request #84666 from prameshj/kube-proxy-yaml
Add linux selector to kube-proxy yaml.
2019-11-01 18:09:06 -07:00
Pavithra Ramesh
3faa95cb32 Add linux selector to kube-proxy yaml. 2019-11-01 15:05:22 -07:00
Kubernetes Prow Robot
6170296b66
Merge pull request #84383 from prameshj/patch-3
Use DNS_SERVER_IP as --cluster-dns in all cases.
2019-10-29 15:38:52 -07:00
prameshj
328f8dfe12 Use DNS_SERVER_IP as --cluster-dns in all cases.
NodeLocalDNS addon listens on both DNS_SERVER_IP as well as LOCAL_DNS_IP. So cluster-dns flag can continue to be DNS_SERVER_IP in all cases.
Documented the various variables in the yaml.
2019-10-29 12:38:46 -07:00
Kubernetes Prow Robot
a8e819746d
Merge pull request #83442 from serathius/remove-prometheus-addon
Remove prometheus addon
2019-10-29 01:34:43 -07:00
Kubernetes Prow Robot
85222a4aa2
Merge pull request #83863 from mrbobbytables/update-cluster-owners
Prune inactive members from cluster/* OWNERS files.
2019-10-24 14:17:39 -07:00
Matt Matejczyk
d87e700f9b Addon Manager: Fix bug in generate_prune_whitelist_flags
The bug seems to be currently dormant but I managed to trigger it in
some manual tests.

When the bug is triggered it appends empty --prune-whitelist without any
value which in turn can capture the next flag and can cause addon
manager to fail.

E.g. when bug is not triggered the kubectl command looks like this

```
kubectl ... --prune-whitelist extensions/v1beta1/Ingress --recursive ...
```

When it's triggered it will be

```
kubectl ... --prune-whitelist --recursive ...
```

which will capture the --recursive flag and will make addon-manager to
fail as there are no yamls in the top directory.
2019-10-23 13:08:42 +02:00
ialidzhikov
84b36082c6 Add note about addon-manager image location
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2019-10-18 22:04:05 +03:00
Kubernetes Prow Robot
59235ee723
Merge pull request #83976 from caseydavenport/update-calico-v3.8.3
Update Calico to v3.8.3
2019-10-17 01:47:18 -07:00
Kubernetes Prow Robot
83c6bf361d
Merge pull request #83907 from olagacek/master
bump metrics server version to v0.3.6
2019-10-16 09:34:37 -07:00
Kubernetes Prow Robot
6b2b5f25fd
Merge pull request #80437 from webwurst/patch-1
Fix link to moved Docker image
2019-10-16 07:41:42 -07:00
ialidzhikov
b3dcbbf98c Rename dashboard-controller.yaml to dashboard-deployment.yaml
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2019-10-15 13:55:06 +03:00
Casey Davenport
07df7717a5 Update Calico to v3.8.3 2019-10-14 13:49:21 -07:00
Aleksandra Gacek
e70d0e25ea bump metrics server version o v0.3.6 2019-10-14 16:43:26 +02:00
Bob Killen
1e3570be4b
Prune inactive members from cluster/* OWNERS files. 2019-10-12 16:55:52 -04:00
Kubernetes Prow Robot
cf75e1cc3b
Merge pull request #83707 from prameshj/stubdomain-fix
Use latest node-cache version with stubdomain fix.
2019-10-10 13:42:02 -07:00
Marek Siarkowicz
c601d34eba Introduce sig-instrumentation aliases in OWNERS_ALISES and simplify OWNERS files 2019-10-10 14:04:20 +02:00
Pavithra Ramesh
1437805c05 Use latest node-cache version with stubdomain fix.
This image fixed a bug in configuring stubDomains and caused test
failure -  https://k8s-testgrid.appspot.com/sig-network-gce#gci-gce-serial-kube-dns-nodecache

Verified by running the same test locally.
2019-10-09 23:11:44 -07: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
Marek Siarkowicz
887e84e330 Remove Prometheus addon and it's tests
Prometheus addon was developed for exterimental and test purpose only.
As readme states it should not be used by anyone.
2019-10-03 14:15:58 +02: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