Skip to content
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

docs: fix wrong registry cleanup command #898

Merged
merged 1 commit into from
Jun 27, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
docs: fix wrong registry cleanup command
Sebastiaan (Bas) Peters committed Jun 27, 2019

Verified

This commit was signed with the committer’s verified signature.
fwyzard Andrea Bocci
commit 62e091756fab899fcddaa99625efa168afd27906
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: