Kubernetes Prow Robot
d63a62d7bb
Merge pull request #96661 from jeremyje/fastboot
...
Significantly improve download artifact latencies on GCE Windows node boot.
2020-12-08 18:35:05 -08:00
Kubernetes Prow Robot
56d7f138de
Merge pull request #96622 from vinayakankugoyal/groupfix
...
If the file already exists we need to grant group read permissions ex…
2020-12-08 17:29:59 -08:00
prameshj
9ec84ee87c
Use nodecache 1.16.0 image with CoreDNS 1.7
2020-12-08 10:40:36 -08:00
Jordan Liggitt
8820dc4522
Revert "iAdd host IP to etcd listen client URLs."
...
This reverts commit 8b4e164a78
.
2020-12-08 11:37:13 -05:00
Jeremy Edwards
90fa9de0dc
Add jeremyje to cluster/gce/OWNERS
2020-12-04 23:47:36 +00:00
Neil Jerram
10eb1d4d6e
Calico: set IP=autodetect so preempted nodes learn new IP
...
With preemptible nodes, a cluster node (with a given hostname) can
boot the first time with IP1, then be preempted and boot again with
different IP2.
With IP="", Calico will autodetect IP1 on first boot, but will not
perform autodetection on subsequent boots and so will not release IP1
and detect IP2 instead.
With IP=autodetect, Calico will perform autodetection on all boots,
which is what we want.
2020-12-03 10:26:31 +00:00
Kuba Tużnik
9efbd914f6
Bump Cluster Autoscaler to v1.20.0
2020-12-02 11:10:54 +01:00
Jeremy Edwards
155bda010a
Significantly improve download artifact latencies on GCE Windows node boot.
2020-12-02 06:59:51 +00:00
Spencer Peterson
da684bcd6f
Bump kubectl in addon manager to 1.19
2020-11-30 23:01:19 +00:00
Vinayak Goyal
18644cb1b2
Update configure-helper.sh to early exit from start-kube-scheduler if kube-scheduler is deployed through CRP.
2020-11-24 12:01:22 -08:00
Stephen Augustus
2407a70cc7
[go1.15] Update to go1.15.5
...
Signed-off-by: Stephen Augustus <saugustus@vmware.com >
2020-11-23 20:49:56 -05:00
hasheddan
1bf7de6239
Remove broken analytics tracking link
...
Removes embedded tracking pixel which appears to be broken.
Signed-off-by: hasheddan <georgedanielmangum@gmail.com >
2020-11-23 18:05:10 -06:00
hasheddan
b24f224ff2
Fix formatting in GCI / COS docs
...
Fixes a few formatting issues in GCI / COS README.md.
Signed-off-by: hasheddan <georgedanielmangum@gmail.com >
2020-11-23 18:01:30 -06:00
Kubernetes Prow Robot
b2ecd1b3a3
Merge pull request #96716 from tosi3k/bump-npd-to-v0.8.5
...
Bump node-problem-detector to v0.8.5
2020-11-21 06:33:33 -08:00
Antoni Zawodny
8f2dd3aaab
Bump node-problem-detector to v0.8.5
2020-11-20 20:00:25 +01:00
Mike Danese
7fc57a207e
gce: move iptables rule to mangle
...
This avoids a conflict with rules that calico installs. Also, acquire
the lock everywhere.
2020-11-18 11:28:03 -08:00
Sean McGinnis
be131457ef
Remove stale analytics links from docs
...
Many README files and other docs contained a link to a an appspot
tracking app that is no longer active. Following the links leads to an
error about Go 1.9 no longer being supported. Go 1.9 support was dropped
in appspot in 2019 and disabled June 2020.
This also resulted in a broken image link displaying when viewing these
files on GitHub. Since the app is no longer functioning, and since it
causes a potentially (but granted, minor) confusing error to display,
this just removes those links as I don't believe they are needed
anymore.
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com >
2020-11-18 07:04:48 -06:00
Antoni Zawodny
7acd8b50c8
Add a deprecation note to k/k/cluster/log-dump directory
2020-11-17 13:21:27 +01:00
Joakim Roubert
f9ca218872
Fix some shellcheck warnings/errors in cluster/gce/util.sh
...
This patch adds shellcheck disables where we deliberately want to
have the current code that shellcheck triggers on.
Signed-off-by: Joakim Roubert <joakim.roubert@axis.com >
2020-11-17 08:05:54 +01:00
vinayak goyal
c2ea6842a7
If the file already exists we need to grant group read permissions explicitly.
2020-11-16 22:59:30 +00:00
Casey Davenport
07002e41bb
Update Calico to use a non-conflicting route table range
2020-11-16 09:54:02 -08:00
Kubernetes Prow Robot
84d15ca322
Merge pull request #93765 from jeremyje/restartsd
...
Configure StackdriverLogging Windows service to restart on failure.
2020-11-12 23:26:23 -08:00
Kubernetes Prow Robot
9a85031a25
Merge pull request #96027 from lizhuqi/fluentd-config-update
...
Add keep_time_key setting to fluentd configuration
2020-11-12 16:02:39 -08:00
Kubernetes Prow Robot
b0b7604f8f
Merge pull request #96469 from xing-yang/update_snapshot_crds_2
...
Update snapshot CRDs
2020-11-12 13:17:20 -08:00
Kubernetes Prow Robot
fd6bd36081
Merge pull request #96389 from Jefftree/kas-013
...
Bump network proxy to v0.0.14
2020-11-12 11:21:39 -08:00
Kubernetes Prow Robot
72a7f94bdd
Merge pull request #88412 from stafot/add_nodelocalcache_service
...
Add node-local-dns headless service
2020-11-12 11:17:08 -08:00
Jeremy Edwards
26cdcde3d5
Configure StackdriverLogging Windows service to restart on failure.
2020-11-11 21:04:21 -08:00
xing-yang
763a15e38b
Update snapshot CRDs
2020-11-11 15:58:46 +00:00
Kubernetes Prow Robot
5d5ff49b9b
Merge pull request #96383 from xing-yang/update_snapshot_crds
...
Update snapshot CRDs to v1
2020-11-11 05:11:49 -08:00
Kubernetes Prow Robot
8b3da41e8f
Merge pull request #96388 from Jefftree/enable_konn_default
...
Set enable konnectivity service to true by default
2020-11-10 17:53:40 -08:00
Jefftree
58001e847d
Bump kas to v0.0.14
2020-11-10 17:22:41 -08:00
Kubernetes Prow Robot
fe9fd060c9
Merge pull request #96237 from jingxu97/nov/konnect
...
Add nodeSelector for konnectivity daemonSet
2020-11-10 14:45:32 -08:00
Marcel Zięba
6e598a96ff
Forbid creating clusters with more than 100 nodes without vpc-native
2020-11-10 15:58:25 +00:00
Jefftree
c8716d4672
Set enable konnectivity service to true by default
2020-11-09 15:34:35 -08:00
xing-yang
6acf5fab00
Update snapshot CRDs to v1
2020-11-09 22:01:35 +00:00
Jing Xu
d6e805b38c
Add nodeSelector for konnectivity daemonSet
...
konnectivity agent daemonSet can only run on Linux node. Add node
selector to the yaml file
Change-Id: I3a4790bbfe95a39d9b668443d59dcaa72fb4cd0d
2020-11-07 23:12:31 -08:00
Kubernetes Prow Robot
d39562fd93
Merge pull request #95863 from RaunakShah/snap_e2e
...
Volume snapshot e2e test to validate PVC finalizer
2020-11-05 10:53:06 -08:00
ruiwen-zhao
9c9c552090
Update nvidia-gpu-device-plugin addon image path
2020-11-05 18:25:00 +00:00
Kubernetes Prow Robot
9a469d28e0
Merge pull request #96228 from MrHohn/dns-owner
...
Adding an owner for addon/dns folder
2020-11-04 15:47:30 -08:00
Kubernetes Prow Robot
169683b05f
Merge pull request #95975 from jingxu97/oct/csiproxyversion
...
Update csi-proxy version
2020-11-04 14:46:53 -08:00
shahra
e95af138b5
Volume snapshot e2e test to validate
...
VolumeSnapshotContent and PVC finalizer
2020-11-04 14:08:24 -08:00
Zihong Zheng
2dfd77067e
Adding an owner for addon/dns folder
2020-11-04 10:38:48 -08:00
Kubernetes Prow Robot
9108c430db
Merge pull request #95791 from floryut/update_nodelocaldns
...
Update nodelocaldns yaml to use 1.15.16 image
2020-11-03 22:50:03 -08:00
Kubernetes Prow Robot
f7cfe3ba0f
Merge pull request #95076 from dougsland/deprecate-delete-local-data
...
kubectl: deprecate --delete-local-data
2020-11-03 05:50:15 -08:00
Kubernetes Prow Robot
8b59fe9612
Merge pull request #95938 from coffeepac/repair-cluster-discovery
...
use current method signatures
2020-10-30 01:34:06 -07:00
Julie Qi
9987d34016
Add keep_time_key setting to fluentd configuration
2020-10-29 16:44:00 -07:00
wojtekt
eb63da77ea
Allow for configuring etcd progress notify interval on GCE
2020-10-29 15:43:51 +01:00
Kubernetes Prow Robot
7a20fcf6ef
Merge pull request #95890 from barney-s/winlog_add_fluentd
...
If image has stack driver agent installed, use it.
2020-10-28 22:42:59 -07:00
Pat Christopher
a30d2f6908
pin to latest k8s version
2020-10-28 19:49:57 -07:00
Pat Christopher
94ee60acc6
more versions
2020-10-28 19:49:57 -07:00