Skip to content

Commit

Permalink
docs: fix wrong registry cleanup command
Browse files Browse the repository at this point in the history
Sebastiaan (Bas) Peters committed Jun 27, 2019
1 parent acb5f1c commit 62e0917
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
@@ -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:

0 comments on commit 62e0917

Please sign in to comment.