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:
3131``` hcl
3232module "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
135135module "k8s" {
136136 source = "tibordp/dualstack-k8s/hcloud"
137- version = "1.0.0 "
137+ version = "1.0.1 "
138138
139139 ...
140140
You can’t perform that action at this time.
0 commit comments