Skip to content

Commit

Permalink
Merge pull request #296 from russellb/metal3-api
Browse files Browse the repository at this point in the history
Reflect MetalKube rename to Metal3.
  • Loading branch information
openshift-merge-robot authored Apr 25, 2019
2 parents 01da2b0 + 1dd802d commit 773a9b9
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This allows to convey desired state of machines in a cluster in a declarative fa

- [cluster-api-provider-openstack](https://github.com/kubernetes-sigs/cluster-api-provider-openstack). Coming soon.

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

- [Node Controller](https://github.com/kubernetes-sigs/cluster-api/tree/master/pkg/controller)
- 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.
Expand Down
11 changes: 11 additions & 0 deletions config/machine-api-operator-patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,17 @@ rules:
- update
- patch

- apiGroups:
- metal3.io
resources:
- baremetalhosts
verbs:
- get
- list
- watch
- update
- patch

- apiGroups:
- apps
resources:
Expand Down
11 changes: 11 additions & 0 deletions install/0000_30_machine-api-operator_08_rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,17 @@ rules:
- update
- patch

- apiGroups:
- metal3.io
resources:
- baremetalhosts
verbs:
- get
- list
- watch
- update
- patch

- apiGroups:
- apps
resources:
Expand Down

0 comments on commit 773a9b9

Please sign in to comment.