From 1dd802d73e84f7aeeb925f9115197f85c8c3a139 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Tue, 23 Apr 2019 14:46:28 -0400 Subject: [PATCH] Reflect MetalKube rename to Metal3. 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. --- README.md | 2 +- config/machine-api-operator-patch.yaml | 11 +++++++++++ install/0000_30_machine-api-operator_08_rbac.yaml | 11 +++++++++++ 3 files changed, 23 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fcc2609afa..7fded4ac7d 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/config/machine-api-operator-patch.yaml b/config/machine-api-operator-patch.yaml index 2b26f37313..e09c83b949 100644 --- a/config/machine-api-operator-patch.yaml +++ b/config/machine-api-operator-patch.yaml @@ -65,6 +65,17 @@ rules: - update - patch + - apiGroups: + - metal3.io + resources: + - baremetalhosts + verbs: + - get + - list + - watch + - update + - patch + - apiGroups: - apps resources: diff --git a/install/0000_30_machine-api-operator_08_rbac.yaml b/install/0000_30_machine-api-operator_08_rbac.yaml index cb671b7f0c..6da776f06f 100644 --- a/install/0000_30_machine-api-operator_08_rbac.yaml +++ b/install/0000_30_machine-api-operator_08_rbac.yaml @@ -71,6 +71,17 @@ rules: - update - patch + - apiGroups: + - metal3.io + resources: + - baremetalhosts + verbs: + - get + - list + - watch + - update + - patch + - apiGroups: - apps resources: