Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Support custom URLs for Windows node binaries #2420

Closed
PatrickLang opened this issue Mar 9, 2018 · 2 comments · Fixed by #2777
Closed

Support custom URLs for Windows node binaries #2420

PatrickLang opened this issue Mar 9, 2018 · 2 comments · Fixed by #2777

Comments

@PatrickLang
Copy link
Contributor

Is this an ISSUE or FEATURE REQUEST? (choose one):
Feature Request

What version of acs-engine?:
v0.13.1

We'd like to be able to test daily builds using ACS-engine. Ideally this would take in a URL to a ZIP file containing kubelet.exe, kube-proxy.exe and wincni.exe. These will be put into the custom windows image that's deployed as the cluster is built out.

This is intended to support testing new Kubernetes releases as well as more frequent PR testing triggered by prow from master k8s builds.

@PatrickLang
Copy link
Contributor Author

here's the code that downloads and extracts the ZIP

Invoke-WebRequest -Uri $global:KubeBinariesSASURL -OutFile $zipfile

@PatrickLang
Copy link
Contributor Author

wincni is separated already:

Invoke-WebRequest -Uri $url -OutFile $wincniFile

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant