Davanum Srinivas
f7ad09c447
Switch to pause 3.7
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2022-03-29 15:36:38 -04:00
Jordan Liggitt
548c339867
Clean up unused exec auth from cluster setup
2022-03-19 10:47:38 -04:00
Yongkun Gui
78a507b256
Fix health check from Google's Load Balancer
...
This change adds 2 options for windows:
--forward-healthcheck-vip: If true forward service VIP for health check
port
--root-hnsendpoint-name: The name of the hns endpoint name for root
namespace attached to l2bridge, default is cbr0
When --forward-healthcheck-vip is set as true and winkernel is used,
kube-proxy will add an hns load balancer to forward health check request
that was sent to lb_vip:healthcheck_port to the node_ip:healthcheck_port.
Without this forwarding, the health check from google load balancer will
fail, and it will stop forwarding traffic to the windows node.
This change fixes the following 2 cases for service:
- `externalTrafficPolicy: Cluster` (default option): healthcheck_port is
10256 for all services. Without this fix, all traffic won't be directly
forwarded to windows node. It will always go through a linux node and
get forwarded to windows from there.
- `externalTrafficPolicy: Local`: different healthcheck_port for each
service that is configured as local. Without this fix, this feature
won't work on windows node at all. This feature preserves client ip
that tries to connect to their application running in windows pod.
Change-Id: If4513e72900101ef70d86b91155e56a1f8c79719
2022-03-11 22:34:59 -08:00
Kubernetes Prow Robot
e14ace9287
Merge pull request #107806 from mauriciopoppe/csi-proxy-additional-flags-kube-up
...
Env var for additional flags sent to the csi-proxy binary
2022-02-17 16:15:00 -08:00
Sergey Kanzhelev
19a01fa8c6
remove docker installation from everywhere
2022-02-17 08:02:13 +00:00
Mauricio Poppe
29e8e3af85
Env var for additional flags sent to the csi-proxy binary
2022-01-27 00:01:33 +00:00
Kubernetes Prow Robot
66445662ad
Merge pull request #107769 from liurupeng/reverthashvalue
...
Revert changes to the flb-exporter hash value
2022-01-26 05:10:13 -08:00
Kubernetes Prow Robot
dbb5e3fe86
Merge pull request #107663 from hakman/remove_container-runtime_test_scripts
...
Clean up logic for deprecated flag --container-runtime in scripts
2022-01-25 22:30:25 -08:00
RupengLiu
446052f7a3
Revert changes to the flb-exporter hash value
2022-01-25 16:35:58 -08:00
Kubernetes Prow Robot
45b6af6b71
Merge pull request #107478 from liurupeng/gke-updatefluentbitversion
...
Update fluent bit version to 1.8.10 for GKE windows container
2022-01-20 21:47:58 -08:00
RupengLiu
7a2f2980c5
Update fluent bit version
2022-01-20 11:21:29 -08:00
Ciprian Hacman
d01e9cedb1
Clean up logic for deprecated flag --container-runtime in scripts
...
Signed-off-by: Ciprian Hacman <ciprian@hakman.dev >
2022-01-20 11:19:08 +02:00
Sascha Grunert
f7f0f4b901
Update cri-tools to v1.23.0
...
Files promoted to `k8s-artifacts-cri-tools`:
https://console.cloud.google.com/storage/browser/k8s-artifacts-cri-tools/release/v1.23.0
Signed-off-by: Sascha Grunert <sgrunert@redhat.com >
2022-01-17 15:02:53 +01:00
Davanum Srinivas
9405e9b55e
Check in OWNERS modified by update-yamlfmt.sh
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2021-12-09 21:31:26 -05:00
Kubernetes Prow Robot
461dc9e371
Merge pull request #104640 from lizhuqi/fluentd-1-17
...
Remove stackdriver version variable
2021-12-09 16:29:10 -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
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
Mauricio Poppe
ff0afb6169
Fix creation of the administrator_keys_file file with many users
2021-11-06 03:14:13 +00: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
Mauricio Poppe
9e29cc042e
KubeEnv var to enable Hyper-V in Windows
2021-10-29 07:07:33 +00: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
Julie Qi
6bf310d6aa
Remove stackdriver version variable
2021-09-10 15:26:16 -07:00
Claudiu Belu
18936d4785
updates pause image references
...
The pause:3.6 image has been published.
Also updates older / incorrect references.
2021-08-29 21:50:05 -07:00
Sascha Grunert
6a6e24702c
Update cri-tools to v1.22.0
...
This patch updates crictl to the latest available release.
Signed-off-by: Sascha Grunert <sgrunert@redhat.com >
2021-08-18 10:15:15 +02:00
“Ibrahim
aa9380e017
Add termination hook to the startup script - GCE Windows
2021-08-12 19:56:15 +00:00
“Ibrahim
b98594bc79
Add ibabou to gce/windows OWNERS file
2021-08-06 17:48:07 +00:00
Kubernetes Prow Robot
6751ae8f21
Merge pull request #104112 from mcshooter/dump-kube-env-from-startup-script
...
Log kube-env variables from startup script
2021-08-05 16:36:38 -07:00
Michelle Tandya
9cffbab037
Log kube-env variables from startup script
2021-08-04 22:53:52 +00:00
“Ibrahim
2cacfada26
Update Containerd version - GCE Windows
2021-07-22 18:34:11 +00:00
Kubernetes Prow Robot
119b8fc93e
Merge pull request #103057 from jeremyje/fixnet
...
GCE Windows: Set TCP/IP parameters to align with GCE optimal settings.
2021-07-08 14:01:44 -07:00
Kubernetes Prow Robot
d787eaa4d5
Merge pull request #103332 from mcshooter/updateNPDVersion
...
Update NPD release version and include windows defender config
2021-06-30 01:19:02 -07:00
Michelle Tandya
03f85e9ade
Update NPD release version and include windows defender config
2021-06-30 00:00:32 +00:00
Jeremy Edwards
44360b315c
GCE Windows: Upgrade to flb-exporter v0.17.0 which reduces log spam.
2021-06-21 23:46:27 +00:00
Jeremy Edwards
7839668877
GCE Windows: Set TCP/IP parameters to keep idle connections alive on GCE.
2021-06-21 23:00:32 +00:00
Kubernetes Prow Robot
1400be60ff
Merge pull request #102495 from jeremyje/fb177
...
GCE Windows: Upgrade to fluent-bit 1.7.7, 1.7.6 had a major regression.
2021-06-11 17:03:01 -07:00
Jeremy Edwards
47a7fcb17b
GCE Windows: Only create NPD kubeconfig when the file path is defined.
2021-06-02 21:15:45 +00:00
Jeremy Edwards
3cb4f3e1bf
GCE Windows: Upgrade to fluent-bit 1.7.7, 1.7.6 had a major regression.
2021-06-01 16:25:21 +00:00
Sascha Grunert
b167fc24d7
Update pause image to v3.5
...
Update dependencies and the test images to use pause 3.5. We also
provide a changelog entry for the new container image version.
Signed-off-by: Sascha Grunert <sgrunert@redhat.com >
2021-05-25 09:04:46 +02:00
Jeremy Edwards
54f3eb42e9
Upgrade Fluent-Bit 1.7.6.
2021-05-24 19:51:00 +00:00
Kubernetes Prow Robot
e830610854
Merge pull request #101539 from jeremyje/installnpd
...
Install Node Problem Detector on GCE Windows nodes
2021-05-18 20:16:50 -07:00
Jeremy Edwards
09f9537338
Install Node Problem Detector on GCE Windows nodes
2021-05-15 16:14:17 +00:00
Jeremy Edwards
2f87f280fe
GCE Windows: Upgrade to fluent-bit 1.7.5
2021-05-14 21:23:30 +00:00
Jeremy Edwards
daa5be1d01
GCE Windows: Do not install docker when containerd CRI is selected.
2021-05-05 21:06:33 +00:00
Jeremy Edwards
5c713379a0
GCE Windows: mkdir -p fluent-bit pos-files directory.
2021-04-29 22:52:38 +00:00
Jeremy Edwards
e62301c87d
Fix fluent-bit configuration for GCE Windows.
2021-04-22 20:04:54 +00:00
Jeremy Edwards
c22f001a1b
GCE Windows: Use authenticated HTTP GET against GCS if VM has cloud-platform scope.
2021-04-15 23:30:19 +00:00
Kubernetes Prow Robot
a96000311f
Merge pull request #100956 from saschagrunert/cri-tools
...
Update cri-tools to v1.21.0
2021-04-12 00:35:59 -07:00
“Ibrahim
ec38cfcd15
Update the containerd runtime binary path - gce
2021-04-09 23:36:58 +00:00
Sascha Grunert
33e0e035ea
Update cri-tools to v1.21.0
...
This updates crictl to the latest available release.
Signed-off-by: Sascha Grunert <sgrunert@redhat.com >
2021-04-09 11:05:13 +02:00