kubernetes-sigs / sig-windows-dev-tools

This is a batteries included local development environment for Kubernetes on Windows.
Apache License 2.0
80 stars 46 forks source link

winw1: cp : Cannot find path 'C:\sync\windows\bin' because it does not exist. #167

Closed dougsland closed 2 years ago

dougsland commented 2 years ago

Issue

Cannot deploy cluster with latest bits

Step by step:

#sig-windows-dev-tools> ~/cleanvms 
Powering off VM: 5ff6d3cd-4da5-4bf6-9b51-da6a223d30ae...
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Deleting VM 5ff6d3cd-4da5-4bf6-9b51-da6a223d30ae...
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Powering off VM: e8f802e2-2cf1-47be-9eae-163c7d3be0f6...
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Deleting VM e8f802e2-2cf1-47be-9eae-163c7d3be0f6...
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%

#sig-windows-dev-tools> git fetch && git rebase #sig-windows-dev-tools> make 2

==> winw1: Running provisioner: shell...
    winw1: Running: sync/shared/kubejoin.ps1 as C:\tmp\vagrant-shell.ps1
    winw1: cp : Cannot find path 'C:\sync\windows\bin' because it does not exist.
    winw1: At C:\tmp\vagrant-shell.ps1:2 char:1
    winw1: + cp C:\sync\windows\bin\* c:\k
    winw1: + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    winw1:     + CategoryInfo          : ObjectNotFound: (C:\sync\windows\bin:String) [Copy-Item], ItemNotFoundException
    winw1:     + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.CopyItemCommand
    winw1: 

Latest bits

sig-windows-dev-tools# git log -1
commit 25251e7e33421ccfd3061476482abc0ea0b182c6 (HEAD -> master, origin/master, origin/HEAD)
Merge: f805056 a9b3cea
Author: Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com>
Date:   Tue Jan 18 07:53:08 2022 -0800

    Merge pull request #164 from knabben/fix-antrea-install

    Removing Kubernetes version from Antrea install
knabben commented 2 years ago

we are officially supporting the latest version, so running targets is not supported anymore. I have updated the readme with this information. thanks for posting it.

/close

k8s-ci-robot commented 2 years ago

@knabben: Closing this issue.

In response to [this](https://github.com/kubernetes-sigs/sig-windows-dev-tools/issues/167#issuecomment-1016451832): >we are officially supporting the latest version, so running targets is not supported anymore. I have updated the readme with this information. thanks for posting it. > >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.