Commit Graph

9115 Commits

Author SHA1 Message Date
Kubernetes Prow Robot
0615d4c3e8 Merge pull request #91635 from cpanato/GH-86267
get-kube.sh: fix order to get the binaries from the right bucket
2020-06-02 21:36:17 -07:00
Kubernetes Prow Robot
c5444496d5 Merge pull request #91564 from saschagrunert/update-cri-tools
Update cri-tools to v1.18.0 (#2)
2020-06-01 13:10:14 -07:00
Carlos Panato
715aa8b733 get-kube.sh: fix order to get the binaries from the right bucket 2020-06-01 17:59:33 +02:00
Sascha Grunert
d2fc2d282d Update cri-tools to v1.18.0
This updates cri-tools to the latest release as well as pointing the
artifacts to the new Google Cloud Bucket `k8s-artifacts-cri-tools`.

This reverts commit ce1840d253.

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-05-29 10:56:02 +02:00
wojtekt
5d93888f20 Bump addon resizer to 1.8.9 version 2020-05-28 19:37:01 +02:00
Kubernetes Prow Robot
c1707541d8 Merge pull request #91456 from tosi3k/propagate-am-whitelist-override
Propagate KUBECTL_PRUNE_WHITELIST_OVERRIDE to master kube-env
2020-05-27 02:20:40 -07:00
Kubernetes Prow Robot
bc06f367d4 Merge pull request #91466 from prameshj/dns-autoscaler
Include Unschedulable nodes to compute kube-dns replica in DNS autoscaler.
2020-05-26 19:13:28 -07:00
Kubernetes Prow Robot
f91c1ef60e Merge pull request #91370 from justaugustus/cni
Update CNI to v0.8.6
2020-05-26 13:38:01 -07:00
Pavithra Ramesh
10f300313e Include unschedulable nodes to compute dns replica
This change picks up the new flag added to cluster autoscaler to include
unschedulable nodes when computing number of DNS replica. This fixes an
issue where cordoning large nodepools can cause a big drop in the number
of kube-dns replicas and cause existing workloads to see DNS outage.
2020-05-26 12:08:14 -07:00
Antoni Zawodny
b1bd5113d4 Propagate KUBECTL_PRUNE_WHITELIST_OVERRIDE to master kube-env 2020-05-26 15:58:15 +02:00
Kubernetes Prow Robot
f01d848c48 Merge pull request #91329 from dims/switch-kube-controller-manager-to-distroless-image
Switch kube-controller-manager to distroless image
2020-05-22 17:23:10 -07:00
Stephen Augustus
b692502a9d Update CNI to v0.8.6
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
2020-05-22 17:48:56 -04:00
Kubernetes Prow Robot
10caa46f6b Merge pull request #91300 from dims/move-to-latest-etcd-3.4.7-2
Switch over to new etcd 3.4.7-2 image
2020-05-22 04:14:37 -07:00
Kubernetes Prow Robot
cb044a950c Merge pull request #91343 from neolit123/1.19-fix-cluster-readme
cluster/README.md: update notes about content
2020-05-21 21:28:37 -07:00
Kubernetes Prow Robot
9e06faa1fb Merge pull request #91240 from tosi3k/bump-am-version
Update kube-addon-manager to v9.1.1
2020-05-21 19:40:37 -07:00
Davanum Srinivas
b1742f19ef Switch kube-controller-manager to distroless image
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-21 22:33:54 -04:00
Davanum Srinivas
bd835d8a1c Switch over to new etcd 3.4.7-2 image
Add a safety switch to stop doing anything if migrate failed. We
previously just ignored the exit code from migrate utility

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-21 22:16:08 -04:00
Lubomir I. Ivanov
eb4f64b25f cluster/README.md: update notes about content
- Adjust the link to point at https://kubernetes.io/docs/setup/
to alternative solutions.
https://kubernetes.io/docs/getting-started-guides already redirects to
https://kubernetes.io/docs/setup/ and it does not contain details on
/cluster usage.
- Remove notes about the contents of the folder, leaving only the
deprecation notice and link to alternatives.
2020-05-22 00:55:18 +03:00
Kubernetes Prow Robot
a49da364eb Merge pull request #90093 from ialidzhikov/enh/cpva
Update Calico cpva to v0.8.2
2020-05-21 14:44:37 -07:00
Kubernetes Prow Robot
c97c61ebe8 Merge pull request #91304 from karan/gcireviewer
add karan to gci reviewer
2020-05-20 19:42:20 -07:00
Kubernetes Prow Robot
52358fe010 Merge pull request #91228 from sambdavidson/iprotflags
Add SNI flags usage to configure-*.sh
2020-05-20 19:41:30 -07:00
Kubernetes Prow Robot
2f883e5802 Merge pull request #90618 from jingxu97/Mar/windows
Install diskutil into GCE  windows node
2020-05-20 19:40:33 -07:00
Samuel Davidson
20b37d6c5a Add IP rotation flags and env-vars to configure-*.sh 2020-05-20 13:07:37 -07:00
Karan Goel
451592c6a5 add karan to gci reviewer 2020-05-20 10:42:42 -07:00
Jacek Kaniuk
57caa27b8d Do not add kube-apiserver performance flags if already set 2020-05-20 19:05:16 +02:00
Antoni Zawodny
15e491eb2f Update kube-addon-manager to v9.1.1 2020-05-20 09:50:20 +02:00
Kubernetes Prow Robot
cf13f8d994 Merge pull request #91261 from tosi3k/am-patch-1
Fix permissions in kube-addon-manager
2020-05-19 22:02:28 -07:00
Kubernetes Prow Robot
d17947ea3a Merge pull request #91171 from dims/switch-etcd-to-bash-static
Switch to static bash and distroless image for etcd
2020-05-19 22:02:19 -07:00
Kubernetes Prow Robot
b5eb3831c3 Merge pull request #91239 from jprzychodzen/revert-cri-tools
Revert "Update cri-tools to v1.18.0"
2020-05-19 20:35:27 -07:00
Jing Xu
e71acffdfe Install diskutil into GCE windows node
This PR installs a utility diskutil.exe into GCE windows node. This is a
workaround for csiproxy be able to get disk id by name. This utility
will be placed once issue is addressed.
2020-05-19 18:36:16 -07:00
Davanum Srinivas
c1c2b663f0 Add cloudbuild.yaml for etcd
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-19 17:05:24 -04:00
Davanum Srinivas
c225d13abc Switch to static bash for etcd
- use bash-static and avoid dragging in all of debian-base
- use distroless as the base image
- the shell script needs a `cp` utility, add a go based one for just
  files (no support for directories!)
- Rework the calls to `mv` and recursive `cp` in the code
- we don't need to support windows in this container image
- the test case was slightly off as it was assuming that the old
  directory was copied into the new directory, but the desired
  functionality is that all files in the old directory should be in the
  new directory.

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-19 17:05:24 -04:00
Davanum Srinivas
5c966e3beb Use staging-csi to work around quay.io availability
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-19 12:51:54 -04:00
Antoni Zawodny
3c5585bfd9 Fix permissions in kube-addon-manager 2020-05-19 17:40:09 +02:00
Jakub Przychodzeń
ce1840d253 Revert "Update cri-tools to v1.18.0"
This reverts commit 4b3e023659.
2020-05-19 11:19:39 +02:00
Kubernetes Prow Robot
1e2ddd1261 Merge pull request #89461 from wawa0210/change-ip-masq-os-label
[Trival] beta.kubernetes.io/os deprecated since v1.14, are targeted for removal in v1.18
2020-05-18 17:43:49 -07:00
Kubernetes Prow Robot
e215a8772c Merge pull request #91210 from tosi3k/dont-log-node-ip-range-to-stdout
Log user provided NODE_IP_RANGE to stdout instead of stderr
2020-05-18 13:34:08 -07:00
Antoni Zawodny
5ec2ff2d20 Remove logging user provided NODE_IP_RANGE to stderr 2020-05-18 16:59:27 +02:00
Sascha Grunert
4b3e023659 Update cri-tools to v1.18.0
Bump cri-tools to the latest version and update test scripts.

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-05-18 13:38:41 +02:00
Davanum Srinivas
07d88617e5 Run hack/update-vendor.sh
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:54:33 -04:00
Davanum Srinivas
442a69c3bd switch over k/k to use klog v2
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:54:27 -04:00
Kubernetes Prow Robot
9d3406c27b Merge pull request #91136 from tosi3k/am-version-update
Bump addon-manager's version to v9.1.0
2020-05-15 23:02:41 -07:00
Antoni Zawodny
f2c22addf5 Bump addon-manager's version to v9.1.0 2020-05-15 12:52:46 +02:00
Kubernetes Prow Robot
e6433bd76b Merge pull request #91018 from tosi3k/am-whitelist-configuration
Allow overriding the default list of resources of list in addon-manager
2020-05-15 02:48:11 -07:00
张潇
fdef0a6767 beta.kubernetes.io/os is already deprecated 2020-05-15 08:27:06 +08:00
Kubernetes Prow Robot
b8be11e3fc Merge pull request #90995 from prameshj/nodelocal-image
Use the latest node-cache image.
2020-05-12 08:25:28 -07:00
Antoni Zawodny
ca90cf6049 Allow overriding the default list of resources of list in addon-manager 2020-05-12 12:50:05 +02:00
Tim Hockin
d681a04541 Force LICENSES refresh on GCE images
Some test images have it baked in.
2020-05-11 14:25:26 -07:00
Pavithra Ramesh
1ea97db78a Use the latest node-cache image.
The image has debian base 2.0.0, some stability fixes and also uses
UDP to connect to stubDomains configured via kube-dns configmap.
2020-05-11 13:10:27 -07:00
Yuwen Ma
1aa67fc525 Switch core master base images from debian to distroless
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-09 06:55:00 -04:00