Skip to content

Commit

Permalink
Merge pull request #5702 from killianmuldoon/fix/links-in-docs
Browse files Browse the repository at this point in the history
🐛 fixed a number of broken markdown links
  • Loading branch information
k8s-ci-robot authored Nov 19, 2021
2 parents c117510 + 39ccdb2 commit a1ef00b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
- [CRD additionalPrinterColumns](#crd-additionalprintercolumns)
- [Google Doc Viewing Permissions](#google-doc-viewing-permissions)
- [Issue and Pull Request Management](#issue-and-pull-request-management)
- [Subareas of interest](#subareas-of-interest)
- [Contributors ladder](#contributors-ladder)

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

Expand Down Expand Up @@ -75,7 +75,7 @@ These guarantees extend to all code exposed in our Go Module, including
Types and functions not in public APIs are not considered part of the guarantee.
The test module, clusterctl, and experiments do not provide any backward compatible guarantees.

#### Backporting
#### Backporting a patch

We only accept backports of critical bugs, security issues, or bugs without easy workarounds, any
backport MUST not be breaking for either API or behavioral changes.
Expand Down
4 changes: 2 additions & 2 deletions docs/book/src/reference/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ The pivot process is also used for deleting a management cluster and could also

### Provider

See [Infrastructure Provider](#user-content-infrastructure-provider)
See [Infrastructure Provider](#infrastructure-provider)

### Provider components

Expand All @@ -206,7 +206,7 @@ is running as a static pod.

### Server

The infrastructure that backs a [Machine Resource](#user-content-machine), typically either a cloud instance, virtual machine, or physical host.
The infrastructure that backs a [Machine Resource](#machine), typically either a cloud instance, virtual machine, or physical host.

# W
---
Expand Down
1 change: 0 additions & 1 deletion docs/book/src/tasks/kubeadm-control-plane.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,4 @@ Cluster API Machines:
for additional details.

<!-- links -->
[adoption]: upgrading-cluster-api-versions.md#adopting-existing-machines-into-kubeadmcontrolplane-management
[upgrades]: upgrading-clusters.md#how-to-upgrade-the-kubernetes-control-plane-version
3 changes: 0 additions & 3 deletions docs/staging-use-cases.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,16 +146,13 @@ This is a living document that serves as a reference and a staging area for use
- 🔭 As an operator, given I have a management cluster and a workload cluster, I want to monitor the cleanup of created by my workload cluster.

- 🔭 As an operator, given I have a management cluster and a workload cluster, I want to ensure the etcd database in my workload cluster is backed up.
Multitenancy Management
- 🔭 As an operator, given I have a management cluster and a workload cluster, I want to setup roles, role bindings, users, and usage quotas on my workload cluster.

### Adoption
- 🔭 As an operator, given I have created a Kubernetes-conformant cluster without ClusterAPI, I want to use ClusterAPI to manage it. In order to do so, I need to know the requirements for adopting/importing this cluster in terms of required CRD’s and operators (e.g Machine and Cluster objects).

### Multitenancy Management
- 🔭 As an operator, given I have a management cluster and a workload cluster, I want to setup roles, role bindings, users, and usage quotas on my workload cluster.


### Disaster Recovery
- 🔭As an operator, I want to be able to recover from the complete loss of all the control plane replicas of a workload cluster. This excludes etcd.

Expand Down

0 comments on commit a1ef00b

Please sign in to comment.