Merge pull request #1330 from cdrage/fix-sync-script

Update introduction doc + add sync docs script
This commit is contained in:
Kubernetes Prow Robot
2020-10-29 02:04:59 -07:00
committed by GitHub
2 changed files with 80 additions and 3 deletions
+1 -3
View File
@@ -9,13 +9,11 @@ Why do developers love it?
- Simplify your development process with Docker Compose and then deploy your containers to a production cluster
- Convert your `docker-compose.yaml` with one simple command `kompose convert`
- Immediately bring up your cluster with `kompose up`
- Bring it back down with `kompose down`
### It's as simple as 1-2-3
1. [Use an example docker-compose.yaml file](https://raw.githubusercontent.com/kubernetes/kompose/master/examples/docker-compose-v3.yaml) or your own
2. Run `kompose up`
2. Run `kompose convert`
3. Run `kubectl apply` and check your Kubernetes cluster for your newly deployed containers!
```sh