Skip to content

Commit

Permalink
πŸƒβ€β™‚οΈ fix kind kubeconfig export and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeldeib committed Feb 5, 2020
1 parent 00875c7 commit 6f5dad5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ function setup_envs {
export TEST_ASSET_KUBE_APISERVER=$tmp_root/kubebuilder/bin/kube-apiserver
export TEST_ASSET_ETCD=$tmp_root/kubebuilder/bin/etcd
export TEST_DEP=$tmp_root/kubebuilder/init_project
export KUBECONFIG="$(kind get kubeconfig-path --name="kind")"
}

# download_vendor_archive downloads vendor tarball for v1 projects. It skips the
Expand Down
2 changes: 1 addition & 1 deletion docs/book/src/reference/kind.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ kind load docker-image your-image-name:your-tag

- Point `kubectl` to the kind cluster
```bash
export KUBECONFIG="$(kind get kubeconfig-path --name="kind")"
kind export kubeconfig
```

- Delete a kind cluster
Expand Down

0 comments on commit 6f5dad5

Please sign in to comment.