-
Notifications
You must be signed in to change notification settings - Fork 260
feat(ins): add troubleshooting index #4580
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Changes from 2 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
4e54a91
feat(ins): add troubleshooting index
bene2k1 7c17c33
Update menu/navigation.json
bene2k1 875643f
Apply suggestions from code review
bene2k1 ab5b91e
Update pages/instances/troubleshooting/index.mdx
bene2k1 d30b787
Update pages/instances/troubleshooting/index.mdx
bene2k1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,79 @@ | ||
| --- | ||
| meta: | ||
| title: Instances - Troubleshooting | ||
| description: Instances Troubleshooting | ||
| description: Find troubleshooting resources for resolving issues with Scaleway Instances. | ||
| content: | ||
| h1: Instances - Troubleshooting | ||
| paragraph: Instances Troubleshooting | ||
| paragraph: Find troubleshooting resources for resolving issues with Scaleway Instancdes. | ||
| dates: | ||
| posted: 2025-03-10 | ||
| categories: | ||
| - instances | ||
| --- | ||
|
|
||
| <ProductHeader | ||
| productName="Instances troubleshooting" | ||
| productLogo="instance" | ||
| description="Troubleshoot the most common issues with Scaleway Instances by following our guides." | ||
bene2k1 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| /> | ||
|
|
||
| ## Featured Pages | ||
|
|
||
| <Grid> | ||
| <DefaultCard | ||
| title="Instances FAQ" | ||
| description="General info on Instances" | ||
bene2k1 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| url="/faq/instances/" | ||
| label="See more" | ||
| /> | ||
| <DefaultCard | ||
| title="Choosing the best Scaleway Instance type for your workload" | ||
| description="Different Instance types have different prices and are designed for different use cases." | ||
bene2k1 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| url="/instances/reference-content/choosing-instance-type/" | ||
| label="See more" | ||
| /> | ||
| <DefaultCard | ||
| title="Instances datasheet" | ||
| description="Compare the technical specifications with the Instances datasheet." | ||
bene2k1 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| url="/instances/reference-content/instances-datasheet/" | ||
| label="See more" | ||
| /> | ||
| </Grid> | ||
| <Grid> | ||
| <DefaultCard | ||
| title="Understanding the differences between ARM and x86 Instances" | ||
| description="Understand the architectural differences between x96 and ARM CPUs." | ||
| url="/instances/reference-content/understanding-differences-x86-arm/" | ||
| label="See more" | ||
| /> | ||
| <DefaultCard | ||
| title="Understanding Scaleway Instance pricing" | ||
| description="Learn about pricing and understand how you will be billed when using Instances." | ||
| url="/instances/reference-content/understanding-instance-pricing/" | ||
| label="See more" | ||
| /> | ||
| <DefaultCard | ||
| title="Instances internet and Block Storage bandwidth overview" | ||
| description="Learn about the technical characteristics of internet and Block Storage bandwidth of the different Instance types." | ||
bene2k1 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| url="/instances/reference-content/instances-bandwidth-overview/" | ||
| label="See more" | ||
| /> | ||
| </Grid> | ||
|
|
||
| ## Instances troubleshooting pages | ||
|
|
||
| - [Dealing with the end of life of the bootscript feature](/instances/troubleshooting/bootscript-eol/) | ||
| - [Troubleshooting SSH connection issues to Instances](/instances/troubleshooting/cant-connect-ssh/) | ||
| - [I cannot connect to my Instance using SSH after attaching it to a Private Network](/instances/troubleshooting/cant-connect-to-instance-with-pn-gateway/) | ||
| - [Changing the rescue mode of your Instance](/instances/troubleshooting/change-rescue-mode/) | ||
| - [Fix broken VPN when switching OpenVPN Instance to routed IP](/instances/troubleshooting/fix-broken-vpn-when-switching-openvpn-vm-to-routed-ip/) | ||
| - [Fix the wrong user configuration of cloud-init on Debian 12 (Bookworm)](/instances/troubleshooting/fix-cloud-init-debian12/) | ||
| - [Fix common issues with Scaleway Instances](/instances/troubleshooting/fix-common-issues/) | ||
| - [Fixing DNS resolution with a routed IPv6-only setup on Debian Bullseye](/instances/troubleshooting/fix-dns-routed-ipv6-only-debian-bullseye/) | ||
| - [Fix error when fetching SSH keys on Windows Server 2022](/instances/troubleshooting/fix-error-message-in-scw-fetch-ssh-keys/) | ||
| - [Fix long delays when booting without a public IP](/instances/troubleshooting/fix-long-delays-booting-without-public-ip/) | ||
| - [Fix lost IPv6 connectivity on old Debian Buster images when migrating to routed IP](/instances/troubleshooting/fix-lost-ip-connectivity-on-debian-buster/) | ||
| - [Fixing wrong PPA configuration on Ubuntu Noble Instances](/instances/troubleshooting/fix-noble-wrong-ppa-configuration/) | ||
| - [Fix unreachable Ubuntu Focal Instance when it has two public IP adresses](/instances/troubleshooting/fix-unreachable-focal-with-two-public-ips/) | ||
| - [Fix unreachable IPv6 RHEL-based Instances after transitioning to routed IP](/instances/troubleshooting/fix-unreachable-ipv6-rhel-based-instance/) | ||
| - [Fix unreachable Ubuntu Noble Instances following a reboot](/instances/troubleshooting/fix-unreachable-noble-after-reboot/) | ||
| - [Troubleshooting issues with faulty kernel installations](/instances/troubleshooting/reboot-from-faulty-kernel/) | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.