Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nimbolus/terraform-provider-k8sbootstrap
https://github.com/nimbolus/terraform-provider-k8sbootstrap
hacktoberfest terraform terraform-provider
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nimbolus/terraform-provider-k8sbootstrap
- Owner: nimbolus
- Created: 2021-07-02T13:46:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-04T23:52:21.000Z (about 1 year ago)
- Last Synced: 2024-11-15T03:26:03.827Z (about 2 months ago)
- Topics: hacktoberfest, terraform, terraform-provider
- Language: Go
- Homepage: https://registry.terraform.io/providers/nimbolus/k8sbootstrap/latest
- Size: 62.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Terraform Provider k8sbootstrap
After setting up a fresh Kubernetes cluster you need to get the CA certificate to connect to it.
This provider can be used for fetching the CA cert and preparing a kubeconfig.Run the following command to build the provider
```shell
go build -o terraform-provider-k8sbootstrap
```