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

Commit

Permalink
Fixup readme and dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Chuck Ha <chuckh@vmware.com>
  • Loading branch information
chuckha committed Jul 2, 2019
1 parent b8f6527 commit 11c4cf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ RUN curl -L https://dl.k8s.io/v1.14.3/kubernetes-client-linux-amd64.tar.gz | ta
ADD cmd cmd
ADD actuators actuators
ADD kind kind
ADD execer execer
ADD third_party third_party

RUN go install -v ./cmd/capd-manager
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ A sample is built and hosted at `gcr.io/kubernetes1-226021/capd-manager:latest`
### External Dependencies

- `go, 1.12+`
- `kind, >= 0.3.0`
- `kubectl`
- `docker`

Expand Down Expand Up @@ -42,7 +41,7 @@ Alternatively, run: `docker build -t <MY_REPOSITORY>/capd-manager:latest .`

Tested on: Linux, works ok on OS X sometimes

Make sure you have `kind` > 0.3.0 and `kubectl`.
Make sure you have `kubectl`.

1. Install capdctl:

Expand All @@ -54,7 +53,7 @@ Make sure you have `kind` > 0.3.0 and `kubectl`.

1. Set up your `kubectl`

`export KUBECONFIG="$(kind get kubeconfig-path --name="kind")"`
`export KUBECONFIG="${HOME}/.kube/kind-config-management"`

1. Install the cluster-api CRDs

Expand Down

0 comments on commit 11c4cf9

Please sign in to comment.