Skip to content

Commit 6566d80

Browse files
committed
README updates
1 parent 9cc1f87 commit 6566d80

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

docs/README.md

+12-11
Original file line numberDiff line numberDiff line change
@@ -28,29 +28,30 @@
2828
* [kubectl](kubectl.md)
2929
* how to point kubectl to your `kops` cluster
3030

31+
## Advanced / Detailed List of Configurations
3132

32-
## Operations
33+
### API / Configuration References
34+
* [Godocs for Cluster - `clusterSepc`](https://godoc.org/k8s.io/kops/pkg/apis/kops#ClusterSpec).
35+
* [Godocs for Instance Group - `instanceGroupSpec`](https://godoc.org/k8s.io/kops/pkg/apis/kops#InstanceGroupSpec).
36+
37+
### API Usage Guides
38+
* [`kops` cluster API definitions](cluster_spec.md)
39+
* overview of some of the API value to customize a `kops` cluster
40+
* [`kops` instance groups API](instance_groups.md)
41+
* overview of some of the API value to customize a `kops` groups of ks8 nodes
42+
* [Using Manifests and Customizating via the API](manifests_and_customizing_via_api.md)
3343

34-
* API / Manifest Custom Values
35-
* [godocs Cluster specific documentation - `spec`](https://godoc.org/k8s.io/kops/pkg/apis/kops#ClusterSpec).
36-
* [godocs Instance Group specific documentation - `spec`] (https://godoc.org/k8s.io/kops/pkg/apis/kops#InstanceGroupSpec).
44+
## Operations
3745
* [Cluster addon manager](addon_manager.md)
3846
* [Cluster addons](addons.md)
3947
* [Cluster configuration management](changing_configuration.md)
40-
* [`kops` cluster API definitions](cluster_spec.md)
41-
* overview of some of the API value to customize a `kops` cluster
4248
* [Cluster upgrades and migrations](cluster_upgrades_and_migrations.md)
4349
* [`etcd` volume encryption setup](etcd_volume_encryption.md)
4450
* [`etcd` backup setup](etcd_backup.md)
4551
* [GPU setup](gpu.md)
4652
* [High Availability](high_availability.md)
47-
* [`kops` instance groups API](instance_groups.md)
48-
* overview of some of the API value to customize a `kops` groups of ks8 nodes
4953
* [InstanceGroup images](images.md)
5054
* how to use other image for cluster nodes, and information on available/tested images
51-
* [Using Manifests and Customization via the API](manifests_and_customizing_via_api.md)
52-
* how to use YAML to manage clusters.
53-
* how to customize cluster via the `kops` API.
5455
* [`k8s` upgrading](upgrade.md)
5556
* [`kops` updating](update_kops.md)
5657
* [`kube-up` to `kops` upgrade](upgrade_from_kubeup.md)

0 commit comments

Comments
 (0)