Skip to content

Commit e94bb65

Browse files
authored
feat(block-storage): add macro for information for k8s users (#4199)
1 parent 80d930d commit e94bb65

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

compute/instances/how-to/migrate-volumes-snapshots-to-sbs.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ During migration, unified snapshots will be converted into [Block Storage Low La
2323

2424
This guide offers step-by-step instructions to migrate your volumes and snapshots using either the [Scaleway Command Line Interface (CLI)](/developer-tools/scaleway-cli/quickstart/) tool (recommended) or the [Instances API](https://www.scaleway.com/en/developers/api/instance/#path-volumes-migrate-a-volume-andor-snapshots-to-sbs-scaleway-block-storage).
2525

26+
<Macro id="block-storage-no-migration-for-k8s" />
27+
2628
<Message type="note">
2729
- The easiest way to migrate your Block Storage volumes and snapshots is by using the [Scaleway Command Line Interface (CLI)](/developer-tools/scaleway-cli/quickstart/) tool
2830
- If you encounter an error about quota limitations during the migration process, [contact our support team](https://console.scaleway.com/support/tickets/create) for assistance.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
macro: block-storage-no-migration-for-k8s
3+
---
4+
5+
<Message type="important">
6+
<br></br>
7+
**Kubernetes customers must not migrate their block volumes to the Block Storage API to prevent major disruptions to their Kubernetes service and block volume unavailability.** You can identify your volumes by [listing them](/storage/block/api-cli/identifying-volume-snapshot-api/#listing-volumes-created-with-the-block-storage-api) and referring to the `name` field, next to which you should see an output similar to `k8s_base_node_2024-07-26`.
8+
</Message>

storage/block/reference-content/advantages-migrating-to-sbs.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ categories:
1515

1616
This page explains why **Instance users** should migrate from the Instance API to the Block Storage API to create and manage block volumes and snapshots.
1717

18-
<Message type="important">
19-
The information displayed on this page **does not apply to Kapsule users with persistent block volumes**. You can identify them by [listing your volumes](/storage/block/api-cli/identifying-volume-snapshot-api/#listing-volumes-created-with-the-block-storage-api) and referring to the `name` field, next to which you should see an output similar to `k8s_base_node_2024-07-26`.
20-
</Message>
18+
<Macro id="block-storage-no-migration-for-k8s" />
2119

2220
## Transitioning from the Instance API to the Block Storage API for volume and snapshot management
2321

0 commit comments

Comments
 (0)