Commit Graph

9589 Commits

Author SHA1 Message Date
Kubernetes Prow Robot
9694e42099 Merge pull request #96134 from vinayakankugoyal/apiservernonroot
Run kube-apiserver as non-root.
2021-02-23 18:26:51 -08:00
Kubernetes Prow Robot
f4801a7c85 Merge pull request #98799 from claudiubelu/images/cleanup-run
images: Removes containers after they've run
2021-02-22 22:24:11 -08:00
Vinayak Goyal
c63ff05e6d Run kube-apiserver as non-root. 2021-02-22 20:48:16 -08:00
Kubernetes Prow Robot
874877fa44 Merge pull request #99216 from ruiwen-zhao/remove_modprobe
Remove modprobe configs from configure-helper
2021-02-22 17:24:32 -08:00
Kubernetes Prow Robot
b6e4c1c71a Merge pull request #99242 from liu-cong/arm64
Add arm64 support for GCE node configuration
2021-02-19 16:55:41 -08:00
Kubernetes Prow Robot
1f27dcf70c Merge pull request #99059 from vinayakankugoyal/dockerfile2
Use ARG and --build-arg instead of sed for etcd image.
2021-02-19 15:33:41 -08:00
Cong Liu
03709c0ece Add arm64 support for GCE node configuration
Fix typo

Add TODO
2021-02-19 14:22:26 -08:00
ruiwen-zhao
c053b232ba Remove modprobe configs from configure-helper 2021-02-18 22:57:44 +00:00
Jeremy Edwards
82417fe763 Add GCE Kubernetes option to enable Windows DSR. 2021-02-17 01:34:36 +00:00
Kubernetes Prow Robot
111d82f87f Merge pull request #98974 from dekkagaijin/master
Update kube-addon-manager image to v9.1.2
2021-02-16 13:45:27 -08:00
Kubernetes Prow Robot
13bcc023f9 Merge pull request #98487 from pjh/readme-e2e
Update e2e test instructions in GCE Windows README
2021-02-16 11:55:33 -08:00
Kubernetes Prow Robot
f81235605a Merge pull request #99074 from mrbobbytables/update-cluster
cluster/* Remove inactive members from OWNERS
2021-02-14 18:51:06 -08:00
Bob Killen
0298ab0473 cluster/kubemark: Remove inactive members from OWNERS
As a part of cleaning up inactive members (those with no activity within
the past 18 months) from OWNERS files, this commit moves gmarek from an
approver to an emeritus_approver.
2021-02-14 14:17:52 -05:00
Bob Killen
ffcb4b953c cluster/images/kubemark: Remove inactive members from OWNERS
As a part of cleaning up inactive members (those with no activity within
the past 18 months) from OWNERS files, this commit moves gmarek from an
approver to an emeritus_approver.
2021-02-14 14:17:52 -05:00
Bob Killen
64f1eb7270 cluster/gce: Remove inactive members from OWNERS
As a part of cleaning up inactive members (those with no activity within
the past 18 months) from OWNERS files, this commit moves gmarek and
jingax10 from approvers to emeritus_approvers.
2021-02-14 14:17:52 -05:00
Bob Killen
9269f216a6 cluster/addons/kube-proxy: Remove inactive members from OWNERS
As a part of cleaning up inactive members (those with no activity within
the past 18 months) from OWNERS files, this commit moves jingax10 from
an approver to an emeritus_approver.
2021-02-14 14:17:31 -05:00
Bob Killen
8c06778a91 cluster/addons/dashboard: remove out-of-date MAINTAINERS.md 2021-02-14 10:13:44 -05:00
Bob Killen
2d433de8e0 cluster/addons/dashboard: remove inactive members from OWNERS
As a part of cleaning up inactive members (those with no activity within
the past 18 months) from OWNERS files, this commit moves byrk from
approver to emeritus_approver.
2021-02-14 10:13:44 -05:00
Vinayak Goyal
81df4d7dc4 Use ARG and --build-arg instead of sed for etcd image. 2021-02-13 01:07:27 -08:00
Kubernetes Prow Robot
f2be0bc1c7 Merge pull request #99024 from vinayakankugoyal/dockerfile3
Use ARG instead of sed to set the base image for addon-manager.
2021-02-12 20:41:04 -08:00
Vinayak Goyal
ad1e2ffab0 Use ARG instead of sed to set the base image for addon-manager. 2021-02-12 03:11:56 -08:00
Vinayak Goyal
a83519b5bf Use ARG instead of sed in the conformance image. 2021-02-12 02:55:33 -08:00
Benjamin Elder
299c561b10 portably configure tempdir in configure-helper.sh
fixes a `make test` failure on macOS
2021-02-12 01:15:14 -08:00
Jake Sanders
927eaffe19 Update kube-addon-manager image to v9.1.2 2021-02-11 09:38:39 -08:00
Kubernetes Prow Robot
e25b0cb6db Merge pull request #98911 from Jeffwan/jiaxin/update_kubemark_args
Remove CONTENT_TYPE in kubemark hollow template
2021-02-11 01:48:15 -08:00
Kubernetes Prow Robot
20b03f6365 Merge pull request #90442 from joakimr-axis/joakimr-axis_gci-configure.sh
Fix shellcheck failures in cluster/gce/gci/configure.sh
2021-02-10 19:36:15 -08:00
Kubernetes Prow Robot
7fcd66c985 Merge pull request #98339 from monotek/fluentd112
updated fluentd and all plugins
2021-02-10 17:58:16 -08:00
Joakim Roubert
3dd3211c81 Fix shellcheck failures in cluster/gce/gci/configure.sh
Signed-off-by: Joakim Roubert <joakimr@axis.com>
2021-02-10 19:23:31 +01:00
Joakim Roubert
8bf2836e41 Fix remaining shellcheck issues in cluster/gce/util.sh
Signed-off-by: Joakim Roubert <joakimr@axis.com>
2021-02-10 10:07:45 +01:00
Kubernetes Prow Robot
b87ae556b3 Merge pull request #95865 from joakimr-axis/joakimr-axis_master-helper.sh
Fix shellcheck issues in cluster/gce/gci/master-helper.sh
2021-02-09 17:43:00 -08:00
Jiaxin Shan
4b796c359e Remove CONTENT_TYPE in kubemark hollow template
CONTENT_TYPE in this case is `kube-api-content-type=application/vnd.kubernetes.protobuf` and it can be removed since
 we don’t see a need for setting it differently in the tests.

Signed-off-by: Jiaxin Shan <seedjeffwan@gmail.com>
2021-02-09 11:04:44 -08:00
Joakim Roubert
ec9065f2c1 Update after review comment 2021-02-09 09:54:55 +01:00
Joakim Roubert
c33672b010 Update after review comment
Change-Id: Icc2281b98a0240e177f6d8b625a8ddc4f4161b79
Signed-off-by: Joakim Roubert <joakimr@axis.com>
2021-02-09 09:50:51 +01:00
Joakim Roubert
251c4111d5 Fix some shellcheck warnings/errors in cluster/gce/util.sh
This patch splits declaration and assignment for local variables where
shellcheck triggers risk of shadowing warnings. Some missing exports
also added, and an unused variable was removed.

Signed-off-by: Joakim Roubert <joakim.roubert@axis.com>
2021-02-09 09:50:51 +01:00
Kubernetes Prow Robot
6389c13960 Merge pull request #94463 from joakimr-axis/joakimr-axis_util.sh_internal
Fix some shellcheck warnings/errors in cluster/gce/util.sh
2021-02-08 23:51:52 -08:00
Kubernetes Prow Robot
2b7c61b1bb Merge pull request #98205 from pacoxu/build/pauses
update pause image to 3.4.1 and also update the change log
2021-02-08 18:20:58 -08:00
Kubernetes Prow Robot
3534e31ade Merge pull request #98834 from cpanato/go1158
[go1.15] Update to go1.15.8
2021-02-06 15:35:11 -08:00
Carlos Panato
8b5bf8ef91 [go1.15] Update to go1.15.8
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
2021-02-06 15:55:39 +01:00
Kubernetes Prow Robot
96a98e50af Merge pull request #98790 from jkh52/master
Bump konnectivity-client to v0.0.15
2021-02-05 16:33:11 -08:00
Kubernetes Prow Robot
ce1ee6461a Merge pull request #98773 from mtaufen/said-fqdn
Use FQDN for SERVICEACCOUNT_ISSUER in tests
2021-02-05 05:40:52 -08:00
pacoxu
d9b63439d2 update gce cluster windows infra image 2021-02-05 21:39:48 +08:00
Claudiu Belu
41cdd40a2e images: Removes containers after they've run
Not all instances of docker run has the --rm argument, which means that they'll
persist after they've finished. This can cause storage to remain occupied needlessly.
2021-02-05 10:07:26 +00:00
Joseph Anttila Hall
6812a9c610 Bump network proxy images to v0.0.15 2021-02-05 00:35:33 -08:00
Michelle Tandya
904f0b628b Disable sample submission and MAPS Reporting from Windows Defender
Include logging when setting windows defender preferences

Log Window Defender preferences to show configuration changes

Move Defender configuration to be a part of Set-PrerequisiteOptions
2021-02-04 23:02:09 +00:00
Michael Taufen
8418fd9b15 Use FQDN for SERVICEACCOUNT_ISSUER in tests 2021-02-04 10:40:40 -08:00
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
Joakim Roubert
ba7e23620a Fix some shellcheck warnings/errors in cluster/gce/util.sh
This patch uses shell internals instead of sed and awk where suitable
and also uses lower/upper classes for tr instead of a-z and A-Z.

Signed-off-by: Joakim Roubert <joakim.roubert@axis.com>
2021-01-30 09:32:07 +01: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