From 62e091756fab899fcddaa99625efa168afd27906 Mon Sep 17 00:00:00 2001 From: "Sebastiaan (Bas) Peters" Date: Thu, 27 Jun 2019 17:23:59 +0200 Subject: [PATCH] docs: fix wrong registry cleanup command --- docs/using-garden/in-cluster-building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using-garden/in-cluster-building.md b/docs/using-garden/in-cluster-building.md index 0ecb93ea67..ff28ee40d4 100644 --- a/docs/using-garden/in-cluster-building.md +++ b/docs/using-garden/in-cluster-building.md @@ -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= plugins kubernetes cluster-registry-cleanup +garden --env= plugins kubernetes cleanup-cluster-registry ``` The command does the following: