Skip to content

Commit

Permalink
Reflect MetalKube rename to Metal3.
Browse files Browse the repository at this point in the history
The MetalKube project had to be renamed.  Reflect the new name here.
Leave the old API group in place for now while we complete the
transition.  We will come back and remove it later.
  • Loading branch information
russellb committed Apr 23, 2019
1 parent dd8d2cf commit 1dd802d
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 1dd802d

Please sign in to comment.