mirror of https://github.com/kubernetes/kops.git
Readme tweaks for office hours
This commit is contained in:
parent
c99a4a8aa1
commit
77fb9ad0d0
37
README.md
37
README.md
|
|
@ -8,14 +8,19 @@ The easiest way to get a production Kubernetes cluster up and running.
|
|||
|
||||
We like to think of it as `kubectl` for clusters.
|
||||
|
||||
kops lets you deploy production grade (and HA) Kubernetes clusters in the cloud.
|
||||
|
||||
We encourage everyone to read more about [adding a feature](/docs/adding_a_feature.md) before contributing.
|
||||
kops lets you deploy production grade (and HA) Kubernetes clusters in the cloud from the command line.
|
||||
|
||||
#### Quickstart
|
||||
|
||||
Launching a Kubernetes cluster on [AWS](/docs/aws.md).
|
||||
|
||||
### Example on AWS
|
||||
|
||||
<p align="center">
|
||||
<img src="/docs/img/demo.gif"> </image>
|
||||
</p>
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Automated Kubernetes cluster [CRUD](/docs/commands.md) for the cloud ([AWS](/docs/aws.md))
|
||||
|
|
@ -27,12 +32,6 @@ Launching a Kubernetes cluster on [AWS](/docs/aws.md).
|
|||
* Easy command line syntax
|
||||
* Community support
|
||||
|
||||
### Example on AWS
|
||||
|
||||
<p align="center">
|
||||
<img src="/docs/img/demo.gif"> </image>
|
||||
</p>
|
||||
|
||||
# Installation
|
||||
|
||||
### Recommended
|
||||
|
|
@ -54,6 +53,22 @@ make
|
|||
|
||||
See [building notes](/docs/build.md) for more information.
|
||||
|
||||
# Getting involved!
|
||||
|
||||
Wan't to contribute to kops? We would love the extra help from the community. We have a quickstart guide on [adding a feature](/docs/adding_a_feature.md).
|
||||
|
||||
Kops also has time set aside every other week to offer help and guidance to the community. Kops maintainers have agreed to set aside time specifically dedicated to working with newcomers, helping with PRs, and discussing new features.
|
||||
|
||||
We recommend letting us know **beforehand** if you plan on attending so we can have time to prepare for the call.
|
||||
|
||||
| Maintainer | Schedule | URL |
|
||||
|--------------|---------------|-------|
|
||||
| [@justinsb](https://github.com/justinsb) | 2nd / 4th Friday 9am PDT | [Zoom](https://zoom.us/my/k8ssigaws) |
|
||||
| [@chrislovecnm](https://github.com/chrislovecnm) | 2nd / 4th Friday 9am PDT | [Zoom](https://zoom.us/my/k8ssigaws) |
|
||||
| [@kris-nova](https://github.com/kris-nova) | 2nd / 4th Friday 9am PDT | [Zoom](https://zoom.us/my/k8ssigaws) |
|
||||
|
||||
Reach out to us on [kubernetes slack](https://github.com/kubernetes/community#slack-chat). A great place to get involved or ask questions is [#sig-cluster-lifecycle](https://kubernetes.slack.com/?redir=%2Fmessages%2Fsig-cluster-lifecycle%2F)
|
||||
|
||||
# Other Resources
|
||||
|
||||
- Create [kubecfg settings for kubectl](/docs/tips.md#create-kubecfg-settings-for-kubectl)
|
||||
|
|
@ -62,10 +77,6 @@ See [building notes](/docs/build.md) for more information.
|
|||
- Read about [networking options](docs/networking.md), including a 50 node limit in the default configuration.
|
||||
- Look at our [other interesting modes](/docs/commands.md#other-interesting-modes).
|
||||
|
||||
# Community
|
||||
|
||||
Reach out to the kops authors on [kubernetes slack](https://github.com/kubernetes/community#slack-chat). A great place to get involved or ask questions is [#sig-cluster-lifecycle](https://kubernetes.slack.com/?redir=%2Fmessages%2Fsig-cluster-lifecycle%2F)
|
||||
|
||||
# Bugs
|
||||
|
||||
If you think you have found a bug :
|
||||
|
|
|
|||
Loading…
Reference in New Issue