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
From StackOverflow where a user was attempting to build a project from skaffold init on Windows
Expected behavior
skaffold init generated a skaffold.yaml with paths containing backslashes. Such paths should cause no problems as YAML does not interpret backslashes in an unquoted scalar, and Skaffold should accept backslash paths on Windows.
@penguinflip: [...] Interestingly, the init script added the slashes the wrong way - src\Microservices\TestMicro (I guess because I'm on Windoze). Copying your code exactly worked, but it doesn't with the slashes reversed. This may be a bug with skaffold init...
Information
skaffold.yaml was generated by skaffold init.
Skaffold version: 1.15.0 (since generated skaffold.yaml has v2beta8)
From StackOverflow where a user was attempting to build a project from
skaffold init
on WindowsExpected behavior
skaffold init
generated askaffold.yaml
with paths containing backslashes. Such paths should cause no problems as YAML does not interpret backslashes in an unquoted scalar, and Skaffold should accept backslash paths on Windows.Actual behavior
Information
skaffold.yaml
was generated byskaffold init
.skaffold.yaml
hasv2beta8
)The text was updated successfully, but these errors were encountered: