Change output examples in docs to new format

Changes the format from INFO to INFO <PROVIDER> in output examples.
This commit is contained in:
Charlie Drage
2017-06-09 12:42:33 -04:00
parent aa84680d6e
commit f7e81ab7e0
3 changed files with 84 additions and 84 deletions
+6 -6
View File
@@ -15,12 +15,12 @@ Convert [`docker-compose.yaml`](https://raw.githubusercontent.com/kubernetes-inc
```sh
kompose convert -f docker-compose.yaml
INFO file "frontend-service.yaml" created
INFO file "redis-master-service.yaml" created
INFO file "redis-slave-service.yaml" created
INFO file "frontend-deployment.yaml" created
INFO file "redis-master-deployment.yaml" created
INFO file "redis-slave-deployment.yaml" created
INFO Kubernetes file "frontend-service.yaml" created
INFO Kubernetes file "redis-master-service.yaml" created
INFO Kubernetes file "redis-slave-service.yaml" created
INFO Kubernetes file "frontend-deployment.yaml" created
INFO Kubernetes file "redis-master-deployment.yaml" created
INFO Kubernetes file "redis-slave-deployment.yaml" created
```
Other examples are provided in the _examples_ [directory](./examples).