File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -274,14 +274,14 @@ The fields are:
274274 would not be managed by the Metal3DataTemplate controller, if provided by the
275275 user for example, the ownerreference should be set properly to ensure that the
276276 secret belongs to the cluster ownerReference tree (see
277- [doc](https://cluster-api.sigs.k8s.io/clusterctl/provider-contract .html#ownerreferences-chain)).
277+ [doc](https://cluster-api.sigs.k8s.io/developer/providers/contracts/clusterctl .html#ownerreferences-chain)).
278278
279279- **networkData** is a reference to a secret containing the network data
280280 rendered from the Metal3DataTemplate metadata template object automatically.
281281 In case this would not be managed by the Metal3DataTemplate controller, if
282282 provided by the user for example, the ownerreference should be set properly to
283283 ensure that the secret belongs to the cluster ownerReference tree (see
284- [doc](https://cluster-api.sigs.k8s.io/clusterctl/provider-contract .html#ownerreferences-chain)).
284+ [doc](https://cluster-api.sigs.k8s.io/developer/providers/contracts/clusterctl .html#ownerreferences-chain)).
285285 The content of the secret should be a yaml equivalent of a json object that
286286 follows the format definition that can be found
287287 [here](https://docs.openstack.org/nova/latest/_downloads/9119ca7ac90aa2990e762c08baea3a36/network_data.json).
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ following the
7575By default, the Cluster API components deployed by Tilt have experimental
7676features turned off. If you would like to enable these features, add
7777` extra_args ` as specified in
78- [ The Cluster API Book] ( https://cluster-api.sigs.k8s.io/developer/tilt.html#create-a- tilt-settingsjson-file ) .
78+ [ The Cluster API Book] ( https://cluster-api.sigs.k8s.io/developer/core/ tilt# tilt-settings-fields ) .
7979
8080Once your kind management cluster is up and running, you can
8181[ deploy an example cluster] ( #deploy-an-example-cluster ) .
@@ -102,7 +102,7 @@ command
102102```
103103
104104To use [ Tilt] ( https://tilt.dev/ ) for a simplified development workflow, follow
105- the [ instructions] ( https://cluster-api.sigs.k8s.io/developer/tilt.html ) in the
105+ the [ instructions] ( https://cluster-api.sigs.k8s.io/developer/core/ tilt.html ) in the
106106cluster API repo. The instructions will walk you through cloning the Cluster API
107107(CAPI) repository and configuring Tilt to use ` kind ` to deploy the cluster api
108108management components.
Original file line number Diff line number Diff line change 22
33This doc gives short instructions how to run e2e tests. For the developing e2e
44tests, please refer to
5- [ Developing E2E tests] ( https://cluster-api.sigs.k8s.io/developer/e2e.html ) .
5+ [ Developing E2E tests] ( https://cluster-api.sigs.k8s.io/developer/core/ e2e ) .
66
77## Prerequisites
88
You can’t perform that action at this time.
0 commit comments