Kubernetes Prow Robot
805eecf692
Merge pull request #80058 from xing-yang/snapshot_beta
...
Enable VolumeSnapshotDataSource Feature Gate and update e2e tests for VolumeSnapshot CRD v1beta1
2019-11-11 20:06:07 -08:00
Kubernetes Prow Robot
e10ed2efc9
Merge pull request #84826 from yliaog/nodeselector
...
added nodeSelector: beta.kubernetes.io/os: linux
2019-11-11 14:46:21 -08:00
Xing Yang
3324722e07
VolumeSnapshot CRD v1beta1: Enable VolumeSnapshotDataSource feature gate and update e2e tests
2019-11-11 02:34:24 +00:00
Yu Liao
dac667a66e
added nodeSelector: beta.kubernetes.io/os: linux
2019-11-08 16:06:28 -08:00
Kubernetes Prow Robot
353113607d
Merge pull request #84939 from alculquicondor/fix/go-mod
...
Set go version in fluentd-elasticsearch addon
2019-11-07 19:20:28 -08:00
Aldo Culquicondor
b16262d6d2
Set go version in fluentd-elasticsearch addon
...
Signed-off-by: Aldo Culquicondor <acondor@google.com>
2019-11-07 15:22:09 -05:00
Kubernetes Prow Robot
7a1eaa112e
Merge pull request #84696 from dims/BenTheElder-byebyehacke2e
...
Remove hack/e2e.go
2019-11-07 09:05:04 -08:00
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
Benjamin Elder
83c56a0373
remove hack/e2e.go
2019-11-03 19:36:59 -05: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