-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doc fixes #2865
Doc fixes #2865
Conversation
chrislovecnm
commented
Jul 5, 2017
- docs/README.md formatting and bug fixes
- docs/manifests_and_customizing_via_api.md formatting fixes
/assign @geojaz |
/assign @andrewsykim |
docs/README.md
Outdated
|
||
## Operations | ||
### API / Configuration References | ||
* [Godocs for Cluster - `clusterSepc`](https://godoc.org/k8s.io/kops/pkg/apis/kops#ClusterSpec). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/clusterSepc/ClusterSpec
docs/README.md
Outdated
## Operations | ||
### API / Configuration References | ||
* [Godocs for Cluster - `clusterSepc`](https://godoc.org/k8s.io/kops/pkg/apis/kops#ClusterSpec). | ||
* [Godocs for Instance Group - `instanceGroupSpec`](https://godoc.org/k8s.io/kops/pkg/apis/kops#InstanceGroupSpec). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/instanceGroupSpec/InstanceGroupSpec
docs/README.md
Outdated
* [`kops` cluster API definitions](cluster_spec.md) | ||
* overview of some of the API value to customize a `kops` cluster | ||
* [`kops` instance groups API](instance_groups.md) | ||
* overview of some of the API value to customize a `kops` groups of ks8 nodes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/ks8/k8s
docs/README.md
Outdated
* overview of some of the API value to customize a `kops` cluster | ||
* [`kops` instance groups API](instance_groups.md) | ||
* overview of some of the API value to customize a `kops` groups of ks8 nodes | ||
* [Using Manifests and Customizating via the API](manifests_and_customizing_via_api.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/Customizating/Customizing
LGTM after typos - please self-merge after fixing |
34330c9
to
1e3456c
Compare