You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/k8s-kapsule-multi-az/index.mdx
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ categories:
11
11
- kubernetes
12
12
- domains-and-dns
13
13
dates:
14
-
validation: 2024-10-21
14
+
validation: 2025-05-05
15
15
posted: 2023-04-15
16
16
---
17
17
@@ -97,7 +97,7 @@ Start by creating a multi-AZ cluster on `fr-par` region, in a dedicated VPC and
97
97
tags = ["multi-az"]
98
98
99
99
type = "kapsule"
100
-
version = "1.30.2"
100
+
version = "1.30"
101
101
cni = "cilium"
102
102
103
103
delete_additional_resources = true
@@ -149,7 +149,9 @@ Start by creating a multi-AZ cluster on `fr-par` region, in a dedicated VPC and
149
149
terraform apply
150
150
```
151
151
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:
0 commit comments