File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Create a simple Kubernetes cluster:
31
31
``` hcl
32
32
module "k8s" {
33
33
source = "tibordp/dualstack-k8s/hcloud"
34
- version = "1.0.0 "
34
+ version = "1.0.1 "
35
35
36
36
name = "k8s"
37
37
hcloud_ssh_key = hcloud_ssh_key.key.id
@@ -60,10 +60,10 @@ and check the access by viewing the created cluster nodes:
60
60
61
61
``` cmd
62
62
$ 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
67
67
```
68
68
69
69
## Supported base images
@@ -134,7 +134,7 @@ First master node is special in that it is used by the provisioning process (e.g
134
134
``` hcl
135
135
module "k8s" {
136
136
source = "tibordp/dualstack-k8s/hcloud"
137
- version = "1.0.0 "
137
+ version = "1.0.1 "
138
138
139
139
...
140
140
You can’t perform that action at this time.
0 commit comments