Skip to content

Commit

Permalink
docs(gen): update landing page keywords (#4080)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcirinosclwy authored Dec 5, 2024
1 parent 4ee94af commit 5636f9e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ You can [create](/containers/kubernetes/how-to/create-cluster/) and [manage](/co
</Message>
2. Write down the ID of your cluster, as you will need it in the next steps.

## Installing a KubeConfig configuration file
## Installing a Kubeconfig configuration file

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

Expand Down Expand Up @@ -318,6 +318,4 @@ ClientID -
UsernameClaim -
UsernamePrefix -
GroupsPrefix -
```


```
2 changes: 1 addition & 1 deletion containers/kubernetes/concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Ingress is an API object that manages external access to the services in a clust

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.

## KubeConfig
## Kubeconfig

`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.

Expand Down
2 changes: 1 addition & 1 deletion index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ meta:
<HomepageHeader
title="Scaleway Documentation"
description="Everything you need to make the most of Scaleway’s products."
searchSuggestion={['rpn', 'ipv6', 'proxmox']}
searchSuggestion={['smtp', 'ssh', 'rpn']}
/>

## Getting started
Expand Down

0 comments on commit 5636f9e

Please sign in to comment.