You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.
Describe the bug scripts/build-windows-k8s.sh contains many references to $GOPATH which don't work any longer after switching to go modules.
Steps To Reproduce
Be careful in testing, becauuse if you have sufficient access this will create a zip file in our staging blob store that should be cleaned up.
It's usually run via a make target command like:
make build-windows-k8s K8S_VERSION=1.2.3 PATCH_VERSION=1
Expected behavior
AKS Engine version
master
Kubernetes version
N/A
Additional context
As an easy workaround for now, run the script from aks-engine located in $GOPATH.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe the bug
scripts/build-windows-k8s.sh
contains many references to$GOPATH
which don't work any longer after switching to go modules.Steps To Reproduce
Be careful in testing, becauuse if you have sufficient access this will create a zip file in our staging blob store that should be cleaned up.
It's usually run via a make target command like:
Expected behavior
AKS Engine version
master
Kubernetes version
N/A
Additional context
As an easy workaround for now, run the script from aks-engine located in
$GOPATH
.The text was updated successfully, but these errors were encountered: