Skip to content

Commit

Permalink
fix(rdb): reviews 06/01 (#4175)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldecarvalho-doc authored Jan 6, 2025
1 parent a3152c6 commit bac6d0a
Show file tree
Hide file tree
Showing 22 changed files with 46 additions and 29 deletions.
6 changes: 3 additions & 3 deletions containers/container-registry/how-to/connect-docker-cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: Instructions for connecting Docker CLI to Scaleway's Container Registry.
tags: namespace docker-cli container-registry
dates:
validation: 2024-07-04
validation: 2025-01-06
posted: 2019-02-25
categories:
- container-registry
Expand All @@ -29,10 +29,10 @@ Docker is a tool that makes it easy to manage container images. You can use Dock
4. Open a terminal window on your local computer.
5. Run the following command to log into the namespace:
```
docker login rg.fr-par.scw.cloud/mynamespace -u nologin -p [SCW_SECRET_KEY]
docker login rg.fr-par.scw.cloud/mynamespace -u nologin --password-stdin <<< "$SCW_SECRET_KEY"
```
<Message type="important">
Replace `[SCW_SECRET_KEY]` with your [API secret key](/identity-and-access-management/iam/how-to/create-api-keys/) and `mynamespace` with the name of your namespace.
Replace `"$SCW_SECRET_KEY"` with your [API secret key](/identity-and-access-management/iam/how-to/create-api-keys/) and `mynamespace` with the name of your namespace.
</Message>

Once logged in, confirmation is displayed:
Expand Down
2 changes: 1 addition & 1 deletion containers/container-registry/how-to/pull-images.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: Learn how to pull container images from Scaleway's Container Registry.
tags: container-registry namespace
dates:
validation: 2024-07-04
validation: 2025-01-06
posted: 2019-02-25
categories:
- container-registry
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ content:
h1: How to invite another user to an Organization
paragraph: Learn how to invite users to your Scaleway Organization
dates:
validation: 2024-06-26
validation: 2025-01-06
posted: 2022-06-20
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ content:
h1: How to manage IAM applications
paragraph: Learn how to manage applications using Scaleway IAM.
dates:
validation: 2024-06-26
validation: 2025-01-06
posted: 2022-06-20
---

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
meta:
title: Organizations and Projects - API/CLI Documentation
description: Learn to use the API and CLI for managing Organizations and Projects
content:
h1: Organizations and Projects - API/CLI Documentation
paragraph: Learn to use the API and CLI for managing Organizations and Projects
---
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: Learn how to manage Projects with Scaleway's IAM API and CLI tools. Follow step-by-step instructions to streamline operations.
tags: API Projects IAM
dates:
validation: 2024-07-02
validation: 2025-01-06
posted: 2022-07-25
categories:
- IAM
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: Step-by-step guide to cloning a PostgreSQL or MySQL Database Instance.
tags: managed-database database database-instance
dates:
validation: 2024-07-04
validation: 2025-01-06
posted: 2019-10-20
categories:
- managed-databases
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: Guide to configuring advanced settings for your PostgreSQL and MySQL databases.
tags: managed-database postgresql mysql database-instance advanced-settings
dates:
validation: 2024-07-04
validation: 2025-01-06
posted: 2019-05-11
categories:
- managed-databases
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: Learn how to create Read Replicas for PostgreSQL and MySQL databases.
tags: managed-database read-replica read replicas
dates:
validation: 2024-07-04
validation: 2025-01-06
posted: 2022-09-01
categories:
- managed-databases
Expand Down Expand Up @@ -41,6 +41,7 @@ Read Replicas allow you to scale your Database Instance for read-heavy database

- **Public network** - Resources in a public network are publicly visible by default. The default Access Control List (ACL) settings allow anybody to connect to resources in your network. You can restrict access by configuring ACLs in the Allowed IPs section.
- **Private Networks** - Private Networks allow you to create virtual Private Networks for your Databases, enabling them to communicate in an isolated network without the need for a public IP address. If you select this option, you must select an existing Private Network to attach to your Read Replica.

<Message type="note">
Your private IP addresses are automatically allocated. They are managed via an IP Address Manager (IPAM). You can retrieve them on the Private Network tab of your Database Instance. To allocate IPs manually, you can use the Scaleway API and CLI, or Terraform.
</Message>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: Instructions for deleting a PostgreSQL or MySQL Database Instance on Scaleway.
tags: managed-database postgresql mysql database-instance
dates:
validation: 2024-07-04
validation: 2025-01-06
posted: 2019-05-11
categories:
- managed-databases
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: Instructions for enabling Autobackup for PostgreSQL and MySQL databases.
tags: managed-dabatase autobackup database
dates:
validation: 2024-07-04
validation: 2025-01-06
posted: 2019-05-11
categories:
- managed-databases
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: Guide to managing allowed IP addresses for your Database Instances.
tags: managed-database ip-address database
dates:
validation: 2024-07-04
validation: 2025-01-06
posted: 2019-05-11
categories:
- managed-databases
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: Step-by-step guide to managing manual backups for PostgreSQL and MySQL databases.
tags: managed-database database instance backup
dates:
validation: 2024-07-04
validation: 2025-01-06
posted: 2021-03-10
categories:
- managed-databases
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: Instructions for managing snapshots of PostgreSQL and MySQL databases.
tags: managed-database database database-snapshot
dates:
validation: 2024-07-04
validation: 2025-01-06
posted: 2021-03-10
categories:
- managed-databases
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: Instructions for upgrading the version of your PostgreSQL or MySQL database engine.
tags: managed-database postgresql mysql engine version database engine
dates:
validation: 2024-07-04
validation: 2025-01-06
posted: 2023-02-27
categories:
- managed-databases
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: Troubleshoot disk full issues for PostgreSQL and MySQL databases.
tags: disk-full databases
dates:
validation: 2024-07-04
validation: 2025-01-06
posted: 2023-02-16
categories:
- managed-databases
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: Guide to configuring advanced settings for your Redis™ database.
tags: managed-database advanced-settings advanced setting
dates:
validation: 2024-07-04
validation: 2025-01-06
posted: 2022-06-22
categories:
- managed-databases
Expand All @@ -33,7 +33,7 @@ Advanced settings allow you to modify the default configuration of your Redis™
To add advanced settings, follow these steps:

- Click **Add advanced settings**.
- Select a parameter from the drop-down list. For Redis™ Database Instances, you can configure:
- Select a parameter from the drop-down list. For Redis™ Database Instances, you can configure settings such as:
- `tcp-keepalive` - the period used to send Acknowledgment flags (ACKs), specified in seconds
- `maxclients` - the maximum number of clients that can be connected at the same time
- `maxmemory-policy` - parameter that defines how Redis™ selects what data to remove when maximum memory is reached.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: Instructions for connecting to your Scaleway Redis™ Database Instance.
tags: postgresql mysql database-instance managed-database database
dates:
validation: 2024-07-04
validation: 2025-01-06
posted: 2023-04-18
categories:
- managed-databases
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: Step-by-step guide to creating a Redis™ database on Scaleway.
tags: managed-database redis redis-database
dates:
validation: 2024-07-04
validation: 2025-01-06
posted: 2022-06-27
categories:
- managed-databases
Expand All @@ -27,7 +27,7 @@ Managed Database for Redis™<sup>*</sup> is a low-latency caching solution base
- Choose an Availability Zone. This is the geographical location where your database will be deployed.

<Message type="note">
Managed Database for Redis™ are available in PAR1, PAR2, AMS1, AMS2, WAW1 and WAW2.
Managed Database for Redis™ is available in PAR1, PAR2, AMS1, AMS2, WAW1 and WAW2.
</Message>

- Select the version of Redis™ you wish to use on your Instance.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: Learn how to manage allowed IP addresses for your Redis™ database.
tags: managed-database ip-address redis
dates:
validation: 2024-07-04
validation: 2025-01-06
posted: 2019-07-12
categories:
- managed-databases
Expand Down Expand Up @@ -41,6 +41,7 @@ Allowed IPs restrict the IPs allowed to access your Redis™<sup>*</sup> Databas
When no IP is specified, your cluster cannot be reached by any host.<br /><br />
By default, the Scaleway console allows any host to connect to your Database Instance.
</Message>
6. Click **Add IP** to do so.

## How to delete an IP address

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: Steps to scale up your Redis™ Database Instance on Scaleway.
tags: managed-database redis database
dates:
validation: 2024-07-04
validation: 2025-01-06
posted: 2022-07-11
categories:
- managed-databases
Expand Down
17 changes: 12 additions & 5 deletions menu/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,16 @@
],
"label": "Additional Content",
"slug": "additional-content"
},
{
"items": [
{
"label": "Managing Projects using Scaleway APIs",
"slug": "managing-projects"
}
],
"label": "API/CLI",
"slug": "api-cli"
}
],
"label": "Organizations and Projects",
Expand Down Expand Up @@ -411,10 +421,6 @@
"label": "IAM API Reference",
"slug": "https://www.scaleway.com/en/developers/api/iam/"
},
{
"label": "Managing Projects using Scaleway APIs",
"slug": "managing-projects"
},
{
"label": "Using IAM API keys with Object Storage",
"slug": "using-api-key-object-storage"
Expand Down Expand Up @@ -1869,7 +1875,8 @@
{
"label": "Using the Kapsule autoheal feature",
"slug": "using-kapsule-autoheal-feature"
}, {
},
{
"label": "Deploying External Secrets on Kubernetes Kapsule",
"slug": "external-secrets-kubernetes"
},
Expand Down

0 comments on commit bac6d0a

Please sign in to comment.