Skip to content

Commit 9c70501

Browse files
bene2k1RoRoJ
andauthored
Apply suggestions from code review
Co-authored-by: Rowena Jones <[email protected]>
1 parent 4b9ada2 commit 9c70501

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ docker login rg.<region>.scw.cloud
126126
Use your **Scaleway credentials** or generate a dedicated token.
127127
</Message>
128128

129-
### 3.3 Pull Images from existing registry and push to Scaleway
129+
### 3.3 Pull images from existing registry and push to Scaleway
130130

131131
For each image, you need to migrate:
132132

@@ -145,7 +145,7 @@ docker push rg.<region>.scw.cloud/<namespace>/<image-name>:<tag>
145145
```
146146

147147
<Message type="tip">
148-
**Automate the Process**: Consider scripting this process if you have many images.
148+
**Automate the process**: Consider scripting this process if you have many images.
149149
</Message>
150150

151151
## Step 4: Create a Kapsule Kubernetes cluster
@@ -279,7 +279,7 @@ Your existing manifests may contain cloud-provider-specific settings that need a
279279

280280
#### Load Balancers
281281

282-
- Modify Service definitions of type `LoadBalancer` to use [Scaleway's Load Balancers](/network/load-balancer/quickstart/).
282+
- Modify Service definitions of type `LoadBalancer` to use [Scaleway's Load Balancers](/network/load-balancer/quickstart/). Refer to our [annotations documentation](/containers/kubernetes/reference-content/using-load-balancer-annotations/).
283283
- Ensure annotations specific to other cloud providers are removed or replaced.
284284

285285
#### Ingress controllers

0 commit comments

Comments
 (0)