Michael Taufen
|
e2116ef572
|
Windows startup scripts should use Authorization header for GCS requests
Requests against private buckets will fail unless the VM has storage
scope and the default service account token is provided in the request
header.
This PR replicates the following Linux changes for Windows:
- https://github.com/kubernetes/kubernetes/pull/74142
- https://github.com/kubernetes/kubernetes/pull/75269
|
2019-05-30 16:55:55 -07:00 |
|
Peter Hornyack
|
5d669f2946
|
Use CNI plugins v0.8.0 release.
|
2019-05-15 10:59:46 -07:00 |
|
Michael Taufen
|
0a21d644f5
|
Rotate windows logs
|
2019-03-07 10:42:31 -08:00 |
|
Kubernetes Prow Robot
|
98c0d15f98
|
Merge pull request #74762 from pjh/gce-windows-dump-versions
Dump Windows version information during cluster bringup.
|
2019-03-01 01:08:36 -08:00 |
|
Peter Hornyack
|
43556be50e
|
Enhance metadata fetching functions.
Introduce Get-InstanceMetadata which can be used to fetch
non-"attribute" metadata values.
|
2019-02-28 17:18:34 -08:00 |
|
Kubernetes Prow Robot
|
4741785d29
|
Merge pull request #73650 from mtaufen/windows-upload-scripts
upload Windows startup scripts to GCS for CI
|
2019-02-28 11:51:25 -08:00 |
|
Michael Taufen
|
98edbf41bc
|
upload Windows startup scripts to GCS for CI
|
2019-02-25 16:44:57 -08:00 |
|
Peter Hornyack
|
621df2cddb
|
Disable Windows Defender on Windows test nodes.
|
2019-02-22 18:35:38 -08:00 |
|
Peter Hornyack
|
6d78f2b666
|
Default to Windows Server version 1809 for Windows nodes.
Removes all references to 1803, including moving "win1803" directory to
just "windows". A single Windows directory suffices for now, if
necessary in the future we can shard it into directories for each
Windows version.
We've been running tests with Windows 1809 nodes for a couple days in
our fork without major problems:
https://testgrid.k8s.io/google-windows#windows-prototype&width=20.
Testing on Azure is already using 1809:
https://testgrid.k8s.io/sig-windows#Conformance%20acs-engine%20on%20Azure&width=20.
|
2019-02-21 09:44:44 -08:00 |
|