Skip to content

Commit a5e3a28

Browse files
author
Warren Fernandes
committed
Fix link in Cluster controller doc
Also fix format of status example Signed-off-by: Warren Fernandes <[email protected]>
1 parent a6b5ba4 commit a5e3a28

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/book/src/architecture/controllers/cluster.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The Cluster controller's main responsibilities are:
55
* Setting an OwnerReference on the infrastructure object referenced in `Cluster.Spec.InfrastructureRef`.
66
* Cleanup of all owned objects so that nothing is dangling after deletion.
77
* Keeping the Cluster's status in sync with the infrastructure Cluster's status.
8-
* Creating a kubeconfig secret for [target clusters](../reference/glossary#Workload cluster).
8+
* Creating a kubeconfig secret for [target clusters](../../reference/glossary.html#workload-cluster).
99

1010
## Contracts
1111

@@ -41,8 +41,11 @@ apiVersion: infrastructure.cluster.x-k8s.io/v1alpha2
4141
status:
4242
ready: true
4343
apiEndpoints:
44-
- example.com:3333
45-
- example.com:3334
44+
- host: example.com
45+
port: 3333
46+
- host: example.com
47+
port: 3334
48+
4649
```
4750

4851
### Secrets

0 commit comments

Comments
 (0)