Skip to content

Commit 6987a7f

Browse files
authored
Merge pull request #1354 from alexeldeib/ace/e2e
πŸƒβ€β™‚οΈ fix kind kubeconfig export and docs
2 parents 4cce2f1 + 6f5dad5 commit 6987a7f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

β€Žcommon.shβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ function setup_envs {
216216
export TEST_ASSET_KUBE_APISERVER=$tmp_root/kubebuilder/bin/kube-apiserver
217217
export TEST_ASSET_ETCD=$tmp_root/kubebuilder/bin/etcd
218218
export TEST_DEP=$tmp_root/kubebuilder/init_project
219-
export KUBECONFIG="$(kind get kubeconfig-path --name="kind")"
220219
}
221220

222221
# download_vendor_archive downloads vendor tarball for v1 projects. It skips the

β€Ždocs/book/src/reference/kind.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ kind load docker-image your-image-name:your-tag
4444

4545
- Point `kubectl` to the kind cluster
4646
```bash
47-
export KUBECONFIG="$(kind get kubeconfig-path --name="kind")"
47+
kind export kubeconfig
4848
```
4949

5050
- Delete a kind cluster

0 commit comments

Comments
Β (0)