Installing Skaffold (original) (raw)

If you have the Google Cloud SDK installed on your machine, you can quickly install Skaffold as a bundled component.

Make sure your gcloud installation and the components are up to date:

gcloud components update

Then, install Skaffold:

gcloud components install skaffold

Stable binary

For the latest stable release, you can use:

docker run gcr.io/k8s-skaffold/skaffold:latest skaffold <command>

Bleeding edge binary

For the latest bleeding edge build:

docker run gcr.io/k8s-skaffold/skaffold:edge skaffold <command>