File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tutorials/deploy-demo-application-kubernetes-kapsule Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ This tutorial is designed for users with a basic understanding of Kubernetes con
2121
2222- [ Owner] ( /iam/concepts/#owner ) status or [ IAM permissions] ( /iam/concepts/#permission ) allowing you to perform actions in the intended Organization
2323- A [ Scaleway API key] ( https://www.scaleway.com/en/docs/console/my-account/how-to/create-api-keys/ ) for details.
24- - Installed tools: ` kubectl ` , ` scw ` and ` helm ` on your local computer
24+ - Installed the tools ` kubectl ` , ` scw ` , and ` helm ` on your local computer
2525- Basic familiarity with Kubernetes concepts (Pods, Deployments, Services, Ingress).
2626
2727## Configure Scaleway CLI
@@ -66,7 +66,7 @@ Create a managed Kubernetes cluster using the Scaleway CLI.
6666 ```
6767
6868 <Message type = " tip" >
69- Alternatively you can copy the cluster ID from the output after cluster creation and install the kubeconfig file using the following command:
69+ Alternatively, you can copy the cluster ID from the output after cluster creation and install the kubeconfig file using the following command:
7070 ```bash
7171 scw k8s kubeconfig install <CLUSTER_ID >
7272 ```
You can’t perform that action at this time.
0 commit comments