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
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
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
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
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
“Ibrahim
bc3f6c1be9
Fix the containerd service check
2021-03-19 23:35:05 +00:00
Kubernetes Prow Robot
158e1464ec
Merge pull request #99971 from ibabou/update-containerd
...
Update containerd config for gce
2021-03-16 15:56:56 -07:00
Jeremy Edwards
60df5606d6
Add Windows Defender exclusion for unpigz.exe
2021-03-09 19:52:25 +00:00
“Ibrahim
875396744f
Update containerd config for gce
2021-03-09 01:13:44 +00:00
Kubernetes Prow Robot
b33b426dd0
Merge pull request #99742 from ibabou/containerd-register
...
Update gce Containerd initialization to handle the runtime existence case
2021-03-06 12:50:05 -08:00
Kubernetes Prow Robot
7c4a9823f5
Merge pull request #99793 from pjh/log-message-fix
...
Repair quotes for some Windows log messages
2021-03-04 13:39:40 -08:00
“Ibrahim
e58a0905de
Update gce Containerd initialization to handle runtime existence case
2021-03-04 03:46:30 +00:00
Peter Hornyack
bacf7394cd
Repair quotes for some Windows log messages
2021-03-03 12:40:53 -08:00
Peter Hornyack
3d2e9600d9
Dump detailed service information during Windows node startup
2021-03-02 15:55:40 -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
Peter Hornyack
21592c23e1
GCE Windows: add 20H2; install docker when nodes are started
2021-01-22 09:58:22 -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
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
Jeremy Edwards
3b8f32dd90
Install pigz for GCE Windows Nodes.
2020-12-09 06:38:59 +00:00
Kubernetes Prow Robot
84d15ca322
Merge pull request #93765 from jeremyje/restartsd
...
Configure StackdriverLogging Windows service to restart on failure.
2020-11-12 23:26:23 -08:00
Kubernetes Prow Robot
9a85031a25
Merge pull request #96027 from lizhuqi/fluentd-config-update
...
Add keep_time_key setting to fluentd configuration
2020-11-12 16:02:39 -08:00
Jeremy Edwards
26cdcde3d5
Configure StackdriverLogging Windows service to restart on failure.
2020-11-11 21:04:21 -08:00
Julie Qi
9987d34016
Add keep_time_key setting to fluentd configuration
2020-10-29 16:44:00 -07:00
Barni S
73916e5a9b
If image has stackdriver agent installed, use it.
...
Check if stackdriver agent is preinstalled in the image. If so configure and use it.
Else check for fluentbit agent
2020-10-28 13:34:44 -04:00
Barni S
847ae378ef
Fix windows node startup failures.
...
1. cd to root dir before removing temp installer path. It was failing because we were trying to remove while being in the same dir.
2. Expand variables in a regular string and use it in the command. Expansion was failing in single quotes.
2020-10-15 16:17:22 -04:00
Barni S
bbe7b2ebed
Use fluentbit as logging agent. Replace stackdriver
2020-10-14 18:27:09 -04:00
Kubernetes Prow Robot
446da13de1
Merge pull request #94975 from zshihang/hash
...
replace sha1 with sha512
2020-10-06 13:00:42 -07:00
Jing Xu
d02f3a84e1
Add gate to install CSI proxy
...
Add a gate ENABLE_CSI_PROXY to enable/disable csi proxy installation.
The default value is true
2020-10-02 16:37:08 -07:00
Jing Xu
f973c1d96e
Add CSI proxy log to fluentd
...
Add csi proxy log
2020-09-29 22:57:31 -07:00
Shihang Zhang
e99dbbde62
replace sha1 with sha512
2020-09-23 11:27:20 -07:00
Jing Xu
0752b78081
Remove testcluster check for csi proxy
...
Remove testcluster check for csi proxy after it is beta
2020-09-18 16:15:17 -07:00
Kubernetes Prow Robot
9707537b72
Merge pull request #94267 from lizhuqi/hostname-override
...
Override hostname with instance name
2020-09-17 04:18:45 -07:00
Jing Xu
555c8dbd1b
Update csi-proxy to use beta version
...
This PR update csi-proxy version, remove diskutil.exe and set up log
file
2020-09-09 18:43:39 -07:00
Kubernetes Prow Robot
8aaa7515e5
Merge pull request #94374 from jingxu97/Aug/csiproxyservice
...
Start CSI proxy as service
2020-09-02 18:21:40 -07:00
Jing Xu
28ab3488b6
Start CSI proxy as service
...
Now CSI proxy can support starting as service. Update node startup
script to create and start it as service
2020-09-02 13:28:09 -07:00
Julie Qi
16f85883c4
Override hostname with instance name
2020-08-28 18:03:40 -07:00
Marko Mudrinić
084bc9db43
Update cri-tools to v1.19.0
2020-08-28 15:34:42 +02:00
Jing Xu
116465bb04
Add test cluster check when starting csi proxy
...
Add the check for test cluster when starting csi proxy
2020-08-07 14:46:38 -07:00
Kubernetes Prow Robot
dbf6c456a2
Merge pull request #91835 from jingxu97/June/csi
...
Add csi-proxy installation into node setup script
2020-07-02 06:41:00 -07:00
Jing Xu
57d0dc540d
Add csi-proxy installation into node setup script
...
This PR follows the same step to install and start csi-proxy as kubelet
binary
2020-07-01 15:08:29 -07:00