|
28 | 28 | * [kubectl](kubectl.md)
|
29 | 29 | * how to point kubectl to your `kops` cluster
|
30 | 30 |
|
| 31 | +## Advanced / Detailed List of Configurations |
31 | 32 |
|
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) |
33 | 43 |
|
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 |
37 | 45 | * [Cluster addon manager](addon_manager.md)
|
38 | 46 | * [Cluster addons](addons.md)
|
39 | 47 | * [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 |
42 | 48 | * [Cluster upgrades and migrations](cluster_upgrades_and_migrations.md)
|
43 | 49 | * [`etcd` volume encryption setup](etcd_volume_encryption.md)
|
44 | 50 | * [`etcd` backup setup](etcd_backup.md)
|
45 | 51 | * [GPU setup](gpu.md)
|
46 | 52 | * [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 |
49 | 53 | * [InstanceGroup images](images.md)
|
50 | 54 | * 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. |
54 | 55 | * [`k8s` upgrading](upgrade.md)
|
55 | 56 | * [`kops` updating](update_kops.md)
|
56 | 57 | * [`kube-up` to `kops` upgrade](upgrade_from_kubeup.md)
|
|
0 commit comments