Skip to content

Commit d6750a9

Browse files
committed
chore(gke): cleanup copy-paste errors
1 parent a170ccf commit d6750a9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/quickstart/provider/gke/install-gke.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ $ helmc install workflow-beta3 # injects resources into
4747
# your cluster
4848
```
4949

50-
Helm will install a variety of Kubernetes resources in the `deis` namespace.
50+
Helm Classic will install a variety of Kubernetes resources in the `deis` namespace.
5151
You'll need to wait for the pods that it launched to be ready. Monitor their status
5252
by running:
5353

@@ -62,9 +62,9 @@ $ kubectl get pods --namespace=deis -w
6262

6363
Depending on the order in which the Workflow components start, you may see a few components restart. This is common during the installation process, if a component's dependencies are not yet available the component will exit and Kubernetes will automatically restart the containers.
6464

65-
Here, you can see that controller, builder and registry all took a few loops before there were able to star:
65+
Here, you can see that controller, builder and registry all took a few loops before there were able to start:
6666
```
67-
workflow [refactor-docs*]$ kubectl get pods --namespace=deis
67+
$ kubectl get pods --namespace=deis
6868
NAME READY STATUS RESTARTS AGE
6969
deis-builder-miekp 1/1 Running 1 2m
7070
deis-controller-egu7x 1/1 Running 3 2m

0 commit comments

Comments
 (0)