Skip to content

Commit

Permalink
Readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rvasilev committed Apr 15, 2020
1 parent de27469 commit 3725d15
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,20 @@

Install a Kubernetes Cluster on Hetzner Cloud. The Playbook install a Master and Workers with Private Networking inclusive Cloud Controller Manager for Hetzner Cloud, Load Balancer and Failover IPs.

Tested Versions Kubernetes v1.15.5 and v1.16.2
Tested Versions Kubernetes v1.15.5 and v1.16.x and v1.17.4

---
# Forked to align with more current dependencies

## Local Requirements
- Ansible v2.8.5 (https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html)
- Terraform v0.12.10 (https://github.com/tfutils/tfenv#installation)
- Helm v2.14.3 (https://github.com/helm/helm#install)
- Kubectl v1.16.2 (https://kubernetes.io/docs/tasks/tools/install-kubectl/)
- Ansible v2.9.6 (https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html)
- Terraform v0.12.24 (https://github.com/tfutils/tfenv#installation)
- Helm v3.1.2 (https://github.com/helm/helm#install)
- Kubectl v1.17.3 (https://kubernetes.io/docs/tasks/tools/install-kubectl/)

## Prerequirments edit the following files
- create a HCloud Project in Hetzner Cloud Console
- copy/rename "env/values.yaml.example" to "env/values.yaml"
- create a API Token and set in "env/values.yaml"
- edit the values in "env/values.yaml"

Expand Down

0 comments on commit 3725d15

Please sign in to comment.