Skip to content

Commit d7fa8db

Browse files
committed
style(startup): reword startup interaction
1 parent dfe4be3 commit d7fa8db

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

src/installing-workflow/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ If you would like `kubectl` to automatically update as the pod states change, ru
7474
$ kubectl --namespace=deis get pods
7575
```
7676

77-
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.
77+
Depending on the order in which the Workflow components initialize, some pods may restart. This is common during the
78+
installation: if a component's dependencies are not yet available, that component will exit and Kubernetes will
79+
automatically restart it.
7880

7981
Here, you can see that controller, builder and registry all took a few loops before there were able to start:
8082
```

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ If you would like `kubectl` to automatically update as the pod states change, ru
6262
$ kubectl --namespace=deis get pods -w
6363
```
6464

65-
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.
65+
Depending on the order in which the Workflow components initialize, some pods may restart. This is common during the
66+
installation: if a component's dependencies are not yet available, that component will exit and Kubernetes will
67+
automatically restart it.
6668

6769
Here, you can see that controller, builder and registry all took a few loops before there were able to start:
6870
```

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ If you would like `kubectl` to automatically update as the pod states change, ru
6060
$ kubectl --namespace=deis get pods -w
6161
```
6262

63-
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.
63+
Depending on the order in which the Workflow components initialize, some pods may restart. This is common during the
64+
installation: if a component's dependencies are not yet available, that component will exit and Kubernetes will
65+
automatically restart it.
6466

6567
Here, you can see that controller, builder and registry all took a few loops before there were able to start:
6668
```

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ If you would like `kubectl` to automatically update as the pod states change, ru
6060
$ kubectl --namespace=deis get pods -w
6161
```
6262

63-
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.
63+
Depending on the order in which the Workflow components initialize, some pods may restart. This is common during the
64+
installation: if a component's dependencies are not yet available, that component will exit and Kubernetes will
65+
automatically restart it.
6466

6567
```
6668
$ kubectl --namespace=deis get pods

0 commit comments

Comments
 (0)