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:
274
274
would not be managed by the Metal3DataTemplate controller, if provided by the
275
275
user for example, the ownerreference should be set properly to ensure that the
276
276
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)).
278
278
279
279
- **networkData** is a reference to a secret containing the network data
280
280
rendered from the Metal3DataTemplate metadata template object automatically.
281
281
In case this would not be managed by the Metal3DataTemplate controller, if
282
282
provided by the user for example, the ownerreference should be set properly to
283
283
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)).
285
285
The content of the secret should be a yaml equivalent of a json object that
286
286
follows the format definition that can be found
287
287
[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
75
75
By default, the Cluster API components deployed by Tilt have experimental
76
76
features turned off. If you would like to enable these features, add
77
77
` 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 ) .
79
79
80
80
Once your kind management cluster is up and running, you can
81
81
[ deploy an example cluster] ( #deploy-an-example-cluster ) .
@@ -102,7 +102,7 @@ command
102
102
```
103
103
104
104
To 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
106
106
cluster API repo. The instructions will walk you through cloning the Cluster API
107
107
(CAPI) repository and configuring Tilt to use ` kind ` to deploy the cluster api
108
108
management components.
Original file line number Diff line number Diff line change 2
2
3
3
This doc gives short instructions how to run e2e tests. For the developing e2e
4
4
tests, 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 ) .
6
6
7
7
## Prerequisites
8
8
You can’t perform that action at this time.
0 commit comments