Skip to content

Commit

Permalink
chore: Prepare v1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tibordp committed May 27, 2022
1 parent cadb51e commit 26aa027
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Create a simple Kubernetes cluster:
```hcl
module "k8s" {
source = "tibordp/dualstack-k8s/hcloud"
version = "1.0.0"
version = "1.0.1"
name = "k8s"
hcloud_ssh_key = hcloud_ssh_key.key.id
Expand Down Expand Up @@ -60,10 +60,10 @@ and check the access by viewing the created cluster nodes:

```cmd
$ kubectl get nodes --kubeconfig=kubeconfig.conf
NAME STATUS ROLES AGE VERSION
k8s-master-0 Ready control-plane,master 31m v1.24.0
k8s-worker-0 Ready <none> 31m v1.24.0
k8s-worker-1 Ready <none> 31m v1.24.0
NAME STATUS ROLES AGE VERSION
k8s-master-0 Ready control-plane 31m v1.24.0
k8s-worker-0 Ready <none> 31m v1.24.0
k8s-worker-1 Ready <none> 31m v1.24.0
```

## Supported base images
Expand Down Expand Up @@ -134,7 +134,7 @@ First master node is special in that it is used by the provisioning process (e.g
```hcl
module "k8s" {
source = "tibordp/dualstack-k8s/hcloud"
version = "1.0.0"
version = "1.0.1"
...
Expand Down

0 comments on commit 26aa027

Please sign in to comment.