Skip to content

Commit

Permalink
Readme tweaks for office hours
Browse files Browse the repository at this point in the history
  • Loading branch information
krisnova committed Nov 21, 2016
1 parent c99a4a8 commit 77fb9ad
Showing 1 changed file with 24 additions and 13 deletions.
37 changes: 24 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand All @@ -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
Expand All @@ -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)
Expand All @@ -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 :
Expand Down

0 comments on commit 77fb9ad

Please sign in to comment.