Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No need to install extra hcloud provider anymore #10

Merged
merged 1 commit into from Sep 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 2 additions & 4 deletions README.md
Expand Up @@ -6,15 +6,13 @@ This repository will help to setup an opionated Kubernetes Cluster with [kubeadm

```
$ git clone https://github.com/solidnerd/terraform-k8s-hcloud.git
$ ./install-plugin.sh
$ terraform init
$ terraform apply
```

## Example

```
$ ./install-plugin.sh
$ terraform init
$ terraform apply
$ KUBECONFIG=secrets/admin.conf kubectl get nodes
Expand Down Expand Up @@ -80,5 +78,5 @@ Please use the [issue tracker](https://github.com/solidnerd/terraform-k8s-hcloud


**Tested with**
- Terraform [v0.11.5](https://github.com/hashicorp/terraform/tree/v0.11.5)
- provider.hcloud [v1.1.0](https://github.com/hetznercloud/terraform-provider-hcloud/tree/v1.1.0)
- Terraform [v0.11.10](https://github.com/hashicorp/terraform/tree/v0.11.10)
- provider.hcloud [v1.6.0](https://github.com/terraform-providers/terraform-provider-hcloud/tree/v1.6.0)
14 changes: 0 additions & 14 deletions install-plugin.sh

This file was deleted.