Skip to content

Commit 26aa027

Browse files
committed
chore: Prepare v1.0.1 release
1 parent cadb51e commit 26aa027

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Create a simple Kubernetes cluster:
3131
```hcl
3232
module "k8s" {
3333
source = "tibordp/dualstack-k8s/hcloud"
34-
version = "1.0.0"
34+
version = "1.0.1"
3535
3636
name = "k8s"
3737
hcloud_ssh_key = hcloud_ssh_key.key.id
@@ -60,10 +60,10 @@ and check the access by viewing the created cluster nodes:
6060

6161
```cmd
6262
$ kubectl get nodes --kubeconfig=kubeconfig.conf
63-
NAME STATUS ROLES AGE VERSION
64-
k8s-master-0 Ready control-plane,master 31m v1.24.0
65-
k8s-worker-0 Ready <none> 31m v1.24.0
66-
k8s-worker-1 Ready <none> 31m v1.24.0
63+
NAME STATUS ROLES AGE VERSION
64+
k8s-master-0 Ready control-plane 31m v1.24.0
65+
k8s-worker-0 Ready <none> 31m v1.24.0
66+
k8s-worker-1 Ready <none> 31m v1.24.0
6767
```
6868

6969
## Supported base images
@@ -134,7 +134,7 @@ First master node is special in that it is used by the provisioning process (e.g
134134
```hcl
135135
module "k8s" {
136136
source = "tibordp/dualstack-k8s/hcloud"
137-
version = "1.0.0"
137+
version = "1.0.1"
138138
139139
...
140140

0 commit comments

Comments
 (0)