forked from LaconicNetwork/kompose
Update widgets (add godoc) as well as README
Update the widgets (as well as add godoc), and update the README, making the `kompose completion` section more concise.
This commit is contained in:
parent
bf20029009
commit
449bc3a229
30
README.md
30
README.md
@ -1,9 +1,6 @@
|
|||||||
# Kompose (Kubernetes + Compose)
|
# Kompose (Kubernetes + Compose)
|
||||||
|
|
||||||
[](https://travis-ci.org/kubernetes-incubator/kompose)
|
[![Build Status Widget]][Build Status] [![Coverage Status Widget]][Coverage Status] [![GoDoc Widget]][GoDoc] [![Slack Widget]][Slack]
|
||||||
[](https://coveralls.io/github/kubernetes-incubator/kompose?branch=master)
|
|
||||||
|
|
||||||
[](http://slack.kubernetes.io) in #kompose channel
|
|
||||||
|
|
||||||
`kompose` is a tool to help users who are familiar with `docker-compose` move to [Kubernetes](http://kubernetes.io). `kompose` takes a Docker Compose file and translates it into Kubernetes resources.
|
`kompose` is a tool to help users who are familiar with `docker-compose` move to [Kubernetes](http://kubernetes.io). `kompose` takes a Docker Compose file and translates it into Kubernetes resources.
|
||||||
|
|
||||||
@ -60,17 +57,13 @@ Alternatively, you can download the less-bandwidth intense [tarball](https://git
|
|||||||
|
|
||||||
## Shell autocompletion
|
## Shell autocompletion
|
||||||
|
|
||||||
We support both `bash` and `zsh` for autocompletion.
|
We support both Bash and Zsh autocompletion.
|
||||||
|
|
||||||
Bash:
|
```sh
|
||||||
|
# Bash (add to .bashrc for persistence)
|
||||||
```console
|
|
||||||
source <(kompose completion bash)
|
source <(kompose completion bash)
|
||||||
```
|
|
||||||
|
|
||||||
Zsh:
|
# Zsh (add to .zshrc for persistence)
|
||||||
|
|
||||||
```console
|
|
||||||
source <(kompose completion zsh)
|
source <(kompose completion zsh)
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -119,13 +112,11 @@ Here is a list of all available docs:
|
|||||||
- [Architecture](docs/architecture.md)
|
- [Architecture](docs/architecture.md)
|
||||||
- [Development](docs/development.md)
|
- [Development](docs/development.md)
|
||||||
|
|
||||||
## Contributing and Issues
|
## Community, Discussion, Contribution, and Support
|
||||||
|
|
||||||
`kompose` is a work in progress, we will see how far it takes us. We welcome any pull request to make it even better.
|
`kompose` is a work in progress, we will see how far it takes us. We welcome any pull request to make it even better.
|
||||||
If you find any issues, please [file it](https://github.com/kubernetes-incubator/kompose/issues).
|
If you find any issues, please [file it](https://github.com/kubernetes-incubator/kompose/issues).
|
||||||
|
|
||||||
## Community, Discussion, Contribution, and Support
|
|
||||||
|
|
||||||
As part of the Kubernetes ecosystem, we follow the Kubernetes community principles. More information can be found on the [community page](http://kubernetes.io/community/).
|
As part of the Kubernetes ecosystem, we follow the Kubernetes community principles. More information can be found on the [community page](http://kubernetes.io/community/).
|
||||||
|
|
||||||
You can reach the maintainers of this project on [Slack](http://slack.kubernetes.io) in channel #kompose
|
You can reach the maintainers of this project on [Slack](http://slack.kubernetes.io) in channel #kompose
|
||||||
@ -143,3 +134,12 @@ An up-to-date roadmap of upcoming releases is located at [ROADMAP.md](/ROADMAP.m
|
|||||||
### Code of Conduct
|
### Code of Conduct
|
||||||
|
|
||||||
Participation in the Kubernetes community is governed by the [Kubernetes Code of Conduct](code-of-conduct.md).
|
Participation in the Kubernetes community is governed by the [Kubernetes Code of Conduct](code-of-conduct.md).
|
||||||
|
|
||||||
|
[Build Status]: https://travis-ci.org/kubernetes-incubator/kompose
|
||||||
|
[Build Status Widget]: https://travis-ci.org/kubernetes-incubator/kompose.svg?branch=master
|
||||||
|
[GoDoc]: https://godoc.org/github.com/kubernetes-incubator/kompose
|
||||||
|
[GoDoc Widget]: https://godoc.org/github.com/kubernetes-incubator/kompose?status.svg
|
||||||
|
[Slack]: http://slack.kubernetes.io#kompose
|
||||||
|
[Slack Widget]: https://s3.eu-central-1.amazonaws.com/ngtuna/join-us-on-slack.png
|
||||||
|
[Coverage Status Widget]: https://coveralls.io/repos/github/kubernetes-incubator/kompose/badge.svg?branch=master
|
||||||
|
[Coverage Status]: https://coveralls.io/github/kubernetes-incubator/kompose?branch=master
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user