Skip to content
This repository was archived by the owner on Oct 5, 2023. It is now read-only.

Commit e109035

Browse files
committed
v2 changes
1 parent d59d1cd commit e109035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ module "condor" {
5959
$ terraform init && terraform apply
6060
```
6161

62-
4) The Admin Kubeconfig is written locally to your working directory by default. This may not be desireable in some scenarios, e.g. running Terraform in automation(CI/CD pipelines). If you wish to change this set the `write_kubeconfig` variable to false. If you wish to retreive the kubeconfig manually, you can run the following after your cluster has been deployed:
62+
4) The Admin Kubeconfig is written locally to your working directory by default as `admin-<terraform-workspace>.conf`. This may not be desireable in some scenarios, e.g. running Terraform in automation(CI/CD pipelines). If you wish to change this set the `write_kubeconfig` variable to false. If you wish to retreive the kubeconfig manually, you can run the following after your cluster has been deployed:
6363
``` sh
6464
$ k0sctl kubeconfig > /path/to/admin.conf
6565
```

0 commit comments

Comments
 (0)