Skip to content

Commit 3ef5057

Browse files
committed
GKE article edits for lists
1 parent 9a9970d commit 3ef5057

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

content/actions/guides/deploying-to-google-kubernetes-engine.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,15 @@ This guide explains how to use {% data variables.product.prodname_actions %} to
1717
GKE is a managed Kubernetes cluster service from Google Cloud that can host your containerized workloads in the cloud or in your own datacenter. For more information, see [Google Kubernetes Engine](https://cloud.google.com/kubernetes-engine).
1818

1919
### Prerequisites
20+
2021
Before you proceed with creating the workflow, you will need to complete the following steps for your Kubernetes project. This guide assumes the root of your project already has a `Dockerfile` and a Kubernetes Deployment configuration file. For an example, see [google-github-actions](https://github.com/google-github-actions/setup-gcloud/tree/master/example-workflows/gke).
2122

2223
#### Creating a GKE cluster
2324

2425
To create the GKE cluster, you will first need to authenticate using the `gcloud` CLI. For more information on this step, see the following articles:
25-
- [`gcloud auth login`](https://cloud.google.com/sdk/gcloud/reference/auth/login).
26-
- [`gcloud` CLI](https://cloud.google.com/sdk/gcloud/reference).
27-
- [`gcloud` CLI and Cloud SDK](https://cloud.google.com/sdk/gcloud#the_gcloud_cli_and_cloud_sdk).
26+
- [`gcloud auth login`](https://cloud.google.com/sdk/gcloud/reference/auth/login)
27+
- [`gcloud` CLI](https://cloud.google.com/sdk/gcloud/reference)
28+
- [`gcloud` CLI and Cloud SDK](https://cloud.google.com/sdk/gcloud#the_gcloud_cli_and_cloud_sdk)
2829

2930
For example:
3031

@@ -170,7 +171,7 @@ jobs:
170171

171172
For more information on the tools used in these examples, see the following documentation:
172173

173-
1. For the full starter workflow, see [GKE starter workflow](https://github.com/actions/starter-workflows/blob/master/ci/google.yml).
174-
2. For more starter workflows and accompanying code, see [Google GitHub actions example workflows](https://github.com/google-github-actions/setup-gcloud/tree/master/example-workflows/).
175-
3. The Kubernetes YAML customization engine: [Kustomize](https://kustomize.io/),
176-
4. [Deploying a containerized web application](https://cloud.google.com/kubernetes-engine/docs/tutorials/hello-app).
174+
* For the full starter workflow, see the ["Build and Deploy to GKE" workflow](https://github.com/actions/starter-workflows/blob/master/ci/google.yml).
175+
* For more starter workflows and accompanying code, see Google's [{% data variables.product.prodname_actions %} example workflows](https://github.com/google-github-actions/setup-gcloud/tree/master/example-workflows/).
176+
* The Kubernetes YAML customization engine: [Kustomize](https://kustomize.io/).
177+
* "[Deploying a containerized web application](https://cloud.google.com/kubernetes-engine/docs/tutorials/hello-app)" in the Google Kubernetes Engine documentation.

0 commit comments

Comments
 (0)