Skip to content

Commit

Permalink
Merge pull request #898 from garden-io/fix-remote-building-docs
Browse files Browse the repository at this point in the history
docs: fix wrong registry cleanup command
  • Loading branch information
edvald authored Jun 27, 2019
2 parents acb5f1c + 62e0917 commit ba5b975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/using-garden/in-cluster-building.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ image: my-repo/my-image:v1.2.3 # <- omit the tag here if you'd like to use the
In order to avoid disk-space issues in the cluster, the `kubernetes` provider exposes a utility command:

```sh
garden --env=<your-environment> plugins kubernetes cluster-registry-cleanup
garden --env=<your-environment> plugins kubernetes cleanup-cluster-registry
```

The command does the following:
Expand Down

0 comments on commit ba5b975

Please sign in to comment.