Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

Commit

Permalink
Typo in capdctl --help
Browse files Browse the repository at this point in the history
  • Loading branch information
liztio authored Jul 3, 2019
1 parent 8999df7 commit e4bb60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/capdctl/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ subcommands are:
example: capdctl crds | kubectl apply -f -
capd - Write capd kubernetes components that run necessary managers to stdout
example: capdctl capd -capd-image gcr.io/kubernetes1-226021/capd-manager:latest -capi-image gcr.io/k8s-cluster-api/cluster-api-controller:0.1.2 | kubeclt apply -f -
example: capdctl capd -capd-image gcr.io/kubernetes1-226021/capd-manager:latest -capi-image gcr.io/k8s-cluster-api/cluster-api-controller:0.1.2 | kubectl apply -f -
control-plane - Write a capd control plane machine to stdout
example: capdctl control-plane -name my-control-plane -namespace my-namespace -cluster-name my-cluster -version v1.14.1 | kubectl apply -f -
Expand Down

0 comments on commit e4bb60b

Please sign in to comment.