Skip to content

Commit 3cfe7ea

Browse files
committed
fix(tuto): update tuto
1 parent 193625c commit 3cfe7ea

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tutorials/k8s-kapsule-multi-az/index.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ categories:
1111
- kubernetes
1212
- domains-and-dns
1313
dates:
14-
validation: 2024-10-21
14+
validation: 2025-05-05
1515
posted: 2023-04-15
1616
---
1717

@@ -97,7 +97,7 @@ Start by creating a multi-AZ cluster on `fr-par` region, in a dedicated VPC and
9797
tags = ["multi-az"]
9898
9999
type = "kapsule"
100-
version = "1.30.2"
100+
version = "1.30"
101101
cni = "cilium"
102102
103103
delete_additional_resources = true
@@ -149,7 +149,9 @@ Start by creating a multi-AZ cluster on `fr-par` region, in a dedicated VPC and
149149
terraform apply
150150
```
151151

152-
6. Use the CLI to retrieve the `kubeconfig` file, which contains the address of the cluster and the credentials, then use it to access the cluster:
152+
It may take up to 15 minutes for all the resources to be created and enter a **Ready** state.
153+
154+
6. Use the Scaleway CLI to retrieve the `kubeconfig` file, which contains the address of the cluster and the credentials, then use it to access the cluster:
153155
```
154156
terraform output kapsule
155157
"fr-par/[CLUSTER-ID]"

0 commit comments

Comments
 (0)