File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -216,7 +216,6 @@ function setup_envs {
216
216
export TEST_ASSET_KUBE_APISERVER=$tmp_root /kubebuilder/bin/kube-apiserver
217
217
export TEST_ASSET_ETCD=$tmp_root /kubebuilder/bin/etcd
218
218
export TEST_DEP=$tmp_root /kubebuilder/init_project
219
- export KUBECONFIG=" $( kind get kubeconfig-path --name=" kind" ) "
220
219
}
221
220
222
221
# download_vendor_archive downloads vendor tarball for v1 projects. It skips the
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ kind load docker-image your-image-name:your-tag
44
44
45
45
- Point ` kubectl ` to the kind cluster
46
46
``` bash
47
- export KUBECONFIG= " $( kind get kubeconfig-path --name= " kind " ) "
47
+ kind export kubeconfig
48
48
```
49
49
50
50
- Delete a kind cluster
You canβt perform that action at this time.
0 commit comments