Skip to content

Commit 27fe560

Browse files
fix(instances): remove references to bootscripts (#5943)
1 parent 5073f69 commit 27fe560

File tree

14 files changed

+9
-1123
lines changed

14 files changed

+9
-1123
lines changed

pages/instances/api-cli/using-routed-ips.mdx

Lines changed: 0 additions & 1000 deletions
This file was deleted.

pages/instances/how-to/use-boot-modes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to use boot modes on Instances
33
description: This page explains how to use boot modes for Scaleway Instances.
4-
tags: boot-mode boot mode boot instance bootscript
4+
tags: boot-mode boot mode boot instance
55
dates:
66
validation: 2025-09-11
77
posted: 2021-05-26

pages/instances/menu.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,6 @@ export const instancesMenu = {
136136
"label": "Managing Instance snapshots with the CLI (v2)",
137137
"slug": "managing-instance-snapshot-via-cli"
138138
},
139-
{
140-
"label": "Using routed IPs",
141-
"slug": "using-routed-ips"
142-
},
143139
{
144140
"label": "Using cloud-init",
145141
"slug": "using-cloud-init"

pages/instances/troubleshooting/bootscript-eol.mdx

Lines changed: 0 additions & 102 deletions
This file was deleted.

pages/instances/troubleshooting/change-rescue-mode.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Changing the rescue mode of your Instance
33
description: This page helps you switch your Scaleway Instance to the new rescue mode
4-
tags: rescue rescuemode bootscript boot-script instance boot script
4+
tags: rescue rescuemode instance
55
dates:
66
validation: 2025-09-11
77
posted: 2023-05-04

pages/instances/troubleshooting/index.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ productIcon: InstanceProductIcon
5858
## Instances troubleshooting pages
5959

6060
<LinksList>
61-
- [Dealing with the end of life of the bootscript feature](/instances/troubleshooting/bootscript-eol)
6261
- [Troubleshooting SSH connection issues to Instances](/instances/troubleshooting/cant-connect-ssh)
6362
- [I cannot connect to my Instance using SSH after attaching it to a Private Network](/instances/troubleshooting/cant-connect-to-instance-with-pn-gateway)
6463
- [Changing the rescue mode of your Instance](/instances/troubleshooting/change-rescue-mode)

pages/ipam/reference-content/ipv6.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,9 @@ The following products support IPv6:
2929

3030
### Instances and IPv6
3131

32-
Scaleway Instances are compatible with IPv6, with the caveat that the Instance must be using [routed IPs](/instances/concepts/#routed-flexible-ip).
33-
3432
#### Public IPv6
3533

36-
You can attach one or multiple public (flexible) IPv6 addresses to your Instance, as well as, or instead of, a public IPv4 address. These public addresses are flexible, meaning that you can detach them from an Instance, hold them in your account, and attach them to a different Instance later, if you want. Each flexible IPv6 address is a `/64` IPv6 subnet.
34+
You can attach up to five (5) public IPv6 addresses to your Instance, as well as, or instead of, a public IPv4 address. These public addresses are flexible, meaning that you can detach them from an Instance, hold them in your account, and attach them to a different Instance later, if you want. Each flexible IPv6 address is a `/64` IPv6 subnet.
3735

3836
#### Private IPv6
3937

@@ -45,7 +43,6 @@ Go further with Instances and IPv6 in the following documentation:
4543

4644
- [How to use flexible IPs](/instances/how-to/use-flexips/)
4745
- [Compatibility between OS images and different flexible IP type combinations](/instances/reference-content/comaptibility-scw-os-images-flexible-ip/)
48-
- [Using routed IPs](/instances/api-cli/using-routed-ips/)
4946
- Fix lost IPv6 connectivity when migrating to routed IP for old [Debian Buster images](/instances/troubleshooting/fix-lost-ip-connectivity-on-debian-buster/) or [RHEL images](/instances/troubleshooting/fix-unreachable-ipv6-rhel-based-instance/)
5047
- [Fix DNS resolution with a routed IPv6-only setup on Debian Bullseye](/instances/troubleshooting/fix-dns-routed-ipv6-only-debian-bullseye/)
5148
- [Setting a reverse IPv6 DNS record via the IPAM API](/ipam/api-cli/set-ip-reverse/)

tutorials/create-wordpress-instances-cli/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ecosystem:
1717
import Requirements from '@macros/iam/requirements.mdx'
1818

1919

20-
This page shows you how to create WordPress Instances with the Scaleway CLI. Refer to our [tutorial on creating WordPress Instances from the Scaleway console](/tutorials/wordpress-instantapp/) to create an Instance from the [Scaleway console](https://console.scaleway.com/). By default, the WordPress image used in this tutorial [supports routed IPs](/instances/api-cli/using-routed-ips/).
20+
This page shows you how to create WordPress Instances with the Scaleway CLI. Refer to our [tutorial on creating WordPress Instances from the Scaleway console](/tutorials/wordpress-instantapp/) to create an Instance from the [Scaleway console](https://console.scaleway.com/).
2121

2222
WordPress is a popular, free, and open-source blogging tool and a content management system (CMS) based on PHP and MariaDB.
2323

tutorials/deploy-instances-packer-terraform/index.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ There are also some optional parameters that you can use:
102102

103103
- `snapshot_name` (string) - The name of the resulting snapshot that will appear in your account. Default packer-TIMESTAMP.
104104

105-
- `bootscript` (string) - The id of an existing bootscript to use when booting the server.
106-
107105
- `remove_volume` (bool) - Force Packer to delete the volume associated with the resulting snapshot after the build. Default to false.
108106

109107
See the rest of the parameters on the [Packer documentation](https://www.packer.io/docs/builders/scaleway).

tutorials/docker-instantapp/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import image from './assets/scaleway-docker_app_running.webp'
1919
import Requirements from '@macros/iam/requirements.mdx'
2020

2121

22-
Docker is an open-source containerization platform. Docker allows developers to package their applications into containers, using OS-level virtualization. This page shows you how to create an Instance with Docker preinstalled using the Docker [InstantApp](/instances/concepts/#instantapp) based on Ubuntu 22.04, and then how to start using Docker for your containerization projects. By default, this image supports [routed IPs](/instances/api-cli/using-routed-ips/).
22+
Docker is an open-source containerization platform. Docker allows developers to package their applications into containers, using OS-level virtualization. This page shows you how to create an Instance with Docker preinstalled using the Docker [InstantApp](/instances/concepts/#instantapp) based on Ubuntu 22.04, and then how to start using Docker for your containerization projects.
2323

2424
<Requirements />
2525

0 commit comments

Comments
 (0)