Skip to content

Commit adb9263

Browse files
bene2k1nerda-codes
andauthored
Apply suggestions from code review
Co-authored-by: nerda-codes <[email protected]>
1 parent 9c70501 commit adb9263

File tree

1 file changed

+5
-5
lines changed
  • tutorials/migrating-from-another-managed-kubernetes-service-to-scaleway-kapsule

1 file changed

+5
-5
lines changed

tutorials/migrating-from-another-managed-kubernetes-service-to-scaleway-kapsule/index.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ Your existing manifests may contain cloud-provider-specific settings that need a
294294
#### ConfigMaps and secrets
295295

296296
- Ensure sensitive data is securely managed.
297-
- Recreate Secrets in the new cluster.
297+
- Recreate secrets in the new cluster.
298298

299299
#### Persistent Volume Claims (PVCs)
300300

@@ -460,7 +460,7 @@ Conduct functional, performance, and end-to-end testing to verify the applicatio
460460
- **Resource Quotas**: Check for any limitations in Scaleway that may affect deployments.
461461
- **Persistent Volume Issues**: Ensure storage classes and PVCs are correctly configured.
462462
- **Networking Problems**: Verify VPC configurations, network policies, and firewall rules.
463-
- **Image Pull Errors**: Confirm that images are correctly tagged and accessible in [Scaleway Container Registry]().
463+
- **Image Pull Errors**: Confirm that images are correctly tagged and accessible in [Scaleway Container Registry](/containers/container-registry/quickstart/).
464464

465465
## Additional considerations
466466

@@ -484,9 +484,9 @@ Conduct functional, performance, and end-to-end testing to verify the applicatio
484484
## Additional resources
485485

486486
- **Scaleway Documentation**:
487-
- [Kubernetes Kapsule](https://www.scaleway.com/en/docs/compute/kubernetes/)
488-
- [Scaleway Container Registry](https://www.scaleway.com/en/docs/containers/container-registry/)
489-
- [Block Storage](https://www.scaleway.com/en/docs/compute/block-storage/)
487+
- [Kubernetes Kapsule](/compute/kubernetes/)
488+
- [Scaleway Container Registry](/containers/container-registry/)
489+
- [Block Storage](/compute/block-storage/)
490490
- **Kubernetes Documentation**:
491491
- [Kubernetes Official Documentation](https://kubernetes.io/docs/home/)
492492
- [Storage Classes](https://kubernetes.io/docs/concepts/storage/storage-classes/)

0 commit comments

Comments
 (0)