This repository has been archived by the owner on Feb 10, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Switch to non-insider 1809 images. These images work on windows2019 stemcells. Signed-off-by: Leah Hanson <[email protected]> * Fix file permissions on C:\var directory and add C:\tmp These changes are for the purpose of making the e2e/conformance tests pass. Add file permissions on C:\var: - The e2e tests expect files mounted in containers to have permissions for the User group. Ours didn't, because our var directory didn't. This applies an ACL that will be inherited by subdirectories and files. Create C:\tmp dir: - https://kubernetes.slack.com/archives/C0SJ4AFB7/p1551806791083000 - Use force flag while creating C:\tmp so that it doesn't error if the dir already exists. Signed-off-by: Leah Hanson <[email protected]> * Make kubelet start without kube-proxy Signed-off-by: Leah Hanson <[email protected]> * Download servercore image in the background This lets kubelet start faster, since this image is pretty large
- Loading branch information