Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions tutorials/k8s-kapsule-multi-az/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categories:
- kubernetes
- domains-and-dns
dates:
validation: 2024-10-21
validation: 2025-05-05
posted: 2023-04-15
---

Expand Down Expand Up @@ -97,7 +97,7 @@ Start by creating a multi-AZ cluster on `fr-par` region, in a dedicated VPC and
tags = ["multi-az"]

type = "kapsule"
version = "1.30.2"
version = "1.30"
cni = "cilium"

delete_additional_resources = true
Expand Down Expand Up @@ -149,7 +149,9 @@ Start by creating a multi-AZ cluster on `fr-par` region, in a dedicated VPC and
terraform apply
```

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:
It may take up to 15 minutes for all the resources to be created and enter a **Ready** state.

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:
```
terraform output kapsule
"fr-par/[CLUSTER-ID]"
Expand Down