Skip to content

Commit 5636f9e

Browse files
authored
docs(gen): update landing page keywords (#4080)
1 parent 4ee94af commit 5636f9e

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

containers/kubernetes/api-cli/creating-managing-kubernetes-lifecycle-cliv2.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ You can [create](/containers/kubernetes/how-to/create-cluster/) and [manage](/co
153153
</Message>
154154
2. Write down the ID of your cluster, as you will need it in the next steps.
155155

156-
## Installing a KubeConfig configuration file
156+
## Installing a Kubeconfig configuration file
157157

158158
Type the following command in your terminal and replace `your-cluster-ID` with the ID of your previously generated cluster:
159159

@@ -318,6 +318,4 @@ ClientID -
318318
UsernameClaim -
319319
UsernamePrefix -
320320
GroupsPrefix -
321-
```
322-
323-
321+
```

containers/kubernetes/concepts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Ingress is an API object that manages external access to the services in a clust
7474

7575
Kubernetes supports a high-level abstraction called Ingress, which allows simple host or URL-based HTTP routing. Ingress is a core concept (in beta) of Kubernetes, but is always implemented by a third-party proxy. These implementations are known as ingress controllers. An ingress controller is responsible for reading the Ingress Resource information and processing that data accordingly. Different ingress controllers have extended the specification in different ways to support additional use cases. For more information, see our [dedicated how-to](/containers/kubernetes/how-to/deploy-ingress-controller/) on deploying ingress controllers.
7676

77-
## KubeConfig
77+
## Kubeconfig
7878

7979
`kubeconfig` is a file provided by Scaleway when creating a Kubernetes cluster. It allows you to manage your cluster from your local computer by using kubectl.
8080

index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ meta:
77
<HomepageHeader
88
title="Scaleway Documentation"
99
description="Everything you need to make the most of Scaleway’s products."
10-
searchSuggestion={['rpn', 'ipv6', 'proxmox']}
10+
searchSuggestion={['smtp', 'ssh', 'rpn']}
1111
/>
1212

1313
## Getting started

0 commit comments

Comments
 (0)