You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added a README.md in the /docs directory which should help make the
docs more discoverable, and I added a reference to this index on the
main README.md. I also renamed 'tips.md' to 'kubectl.md' and changed
to title, to better reflect its content.
Copy file name to clipboardexpand all lines: README.md
+18-1
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,14 @@
8
8
9
9
The easiest way to get a production grade Kubernetes cluster up and running.
10
10
11
+
11
12
## What is kops?
12
13
13
14
We like to think of it as `kubectl` for clusters.
14
15
15
16
`kops` helps you create, destroy, upgrade and maintain production-grade, highly available, Kubernetes clusters from the command line. AWS (Amazon Web Services) is currently officially supported, with GCE and VMware vSphere in alpha and other platforms planned.
16
17
18
+
17
19
## Can I see it in action?
18
20
19
21
<palign="center">
@@ -27,6 +29,7 @@ We like to think of it as `kubectl` for clusters.
27
29
To replicate the above demo, check out our [tutorial](/docs/aws.md) for
28
30
launching a Kubernetes cluster hosted on AWS.
29
31
32
+
30
33
## Features
31
34
32
35
* Automates the provisioning of Kubernetes clusters in ([AWS](/docs/aws.md))
@@ -38,14 +41,22 @@ launching a Kubernetes cluster hosted on AWS.
38
41
* Command line [autocompletion](/docs/cli/kops_completion.md)
39
42
* Community supported!
40
43
44
+
45
+
## Documentations
46
+
47
+
Documentation is in the `/docs` directory, [and the index is here.](docs/README.md)
48
+
49
+
41
50
## Installing
42
51
43
52
`kubectl` is required, see [here](http://kubernetes.io/docs/user-guide/prereqs/).
$ mv kops-linux-amd64 /usr/local/bin/kops # Move the kops to /usr/local/bin
57
68
```
58
69
59
-
### Developer From Source
60
70
71
+
### Developer From Source
61
72
62
73
Go 1.8+ and make are required. You may need to do a full build including pushing protokube, nodeup, and kops to s3.
63
74
@@ -72,11 +83,13 @@ $ make
72
83
73
84
At this time, Windows is not a supported platform.
74
85
86
+
75
87
## History
76
88
77
89
See the [releases](https://github.com/kubernetes/kops/releases) for more
78
90
information on changes between releases.
79
91
92
+
80
93
## Getting involved and contributing!
81
94
82
95
Are you interested in contributing to kops? We, the maintainers and community, would love your suggestions, contributions, and help! We have a quick-start guide on [adding a feature](/docs/development/adding_a_feature.md). Also, the maintainers can be contacted at any time to learn more about how to get involved.
Kops maintainers set aside one hour every other week for **public** office hours. Office hours are hosted on a [zoom video chat](https://zoom.us/my/k8ssigaws) on Fridays at [5 pm UTC/12 noon ET/9 am US Pacific](http://www.worldtimebuddy.com/?pl=1&lid=100,5,8,12), on odd week numbered weeks. We strive to get to know and help developers either working on `kops` or interested in getting to know more about the project.
114
128
129
+
115
130
### Open Office Hours Topics
116
131
117
132
Include but not limited to:
@@ -146,6 +161,7 @@ The maintainers and other community members are generally available on the [kube
146
161
- Look at our [other interesting modes](/docs/commands.md#other-interesting-modes)
147
162
- Full command line interface [documentation](/docs/cli/kops.md)
148
163
164
+
149
165
## GitHub Issues
150
166
151
167
#### Bugs
@@ -159,6 +175,7 @@ If you think you have found a bug please follow the instructions below.
159
175
- Remember users might be searching for your issue in the future, so please give it a meaningful title to helps others.
160
176
- Feel free to reach out to the kops community on [kubernetes slack](https://github.com/kubernetes/community#slack-chat)
161
177
178
+
162
179
#### Features
163
180
164
181
We also use the issue tracker to track features. If you have an idea for a feature, or think you can help kops become even more awesome follow the steps below.
0 commit comments