Getting started example should work out of the box
skaffold dev
FATA[0000] creating runner: parsing skaffold config: unknown api version: 'skaffold/v1beta3'
apiVersion: skaffold/v1beta3
kind: Config
build:
artifacts:
- image: gcr.io/k8s-skaffold/skaffold-example
deploy:
kubectl:
manifests:
- k8s-*
I'm sorry, this is because we had a problem when releasing v0.21 that supports skaffold/v1beta3. Should be fixed next week
@dgageot - I did notice I was running 0.20 so checked out the corresponding commit
It failed with a permission problem for gcr.io. I'll make a PR for the getting started doc.
Thank you
Should be good now, the version that's released supports v1beta3
Should be good now, the version that's released supports v1beta3
Still the same error, i tried in the same env.
same conditions, same error
Which version of Skaffold are you using?
ok using "apiVersion: skaffold/v1beta2" seems to have gotten me moving
v0.20.0
OSX - Installed via Brew
Same issue here installed via Homebrew. The workaround is using v1beta2. Thanks @iancrowther
Most helpful comment
ok using "apiVersion: skaffold/v1beta2" seems to have gotten me moving
v0.20.0
OSX - Installed via Brew