Skip to content

Commit

Permalink
Fix link in Cluster controller doc
Browse files Browse the repository at this point in the history
Also fix format of status example

Signed-off-by: Warren Fernandes <wfernandes@pivotal.io>
  • Loading branch information
Warren Fernandes committed Oct 2, 2019
1 parent a6b5ba4 commit a5e3a28
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/book/src/architecture/controllers/cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The Cluster controller's main responsibilities are:
* Setting an OwnerReference on the infrastructure object referenced in `Cluster.Spec.InfrastructureRef`.
* Cleanup of all owned objects so that nothing is dangling after deletion.
* Keeping the Cluster's status in sync with the infrastructure Cluster's status.
* Creating a kubeconfig secret for [target clusters](../reference/glossary#Workload cluster).
* Creating a kubeconfig secret for [target clusters](../../reference/glossary.html#workload-cluster).

## Contracts

Expand Down Expand Up @@ -41,8 +41,11 @@ apiVersion: infrastructure.cluster.x-k8s.io/v1alpha2
status:
ready: true
apiEndpoints:
- example.com:3333
- example.com:3334
- host: example.com
port: 3333
- host: example.com
port: 3334

```

### Secrets
Expand Down

0 comments on commit a5e3a28

Please sign in to comment.