Carlos Panato
2adf0e116c
[go1.17] Update to go1.17.4
...
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
2021-12-06 09:40:54 +01:00
Léiyì Zhang
3c91436fc1
turning off default storage class in kube-up
2021-11-16 19:26:30 +00:00
Kubernetes Prow Robot
1c127d3682
Merge pull request #105706 from uthark/oatamanenko/upgrade-etcd-3.5.1
...
Upgrade etcd to 3.5.1
2021-11-15 10:04:59 -08:00
Kubernetes Prow Robot
da73a24f6a
Merge pull request #106123 from pohly/log-go-runner-windows
...
package log runner as part of Kubernetes releases
2021-11-15 09:04:48 -08:00
Mike Danese
384e9cec1b
don't expand $(ls -A /scrub) in PV_RECYCLER_TEMPLATE
...
Before we write the template.
2021-11-10 11:14:45 -08:00
Kubernetes Prow Robot
e9a8bd94f7
Merge pull request #104921 from cheftako/anp-cp
...
Add mTLS as default HTTPConnect egress configuration for GCP.
2021-11-09 22:15:25 -08:00
Mauricio Poppe
84b403fd02
Use simple match instead of regex match
2021-11-09 05:09:18 +00:00
Kubernetes Prow Robot
701c2b7942
Merge pull request #106196 from mauriciopoppe/gce-windows-ssh-fix
...
Fix creation of the administrator_keys_file file with many users
2021-11-08 13:11:57 -08:00
Kubernetes Prow Robot
97125e76f3
Merge pull request #103626 from jkh52/tweak-konnectivity
...
Konnectivity Proxy: move proxy-agent cpu limit to request.
2021-11-08 12:11:20 -08:00
Walter Fender
fbc13f22f8
Bump konnectivity to v0.0.25
...
/kind feature
Bump konnectivity network proxy to v0.0.25.
Includes fixes for a few resource leaks.
Adds better logging for debugging.
Moves to golang1.17.
Adds additional keepalives.
Fixes HTTP-CONNECT goroutine leak.
Fixes # N/A
```release-note
NONE
```
```docs
NONE
```
Update the images.
2021-11-07 14:34:09 -08:00
Carlos Panato
abbf8c3bed
[go1.17] Update to go1.17.3
...
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
2021-11-07 16:29:35 +01:00
Mauricio Poppe
ff0afb6169
Fix creation of the administrator_keys_file file with many users
2021-11-06 03:14:13 +00:00
Pavithra Ramesh
f43c21448b
Update to latest kubedns and nodelocaldns images.
2021-11-05 12:50:06 -07:00
Walter Fender
35737ff810
Switched ANP w/ grpc to not use destHost strategy.
...
Factored in feedback from caesarxuchao
2021-11-05 11:56:56 -07:00
Walter Fender
f7185b0be1
Add mTLS as default HTTPConnect egress configuration for GCP.
...
We currently have UDS as the configuration with GRPC.
Some users are setting up egress to remote konnectivity servers.
Cannot use UDS for this configuration.
Should have a config setup which validates the mTLS configuration.
Fixed lint errors from shell check.
Fix volumes to not include pki for ANP in grpc mode.
2021-11-05 11:39:39 -07:00
Kubernetes Prow Robot
aa964e097c
Merge pull request #106150 from pohly/log-runner-kubemark
...
kubemark: replace deprecated --log-file parameter with runner
2021-11-05 04:01:52 -07:00
Patrick Ohly
c3cd9a3902
kubemark: static binary, replace deprecated --log-file parameter
...
The --log-file parameter will be deprecated as of Kubernetes 1.23 and should be
avoided. The replacement for distroless images is the image with go-runner, a
tool that handles output redirection.
For kubemark to run in that image it must be built as static binary.
2021-11-04 20:52:56 +01:00
Kubernetes Prow Robot
2f21cff49d
Merge pull request #106018 from ahrtr/replace_ioutil_with_io_os_cluster_gce_gci
...
Replace ioutil with io and os for cluster/gce/gci
2021-11-04 03:08:03 -07:00
Patrick Ohly
d2a8a81639
Package kube-log-runner as part of Kubernetes releases
...
kube-log-runner was formerly known as go-runner when it was originally introduced
in 393e0952e9
It was moved to kubernetes/release/images/build/go-runner later but is now
needed again in Kubernetes itself as replacement for the deprecated --log-file
klog feature: when bringing up a Windows node, kube-proxy.exe and kubelet.exe must be wrapped
with the helper binary to redirect output.
It got renamed to avoid a naming conflict with
test/conformance/image/go-runner and because the name was too vague.
Other downstream Kubernetes users may have a similar need, therefore it makes
sense to provide a prebuilt binary also in the release archives.
2021-11-04 10:00:26 +01:00
Joseph Anttila Hall
d13ee80cb0
Konnectivity Proxy: move cpu limit to request.
2021-11-03 17:40:51 -07:00
Kubernetes Prow Robot
da707b6133
Merge pull request #106091 from rajansandeep/updateto1.8.6
...
[kube-up]: Bump coredns to 1.8.6
2021-11-03 15:24:45 -07:00
Kubernetes Prow Robot
1dd781ddca
Merge pull request #106065 from pacoxu/etcd-3.5.1-image-build
...
update etcd makefile to using 3.5.1 for building
2021-11-02 19:01:17 -07:00
Sandeep Rajan
be24af7644
bump coredns to 1.8.6 in kube-up
...
Signed-off-by: Sandeep Rajan <srajan@infoblox.com>
2021-11-02 10:52:44 -04:00
Paco Xu
6bac4dcaf7
update etcd makefile to using 3.5.1 for building
...
Signed-off-by: Paco Xu <paco.xu@daocloud.io>
2021-11-02 09:56:21 +08:00
Kubernetes Prow Robot
657412713b
Merge pull request #102637 from charlesxsh/fix-migrate-sever
...
fix potential deadlock
2021-11-01 04:17:19 -07:00
Kubernetes Prow Robot
37efc5feec
Merge pull request #105920 from SergeyKanzhelev/fixReturnValueHandling
...
return value is taken from if statement instead of the function call
2021-11-01 00:01:30 -07:00
ahrtr
45428d887d
replace ioutil with io and os for cluster/gce/gci
2021-10-30 14:23:50 +08:00
Mauricio Poppe
9e29cc042e
KubeEnv var to enable Hyper-V in Windows
2021-10-29 07:07:33 +00:00
shuaichen
3d620192d9
Use 10250 as targetPort for metrics-server
...
Metrics-server's usage of privileged port 443 as targetPort requires
elevated permissions than necessary and violates principle of least
privilege.
2021-10-28 03:10:15 +00:00
Joseph Burnett
a9788ca9b0
Give metrics server permission to read node stats.
2021-10-27 13:32:42 +00:00
Sergey Kanzhelev
c703725592
return value is taken from if statement instead of the function call
2021-10-26 00:11:55 +00:00
Oleg Atamanenko
965f10f539
Upgrade etcd to 3.5.1
2021-10-18 23:09:27 -07:00
Kubernetes Prow Robot
819b021ada
Merge pull request #92433 from claudiubelu/windows/etcd-image
...
Adds Windows support for etcd image
2021-10-18 15:49:34 -07:00
Michelle Tandya
e9e6a7cb6b
Update the binary version file for NPD to 0.8.10-gke0.1
2021-10-14 20:55:41 +00:00
Mengjiao Liu
19e8852154
[go1.17] Update to go1.17.2
2021-10-14 16:15:51 +08:00
Kubernetes Prow Robot
a861de6d16
Merge pull request #105500 from ibabou/update_owners_cluster_gce
...
Add [ibabou] & [pjh] to Cluster GCE directory OWNERS
2021-10-06 09:58:41 -07:00
Kubernetes Prow Robot
4586ff2c7c
Merge pull request #105333 from ibabou/update_win_base_images
...
Update windows base images - GCE provider
2021-10-05 23:08:33 -07:00
“Ibrahim
6a2eae0d12
Add [ibabou] & [pjh] to Cluster GCE directory OWNERS
2021-10-05 22:12:49 +00:00
Sascha Grunert
9ae990e3d5
Use docker buildx for etcd image
...
This allows to choose the correct architecture in the image manifest,
which defaulted to the host system before applying this patch.
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-10-05 13:38:02 +02:00
Kubernetes Prow Robot
70d1360ab8
Merge pull request #105103 from tkashem/extend-audit-policy
...
apiserver: refactor PolicyRuleEvaluator interface
2021-10-04 14:12:40 -07:00
“Ibrahim
26ce6df217
Update Windows base images GCE provider
2021-09-28 22:40:04 +00:00
Aaron Crickenberger
d41f9339f6
Revert "Use docker buildx for etcd image"
...
This reverts commit ea1bc18bc1
.
But bumps the REVISION var
This commit broke etcd image builds
2021-09-27 10:46:17 -07:00
Kubernetes Prow Robot
6a71f85ccf
Merge pull request #105263 from cyclinder/bump_metrics_server
...
bump metrics-server to 0.5.1
2021-09-27 03:39:34 -07:00
Kubernetes Prow Robot
d385d0602a
Merge pull request #105158 from justaugustus/its-a-bullseye
...
releng: Update build images to Debian 11 (Bullseye)
2021-09-26 23:14:23 -07:00
cyclinder
3e426355b9
bump metrics-server to 0.5.1
...
Signed-off-by: cyclinder <qifeng.guo@daocloud.io>
2021-09-27 11:18:03 +08:00
Claudiu Belu
c4fc9bba6c
Adds Windows support for etcd image
...
We can use docker buildx in order to build and push Windows images from the same Linux node,
as long as the Dockerfile does not have any RUN commands in the Windows step.
We also need to create a non-default builder instance in order to be able to build and
push Windows images.
The Windows images have to be built and pushed directly to the registry.
For Windows containers without Hyper-V isolation, the host OS Version and the
Container OS Version need to match, which is why we added multiple Windows OS Versions
to the building process.
For the manifest list, we need to also annotate the Windows OS Version, so the Windows nodes
will be able to pull the proper image from the manifest list.
Adds support for Windows OS Versions: 1809, 2004, 20H2, ltsc2022.
Bumped etcd image revision.
2021-09-24 18:28:00 +00:00
Aaron Crickenberger
42a955b3ae
use k8s-staging-test-infra/gcb-docker-gcloud
2021-09-24 06:54:40 -07:00
Abu Kashem
a748fdc677
apiserver: refactor PolicyRuleEvaluator to return a struct
2021-09-24 08:08:32 -04:00
Kubernetes Prow Robot
7bff8adaf6
Merge pull request #92853 from cosmo0920/add-sniffer-class-loading-feature-on-es-image
...
[fluentd/elasticsearch] Add mechanism to load simple sniffer class
2021-09-23 23:07:24 -07:00
Stephen Augustus
8dcaf8433b
cluster/images/etcd: Build 3.5.0-2 image
...
Signed-off-by: Stephen Augustus <foo@auggie.dev>
2021-09-20 21:02:49 -04:00