Skip to content

Commit 5817632

Browse files
authored
Merge pull request #298 from covexo/examples
Improve readmes
2 parents 18d6d8a + 248e88f commit 5817632

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

examples/kaniko/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ registries:
3333
3434
devspace will then automatically create a secret for you which kaniko can use to push to that registry.
3535
36-
## Optional: Use self hosted cluster (minikube, GKS etc.) instead of devspace-cloud
36+
## Optional: Use self hosted cluster (minikube, GKE etc.) instead of devspace-cloud
3737
3838
If you want to use your own cluster instead of the devspace-cloud as deployment target, make sure `kubectl` is configured correctly to access the target cluster. Then just erase the `cluster` section in the `.devspace/config.yaml` and devspace will use your current kubectl context as deployment target.
3939

examples/microservices/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ In order to use this example, make sure you have docker installed and a docker r
88

99
Exchange the image name in `.devspace/config.yaml` under `images.php.name` and `images.node.name` with the image name you want to use. Do the same thing in `node/kube/deployment.yaml` under `spec.template.spec.image`. Do **not** add a tag to these image names, because this will be done at runtime automatically.
1010

11-
## Optional: Use self hosted cluster (minikube, GKS etc.) instead of devspace-cloud
11+
## Optional: Use self hosted cluster (minikube, GKE etc.) instead of devspace-cloud
1212

1313
If you want to use your own cluster instead of the devspace-cloud as deployment target, make sure `kubectl` is configured correctly to access your cluster. Then just erase the `cluster` section in the `.devspace/config.yaml` and devspace will use your current `kubectl` context as deployment target.
1414

examples/offline-development/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ oswQSfh: digest: sha256:af6f6f701136149dc303aad52c124ab8913015e8125ae68994e06325
6060
[DONE] √ Deployed helm chart (Release revision: 1)
6161
[DONE] √ Successfully deployed devspace-default
6262
[DONE] √ Port forwarding started on 3000:3000
63-
[DONE] √ Sync started on /go-workspace/src/github.com/covexo/devspace/examples/minikube <-> /app (Pod: test/devspace-default-6446cb6b8c-c2l2q)
63+
[DONE] √ Sync started on /go-workspace/src/github.com/covexo/devspace/examples/offline-development <-> /app (Pod: test/devspace-default-6446cb6b8c-c2l2q)
6464
root@devspace-default-6446cb6b8c-c2l2q:/app#
6565
```
6666

examples/php-mysql-example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ In order to use this example, make sure you have docker installed and a docker r
88

99
Exchange the image name in `.devspace/config.yaml` under `images.default.name` with the image name you want to use. Do **not** add a tag to this image name, because this will be done at runtime automatically.
1010

11-
## Optional: Use self hosted cluster (minikube, GKS etc.) instead of devspace-cloud
11+
## Optional: Use self hosted cluster (minikube, GKE etc.) instead of devspace-cloud
1212

1313
By default, this example will deploy to the devspace-cloud, a free managed kubernetes cluster. If you want to use your own cluster instead of the devspace-cloud as deployment target, make sure `kubectl` is configured correctly to access resources on the cluster. Then just erase the `cluster` section in the `.devspace/config.yaml` and devspace will use your current `kubectl` context as deployment target.
1414

examples/quickstart-kubectl/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ In order to use this example, make sure you have docker installed and a docker r
88

99
Exchange the image name in `.devspace/config.yaml` under `images.default.name` with the image name you want to use. Do the same thing in `kube/deployment.yaml` under `spec.template.spec.image`. Do **not** add a tag to those image names, because this will be done at runtime automatically.
1010

11-
## Optional: Use self hosted cluster (minikube, GKS etc.) instead of devspace-cloud
11+
## Optional: Use self hosted cluster (minikube, GKE etc.) instead of devspace-cloud
1212

1313
If you want to use your own cluster instead of the devspace-cloud as deployment target, make sure `kubectl` is configured correctly to access your cluster. Then just erase the `cluster` section in the `.devspace/config.yaml` and devspace will use your current `kubectl` context as deployment target.
1414

examples/quickstart/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ In order to use this example, make sure you have docker installed and a docker r
88

99
Exchange the image name in `.devspace/config.yaml` under `images.default.name` with the image name you want to use. Do **not** add a tag to this image name, because this will be done at runtime automatically.
1010

11-
## Optional: Use self hosted cluster (minikube, GKS etc.) instead of devspace-cloud
11+
## Optional: Use self hosted cluster (minikube, GKE etc.) instead of devspace-cloud
1212

1313
By default, this example will deploy to the devspace-cloud, a free managed kubernetes cluster. If you want to use your own cluster instead of the devspace-cloud as deployment target, make sure `kubectl` is configured correctly to access resources on the cluster. Then just erase the `cluster` section in the `.devspace/config.yaml` and devspace will use your current `kubectl` context as deployment target.
1414

@@ -61,7 +61,7 @@ dk0dqqO: digest: sha256:5e043c3d366676331f4ffe6a9b6f38cbc08338c25ef47789060564d3
6161
[DONE] √ Deployed helm chart (Release revision: 2)
6262
[DONE] √ Successfully deployed devspace-default
6363
[DONE] √ Port forwarding started on 3000:3000
64-
[DONE] √ Sync started on /go-workspace/src/github.com/covexo/devspace/examples/quickstart-kubectl <-> /app (Pod:e388779b2b49465855bb0322057a9fff/devspace-5b5f977b77-49cjt)
64+
[DONE] √ Sync started on /go-workspace/src/github.com/covexo/devspace/examples/quickstart <-> /app (Pod:e388779b2b49465855bb0322057a9fff/devspace-5b5f977b77-49cjt)
6565
root@devspace-5b5f977b77-49cjt:/app#
6666
```
6767

0 commit comments

Comments
 (0)