Skip to content

Commit 00e8f03

Browse files
authored
docs(tutorials): content review (#4809)
* docs(gen): review tutorial * docs(tuto): review content
1 parent c60fa8a commit 00e8f03

File tree

20 files changed

+34
-32
lines changed

20 files changed

+34
-32
lines changed

tutorials/configure-apache-lets-encrypt/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ categories:
1010
- instances
1111
- domains-and-dns
1212
dates:
13-
validation: 2024-10-03
13+
validation: 2025-04-08
1414
posted: 2019-05-23
1515
---
1616

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ categories:
1111
- packer
1212
tags: Packer Terraform/OpenTofu
1313
dates:
14-
validation: 2024-10-03
14+
validation: 2025-04-08
1515
posted: 2018-08-01
1616
---
1717

1818
**Packer** is a tool for creating identical machine images for multiple platforms from a single source configuration file. It can build images for multiple cloud hosting platforms, including Scaleway.
1919

20-
**Terraform/OpenTofu** is an open-source tool for building, changing, and versioning infrastructure safely and efficiently.
20+
**Terraform** is a tool for building, changing, and versioning infrastructure safely and efficiently. **OpenTofu** is an open-source fork of Terraform, delivering similar functionalities.
2121

2222
Both applications are available for Linux, macOS, Windows, FreeBSD, and NetBSD.
2323

tutorials/encrypt-volumes/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ categories:
1010
- block-storage
1111
- instances
1212
dates:
13-
validation: 2024-10-03
13+
validation: 2025-04-08
1414
posted: 2019-02-04
1515
---
1616

tutorials/erpnext/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ categories:
1010
- dedibox
1111
hero: assets/scaleway_erpnext.webp
1212
dates:
13-
validation: 2024-10-03
13+
validation: 2025-04-08
1414
posted: 2020-07-28
1515
---
1616

tutorials/flask/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ content:
88
tags: Flask Ubuntu Bionic-Beaver
99
- instances
1010
dates:
11-
validation: 2024-10-03
11+
validation: 2025-04-08
1212
posted: 2018-08-23
1313
---
1414

tutorials/get-started-kubernetes-loadbalancer/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,17 @@ tags: Kubernetes load-balancer kubectl nodeport
99
categories:
1010
- kubernetes
1111
dates:
12-
validation: 2024-10-03
12+
validation: 2025-04-08
1313
posted: 2023-09-19
1414
---
15+
1516
<ClickableBanner
1617
productLogo="generic"
1718
title="Deploy and scale your applications with Kubernetes and Load Balancers on Scaleway."
1819
url="https://account.scaleway.com/register"
1920
label="Create your account"
2021
/>
22+
2123
This tutorial accompanies the third [video demonstration](https://www.youtube.com/watch?v=W3gPUQ_ELEo) in our series to help users get started with Kubernetes. We walk you through Kubernetes fundamentals for beginners. In this installment, we show you how to create a Load Balancer for your [Scaleway Kubernetes Kapsule](https://www.scaleway.com/en/kubernetes-kapsule/).
2224

2325
First, we address the question of why we need a Load Balancer for our cluster, comparing it with the NodePort service we used in the previous tutorial. We then explain how to create a Load Balancer, check it out in the Scaleway console, and finally test that we can access our cluster's deployed application at the Load Balancer's IP address.

tutorials/glpi/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ categories:
1010
- instances
1111
hero: assets/scaleway_glpi.webp
1212
dates:
13-
validation: 2024-10-03
13+
validation: 2025-04-08
1414
posted: 2020-08-13
1515
---
1616

@@ -74,8 +74,8 @@ In this tutorial, we use a Scaleway Database for MySQL. To create the database,
7474
Check the most recent version of GLPI [here](https://glpi-project.org/downloads/) and replace it in the commands accordingly. In this tutorial, we are using version `10.0.9`
7575

7676
```
77-
wget https://github.com/glpi-project/glpi/releases/download/10.0.9/glpi-10.0.9.tgz
78-
tar -xvf glpi-10.0.9.tgz
77+
wget https://github.com/glpi-project/glpi/releases/download/10.0.18/glpi-10.0.18.tgz
78+
tar -xvf glpi-10.0.18.tgz
7979
```
8080

8181
2. Move `glpi` to the `/var/www/glpi` directory.

tutorials/gpu-super-resolution/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ categories:
99
- gpu-instances
1010
tags: Scaleway-GPU AI inference Super-Resolution
1111
dates:
12-
validation: 2024-10-03
12+
validation: 2025-04-08
1313
posted: 2020-09-24
1414
---
1515

tutorials/host-github-runner/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: Github-runner github
99
categories:
1010
- instances
1111
dates:
12-
validation: 2024-10-03
12+
validation: 2025-04-08
1313
posted: 2018-04-06
1414
---
1515

@@ -60,9 +60,9 @@ In this guide, you will learn how to configure a GitHub Actions runner on a Scal
6060
# Create a folder
6161
mkdir actions-runner && cd actions-runner
6262
# Download the latest runner package
63-
curl -O -L https://github.com/actions/runner/releases/download/v2.315.0/actions-runner-linux-x64-2.319.0.tar.gz
63+
curl -O -L https://github.com/actions/runner/releases/download/v2.315.0/actions-runner-linux-x64-2.323.0.tar.gz
6464
# Extract the installer
65-
tar xzf ./actions-runner-linux-x64-2.319.0.tar.gz
65+
tar xzf ./actions-runner-linux-x64-2.323.0.tar.gz
6666
```
6767
<Message type="tip">
6868
You may check the GitHub runner repository for the [latest release of the runner](https://github.com/actions/runner/releases/latest).

tutorials/install-cassandra/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ categories:
99
- instances
1010
tags: database nosql Cassandra-cluster Ubuntu Bionic-Beaver
1111
dates:
12-
validation: 2024-10-03
12+
validation: 2025-04-08
1313
posted: 2018-10-20
1414
---
1515

@@ -29,11 +29,11 @@ dates:
2929
1. Connect to your instance via SSH or by using PuTTY.
3030
2. Add the Apache Cassandra repository:
3131
```
32-
echo "deb http://www.apache.org/dist/cassandra/debian 41x main" | tee /etc/apt/sources.list.d/cassandra.list
32+
echo "deb http://www.apache.org/dist/cassandra/debian 50x main" | tee /etc/apt/sources.list.d/cassandra.list
3333
```
3434
3. Add the required PGP keys to use the repositories:
3535
```
36-
curl https://downloads.apache.org/cassandra/KEYS | sudo apt-key add -
36+
curl -o /etc/apt/keyrings/apache-cassandra.asc https://downloads.apache.org/cassandra/KEYS
3737
```
3838
4. Reload the APT configuration and update the software already installed on your Instance:
3939
```

0 commit comments

Comments
 (0)