Skip to content

Commit 411efc2

Browse files
Merge pull request #312 from mgugino-upstream-stage/update-readme
Update README.md
2 parents fac430d + 23b9f49 commit 411efc2

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,26 +17,28 @@ This allows to convey desired state of machines in a cluster in a declarative fa
1717
## Controllers
1818

1919
### Cluster API controllers
20-
- [MachineSet Controller](https://github.com/kubernetes-sigs/cluster-api/tree/master/pkg/controller)
21-
- Reconciles desired state for [MachineSets](https://github.com/kubernetes-sigs/cluster-api/blob/master/pkg/apis/cluster/v1alpha1/machineset_types.go) by ensuring presence of specified number of replicas and config for a set of machines.
20+
- [MachineSet Controller](https://github.com/openshift/cluster-api/tree/master/pkg/controller/machineset)
21+
- Reconciles desired state for [MachineSets](https://github.com/openshift/cluster-api/blob/master/pkg/apis/machine/v1beta1/machineset_types.go) by ensuring presence of specified number of replicas and config for a set of machines.
2222

23-
- [Machine Controller](https://github.com/kubernetes-sigs/cluster-api/tree/master/pkg/controller)
24-
- Reconciles desired state for [Machines](https://github.com/kubernetes-sigs/cluster-api/blob/master/pkg/apis/cluster/v1alpha1/machine_types.go) by ensuring that instances with a desired config exist in a given cloud provider. Currently we support:
23+
- [Machine Controller](https://github.com/openshift/cluster-api/tree/master/pkg/controller/machine)
24+
- Reconciles desired state for [Machines](https://github.com/openshift/cluster-api/blob/master/pkg/apis/machine/v1beta1/machine_types.go) by ensuring that instances with a desired config exist in a given cloud provider. Currently we support:
2525

2626
- [cluster-api-provider-aws](https://github.com/openshift/cluster-api-provider-aws)
2727

2828
- [cluster-api-provider-libvirt](https://github.com/openshift/cluster-api-provider-libvirt)
2929

30-
- [cluster-api-provider-openstack](https://github.com/kubernetes-sigs/cluster-api-provider-openstack). Coming soon.
30+
- [cluster-api-provider-azure](https://github.com/openshift/cluster-api-provider-azure) Coming soon.
31+
32+
- [cluster-api-provider-openstack](https://github.com/kubernetes-sigs/cluster-api-provider-openstack) Coming soon.
3133

3234
- [cluster-api-provider-baremetal](https://github.com/metal3-io/cluster-api-provider-baremetal). Under development in [Metal3](http://metal3.io).
3335

34-
- [Node Controller](https://github.com/kubernetes-sigs/cluster-api/tree/master/pkg/controller)
36+
- [Node Controller](https://github.com/openshift/cluster-api/tree/master/pkg/controller/node)
3537
- Reconciles desired state of machines by matching IP addresses of machine objects with IP addresses of node objects. Annotating node with a special label containing machine name that the cluster-api node controller interprets and sets corresponding nodeRef field of each relevant machine.
3638

3739
### Nodelink controller
3840

39-
- Reconciles desired state of machines by matching IP addresses of machine objects with IP addresses of node objects and annotates nodes with a special [machine annotation](https://github.com/kubernetes-sigs/cluster-api/blob/master/pkg/controller/node/node.go#L35) containing the machine name. The cluster-api node controller interprets the annotation and sets the corresponding nodeRef field of each relevant machine.
41+
- Reconciles desired state of machines by matching IP addresses of machine objects with IP addresses of node objects and annotates nodes with a special [machine annotation](https://github.com/openshift/cluster-api/blob/master/pkg/controller/node/node.go#L34) containing the machine name. The cluster-api node controller interprets the annotation and sets the corresponding nodeRef field of each relevant machine.
4042

4143
- Build:
4244

0 commit comments

Comments
 (0)