-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skaffold Quickstart not working in Google Cloud Shell #4780
Comments
Thanks @keddyliu for pointing out a rather glaring omission on that page! You need to use For example, some of our tests use When using a local cluster like Minikube, |
@briandealwis Thanks. Now, after I run
What's going on? |
@briandealwis Actually, I reran |
@briandealwis Now when I run |
* Fix #4780: update quickstart to add reference to `--default-repo` * Update docs/content/en/docs/quickstart/_index.md Co-authored-by: Nick Kubala <[email protected]> Co-authored-by: Nick Kubala <[email protected]>
@keddyliu It's hard to diagnose without either a screenshot or full output of what you're seeing. The skaffold/examples/getting-started/main.go Lines 8 to 14 in 9fb4e81
Could you try re-running Skaffold with |
skaffold_output.txt |
That's really odd @keddyliu because normally you'd see Skaffold run
|
@keddyliu I just tried this from the Cloud Shell Terminal and it worked fine. I noticed that Cloud Shell already has Skaffold, Minikube, and Kubectl installed: did you use those versions, or did you download and install your own versions? I did notice the following warning from
I cloned the Skaffold repository with |
@briandealwis I downloaded and am using the latest versions of those three software executables. |
@briandealwis I deleted those latest versions of those three software executables from my |
Glad to hear it! |
Expected behavior
The
skaffold dev
command should work as documented on https://skaffold.dev/docs/quickstart/ .Actual behavior
Running
skaffold dev
ends with the error message:Running
skaffold dev --default-repo=""
ends with the error message:Information
Steps to reproduce the behavior
cd skaffold/examples/getting-started
.skaffold dev
and notice the error message:skaffold dev --default-repo=""
and notice the error message:The text was updated successfully, but these errors were encountered: