Skip to content

Commit 60ae2d0

Browse files
committed
docs: Update TOCs
1 parent 0dc13b1 commit 60ae2d0

File tree

5 files changed

+27
-3
lines changed

5 files changed

+27
-3
lines changed

docs/book/src/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
- [external cloud provider](./topics/external-cloud-provider.md)
88
- [move from bootstrap](./topics/mover.md)
99
- [trouble shooting](./topics/troubleshooting.md)
10+
- [Development](./development/development.md)

docs/book/src/development/development.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
- [Building and upload your own capi-openstack controller image](#building-and-upload-your-own-capi-openstack-controller-image)
88
- [Using your own capi-openstack controller image](#using-your-own-capi-openstack-controller-image)
99
- [Developing with Tilt](#developing-with-tilt)
10+
- [Running E2E tests locally](#running-e2e-tests-locally)
11+
- [Support for clouds using SSL](#support-for-clouds-using-ssl)
12+
- [Support for clouds with multiple external networks](#support-for-clouds-with-multiple-external-networks)
13+
- [OpenStack prerequisites](#openstack-prerequisites)
14+
- [Running E2E tests using rootless podman](#running-e2e-tests-using-rootless-podman)
15+
- [Host configuration](#host-configuration)
16+
- [Running podman system service to emulate docker daemon](#running-podman-system-service-to-emulate-docker-daemon)
1017

1118
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
1219

docs/book/src/getting-started.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
2+
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3+
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
4+
5+
- [Getting Started](#getting-started)
6+
7+
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
8+
19
# Getting Started
210

311
{{#embed-github repo:"kubernetes-sigs/cluster-api" path:"docs/book/src/user/quick-start.md"}}

docs/book/src/topics/external-cloud-provider.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
2+
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3+
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
4+
5+
- [External Cloud Provider](#external-cloud-provider)
6+
- [Steps](#steps)
7+
8+
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
9+
110
# External Cloud Provider
211

312
To deploy a cluster using [external cloud provider](https://github.com/kubernetes/cloud-provider-openstack), create a cluster configuration with the [external cloud provider template](https://github.com/kubernetes-sigs/cluster-api-provider-openstack/blob/master/templates/cluster-template-external-cloud-provider.yaml).

docs/book/src/topics/mover.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
44

55
- [Pre-condition](#pre-condition)
6-
- [Install openstack providers into target cluster](#install-openstack-providers-into-target-cluster)
7-
- [Move objects in `bootstrap` cluster into `target` cluster.](#move-objects-in-bootstrap-cluster-into-target-cluster)
8-
- [Create secret in `target` cluster](#create-secret-in-target-cluster)
6+
- [Install OpenStack Cluster API provider into target cluster](#install-openstack-cluster-api-provider-into-target-cluster)
7+
- [Move objects from `bootstrap` cluster into `target` cluster.](#move-objects-from-bootstrap-cluster-into-target-cluster)
98
- [Check cluster status](#check-cluster-status)
109

1110
<!-- END doctoc generated TOC please keep comment here to allow auto update -->

0 commit comments

Comments
 (0)