hasheddan
20679f31d1
Build conformance image with DOCKER_CLI_EXPERIMENTAL enabled
...
In order to use buildx with docker versions prior to v20.10 experimental
features must be enabled. Setting at build time ensures that they are
in case they have not already been at the environment scope.
Signed-off-by: hasheddan <georgedanielmangum@gmail.com >
2021-02-01 13:17:28 -06:00
Sascha Grunert
e9fbdff7c6
Switch to docker buildx
for conformance image
...
The conformance test image previously used the `FROM --platform …`
syntax which is something we (SIG Release) consider as deprecated.
Therefore we now switch to `docker buildx`, which can specify the
`--platform` directly.
Signed-off-by: Sascha Grunert <mail@saschagrunert.de >
2021-01-29 11:36:52 +01:00
Kubernetes Prow Robot
b77c886043
Merge pull request #94456 from joakimr-axis/joakimr-axis_util.sh_shellcheckdisables
...
Fix some shellcheck warnings/errors in cluster/gce/util.sh
2021-01-28 22:49:40 -08:00
Sascha Grunert
1acaf32cff
Bump debian-base to v1.4.0 and debian-iptables to v1.5.0
...
Both images are now sane multi-architecture images and should fix the
kube-proxy container image in the same way.
Signed-off-by: Sascha Grunert <mail@saschagrunert.de >
2021-01-28 13:47:09 +01:00
Carlos Panato
e76fc62258
[go1.15] Update to go1.15.7
...
Signed-off-by: Carlos Panato <ctadeu@gmail.com >
2021-01-27 11:43:01 +01:00
Kubernetes Prow Robot
de4d771d3b
Merge pull request #97934 from mattcary/loopback-upstream
...
Disallow local loopback for volume hosts
2021-01-27 01:13:40 -08:00
Matthew Cary
9a7dcd36c1
Disallow local loopback for volume hosts
...
Change-Id: Ic356c3f859057153cfad97327f1938792a1a512c
2021-01-26 17:12:51 -08:00
pacoxu
6a795f5f51
update etcd revision to 2 for next build 3.4.13-2
2021-01-26 15:29:26 +08:00
pacoxu
f76be691a2
update debian-base to buster-v1.3.0 for CVEs
...
Signed-off-by: pacoxu <paco.xu@daocloud.io >
2021-01-26 14:10:20 +08:00
Kubernetes Prow Robot
1a67280508
Merge pull request #98037 from vinayakankugoyal/kube-controller-manager-crp
...
Update configure-helper.sh to early exit from start-kube-controller-m…
2021-01-25 12:38:59 -08:00
Kubernetes Prow Robot
7b3f0cd5ca
Merge pull request #98286 from jeremyje/win20h2
...
Fix GCE Windows Smoke Test and Support 2004 and 20H2.
2021-01-22 12:21:39 -08:00
Kubernetes Prow Robot
1bb0108574
Merge pull request #98284 from pjh/install-docker-on-node-start
...
GCE Windows: add 20H2; install docker when nodes are started
2021-01-22 11:31:26 -08:00
Peter Hornyack
21592c23e1
GCE Windows: add 20H2; install docker when nodes are started
2021-01-22 09:58:22 -08:00
Jeremy Edwards
7575611fd5
Fix GCE Windows Smoke Test and Support 2004 and 20H2.
2021-01-22 01:14:50 +00:00
Peter Hornyack
313ac4751c
Improve the Windows GCE README
2021-01-21 15:42:37 -08:00
Vinayak Goyal
31807032e0
Update configure-helper.sh to early exit from start-kube-controller-manager if kube-controller-manager is deployed through CRP.
2021-01-20 16:22:46 -08:00
Kubernetes Prow Robot
1bfa1d4619
Merge pull request #98055 from qingsenLi/20210114
...
fix typo and decs in apiserver_etcd_test.go
2021-01-19 18:49:58 -08:00
Kubernetes Prow Robot
176c4c7916
Merge pull request #96823 from hasheddan/cleanup-cos-doc
...
Cleanup GCI / COS README.md
2021-01-19 17:07:59 -08:00
Peter Hornyack
edd58b1a4e
Repair pigz URL
...
New Windows nodes are failing to start with:
windows-startup-script-ps1: Failed to download file from https://storage.googleapis.com/gke-release/winnode/pigz/prod/gke_windows/pigz/release/5/20201104-134221/pigz-$PIGZ_VERSION.zip .
With this fix, the nodes start successfully.
2021-01-14 16:12:05 -08:00
Kubernetes Prow Robot
9da11e294f
Merge pull request #97868 from mtaufen/pki-tmpfs
...
Mount /var/lib/kubelet/pki on tmpfs
2021-01-14 10:47:04 -08:00
10177505
deb509a068
fix typo and decs
2021-01-14 16:55:45 +08:00
Kubernetes Prow Robot
5e7d62ecfc
Merge pull request #97967 from rajibmitra/master
...
Update cri-tools to v1.20.0
2021-01-13 13:27:15 -08:00
hasheddan
baccf02ab0
Switch to debian:stable-slim for conformance image base
...
The currently used debian:stretch-slim does not support s390x arch in
its multi-arch build. We opt to use stable-slim instead of pulling in
different base images for each platform build.
Signed-off-by: hasheddan <georgedanielmangum@gmail.com >
2021-01-13 08:49:27 -06:00
hasheddan
bc262d6e85
Specify BASEIMAGE platform for conformance image
...
Updates conformance image Dockerfile to specify platform for BASEIMAGE
and sets correct ARCH in Makefile.
Signed-off-by: hasheddan <georgedanielmangum@gmail.com >
2021-01-13 08:46:01 -06:00
rajibmitra
69aae7aa6c
Update cri-tools to v1.20.0
...
Signed-off-by: rajibmitra <rajib.jolite@gmail.com >
2021-01-12 19:02:51 +05:30
Michael Taufen
9f9e235b9d
Mount /var/lib/kubelet/pki on tmpfs
...
This helps avoid some rare instances of corrupt cert files
that cause Kubelet to crash-loop after node reboots, e.g.
if Kubelet opens the file during the shutdown but is unable
to write it.
2021-01-08 18:04:35 -08:00
Kubernetes Prow Robot
8b5aeeedb4
Merge pull request #97742 from benhxy/apiserver-cipher
...
Configure --tls-cipher-suites on kube-apiserver
2021-01-08 13:44:29 -08:00
Ben Hu
d4e75baae1
Fix comment on comment
2021-01-08 20:24:59 +00:00
Jian Zeng
8c1971e17c
chore(gce): pass auth flags to KCM and KS
...
Pass flags `--authentication-kubeconfig` and
`--authorization-kubeconfig` to controller-manager and scheduler,
so that we could grab metrics from their secure ports in tests.
2021-01-06 12:56:39 +08:00
Kubernetes Prow Robot
97a3e9e7e8
Merge pull request #97621 from vbannai/bug-fix
...
Bug fix
2021-01-05 17:10:19 -08:00
Ben Hu
624b214481
Configure --tls-cipher-suites on kube-apiserver.
2021-01-06 00:31:39 +00:00
Kubernetes Prow Robot
83a87775b0
Merge pull request #97536 from heqg/unused01
...
Remove duplicate nodeSelector for kube-dns
2021-01-05 11:46:36 -08:00
Kubernetes Prow Robot
506156842c
Merge pull request #97666 from heqg/duplicate-nodeSelector
...
Remove duplicate nodeSelector for kube-dns in kube-dns.yaml.base
2021-01-04 17:05:58 -08:00
Kubernetes Prow Robot
5e405fdcff
Merge pull request #96276 from ruiwen-zhao/device_plugin_path
...
Update nvidia-gpu-device-plugin addon image path
2021-01-04 09:33:57 -08:00
he.qingguo
89c1ab4025
Remove duplicate nodeSelector for kube-dns in kube-dns.yaml.base
...
Signed-off-by: he.qingguo <he.qingguo@zte.com.cn >
2021-01-04 11:31:30 +08:00
Vinay Bannai
e74ef5301a
Updating the version to the recent tag.
2020-12-30 13:13:55 -08:00
Vinay Bannai
a15bc5954c
The l7-default-backend/defult-http-backend now points to a new version of the 404-server-with-metrics.
...
Uses new container registry: gcr.io/google-container with the new version for the ingress-gce-404-server-with-metrics-amd64:v1.10.11
2020-12-30 13:13:55 -08:00
he.qingguo
da509d2ea2
Remove duplicate nodeSelector for kube-dns
...
Signed-off-by: he.qingguo <he.qingguo@zte.com.cn >
2020-12-28 11:20:45 +08:00
Kubernetes Prow Robot
0a839c6c3b
Merge pull request #97447 from amwat/legacylogdump
...
Fix incorrect literal quotes in logdump path
2020-12-24 21:46:27 -08:00
Amit Watve
c954bc61a5
fix literal quotes in logdump path.
2020-12-24 00:23:32 -08:00
Sergey Kanzhelev
d78db9f161
configure docker on containerd nodes so it wouldn't reserver 172.17 subnet
2020-12-23 18:49:57 +00:00
Antoni Zawodny
58ea69f094
Make log-dump's deprecation note up-to-date
2020-12-15 09:58:09 +01:00
Ben Hu
9581c40887
Revert "Use host IP instead of localhost for control plane component kubeconfig files."
...
This reverts commit 49afcfa5f2
.
2020-12-11 22:36:39 +00:00
Kubernetes Prow Robot
0e2bf1e49f
Merge pull request #96470 from jeremyje/gkewinpigz
...
Install pigz for GCE Windows Nodes.
2020-12-11 12:47:30 -08:00
Maciej Borsz
7f09d59215
Migrate etcd's livenessProbe to etcdctl endpoint health.
...
Change-Id: Ie19c844050c75e3d1c4b431d09ba0ac851c5317b
2020-12-11 12:43:02 +01:00
Kubernetes Prow Robot
ee8983705a
Merge pull request #96679 from stmcginnis/appspot-cleanup
...
Remove stale analytics links from docs
2020-12-10 23:17:22 -08:00
Jeremy Edwards
797ad961b8
Fix missing type error in Get-RemoteFile by loading System.Net.Http assembly.
2020-12-10 21:18:15 +00:00
Jeremy Edwards
3b8f32dd90
Install pigz for GCE Windows Nodes.
2020-12-09 06:38:59 +00:00
Kubernetes Prow Robot
fbc8ca6096
Merge pull request #97132 from prameshj/patch-5
...
Upgrade to nodecache 1.16.0 image
2020-12-08 22:02:00 -08:00
Kubernetes Prow Robot
cad9a8277d
Merge pull request #97127 from liggitt/revert-etcd-host-ip
...
Revert "iAdd host IP to etcd listen client URLs."
2020-12-08 22:01:52 -08:00