Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tutorials/configure_gitlab_runner_to_use_gke/index.md')
-rw-r--r--doc/tutorials/configure_gitlab_runner_to_use_gke/index.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/tutorials/configure_gitlab_runner_to_use_gke/index.md b/doc/tutorials/configure_gitlab_runner_to_use_gke/index.md
index 05340994edf..d9a6dbbb3f0 100644
--- a/doc/tutorials/configure_gitlab_runner_to_use_gke/index.md
+++ b/doc/tutorials/configure_gitlab_runner_to_use_gke/index.md
@@ -4,7 +4,7 @@ group: Runner
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments
---
-# Tutorial: Configure GitLab Runner to use the Google Kubernetes Engine **(FREE)**
+# Tutorial: Configure GitLab Runner to use the Google Kubernetes Engine **(FREE ALL)**
This tutorial describes how to configure GitLab Runner to use the Google Kubernetes Engine (GKE)
to run jobs.
@@ -64,7 +64,7 @@ and, for autopilot clusters, to add configurations that specify which jobs to ru
1. Verify that you are connected to the cluster:
```shell
- kubectl config view current-context
+ kubectl config current-context
```
## Install and configure the Kubernetes Operator
@@ -74,7 +74,7 @@ Now that you have a cluster, you're ready to install and configure the Kubernete
1. Install the prerequisites:
```shell
- kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.7.1/cert-manager.yaml
+ kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.7.1/cert-manager.yaml
```
1. Install the Operator Lifecycle Manager (OLM), a tool that manages the Kubernetes Operators that