Skip to content

Commit 839f126

Browse files
authored
Update AWSClusterStaticIdentity to allow all namespaces (#361)
Signed-off-by: Andrea Mazzotti <[email protected]>
1 parent 34edf55 commit 839f126

File tree

5 files changed

+13
-15
lines changed

5 files changed

+13
-15
lines changed

docs/next/modules/en/pages/operator/airgapped.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec:
5050

5151
== How to mirror CAPI Provider OCI artifact
5252

53-
You mirror OCI artifacts for any CAPI Provider listed in the Rancher Turtles configuration: https://github.com/rancher/turtles/blob/main/internal/controllers/clusterctl/config.yaml
53+
You mirror OCI artifacts for any CAPI Provider listed in the Rancher Turtles configuration: https://github.com/rancher/turtles/blob/main/internal/controllers/clusterctl/config-default.yaml
5454

5555
Install the ORAS (OCI Registry As Storage) CLI tool to manage OCI artifacts. Follow the installation instructions at: https://oras.land/docs/installation
5656

@@ -116,7 +116,7 @@ kubectl apply -f capz-provider-oci.yaml
116116
Using kubectl operator::
117117
+
118118
====
119-
You can build OCI artifacts for any CAPI Provider listed in the Rancher Turtles configuration: https://github.com/rancher/turtles/blob/main/internal/controllers/clusterctl/config.yaml
119+
You can build OCI artifacts for any CAPI Provider listed in the Rancher Turtles configuration: https://github.com/rancher/turtles/blob/main/internal/controllers/clusterctl/config-default.yaml
120120

121121
Install https://cluster-api-operator.sigs.k8s.io/03_topics/03_plugin/01_installation[cluster-api-operator] plugin for `kubectl`
122122

@@ -177,7 +177,7 @@ kubectl operator publish -u ${PROD_REGISTRY}:${RELEASE_TAG} infrastructure-compo
177177
Using Oras::
178178
+
179179
====
180-
You can build OCI artifacts for any CAPI Provider listed in the Rancher Turtles configuration: https://github.com/rancher/turtles/blob/main/internal/controllers/clusterctl/config.yaml
180+
You can build OCI artifacts for any CAPI Provider listed in the Rancher Turtles configuration: https://github.com/rancher/turtles/blob/main/internal/controllers/clusterctl/config-default.yaml
181181

182182
Clone the official https://github.com/kubernetes-sigs/cluster-api-provider-azure/[Azure CAPI Provider repository] and navigate to the project directory
183183

docs/next/modules/en/pages/user/clusterclass.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,7 @@ metadata:
186186
name: cluster-identity
187187
spec:
188188
secretRef: <AWS_IDENTITY_SECRET_NAME>
189-
allowedNamespaces:
190-
selector:
191-
matchLabels: {}
189+
allowedNamespaces: {}
192190
----
193191
194192
GCP::

docs/v0.21/modules/en/pages/operator/airgapped.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec:
5050

5151
== How to mirror CAPI Provider OCI artifact
5252

53-
You mirror OCI artifacts for any CAPI Provider listed in the Rancher Turtles configuration: https://github.com/rancher/turtles/blob/main/internal/controllers/clusterctl/config.yaml
53+
You mirror OCI artifacts for any CAPI Provider listed in the Rancher Turtles configuration: https://github.com/rancher/turtles/blob/main/internal/controllers/clusterctl/config-default.yaml
5454

5555
Install the ORAS (OCI Registry As Storage) CLI tool to manage OCI artifacts. Follow the installation instructions at: https://oras.land/docs/installation
5656

@@ -116,7 +116,7 @@ kubectl apply -f capz-provider-oci.yaml
116116
Using kubectl operator::
117117
+
118118
====
119-
You can build OCI artifacts for any CAPI Provider listed in the Rancher Turtles configuration: https://github.com/rancher/turtles/blob/main/internal/controllers/clusterctl/config.yaml
119+
You can build OCI artifacts for any CAPI Provider listed in the Rancher Turtles configuration: https://github.com/rancher/turtles/blob/main/internal/controllers/clusterctl/config-default.yaml
120120

121121
Install https://cluster-api-operator.sigs.k8s.io/03_topics/03_plugin/01_installation[cluster-api-operator] plugin for `kubectl`
122122

@@ -177,7 +177,7 @@ kubectl operator publish -u ${PROD_REGISTRY}:${RELEASE_TAG} infrastructure-compo
177177
Using Oras::
178178
+
179179
====
180-
You can build OCI artifacts for any CAPI Provider listed in the Rancher Turtles configuration: https://github.com/rancher/turtles/blob/main/internal/controllers/clusterctl/config.yaml
180+
You can build OCI artifacts for any CAPI Provider listed in the Rancher Turtles configuration: https://github.com/rancher/turtles/blob/main/internal/controllers/clusterctl/config-default.yaml
181181

182182
Clone the official https://github.com/kubernetes-sigs/cluster-api-provider-azure/[Azure CAPI Provider repository] and navigate to the project directory
183183

docs/v0.22/modules/en/pages/operator/airgapped.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec:
5050

5151
== How to mirror CAPI Provider OCI artifact
5252

53-
You mirror OCI artifacts for any CAPI Provider listed in the Rancher Turtles configuration: https://github.com/rancher/turtles/blob/main/internal/controllers/clusterctl/config.yaml
53+
You mirror OCI artifacts for any CAPI Provider listed in the Rancher Turtles configuration: https://github.com/rancher/turtles/blob/main/internal/controllers/clusterctl/config-default.yaml
5454

5555
Install the ORAS (OCI Registry As Storage) CLI tool to manage OCI artifacts. Follow the installation instructions at: https://oras.land/docs/installation
5656

@@ -116,7 +116,7 @@ kubectl apply -f capz-provider-oci.yaml
116116
Using kubectl operator::
117117
+
118118
====
119-
You can build OCI artifacts for any CAPI Provider listed in the Rancher Turtles configuration: https://github.com/rancher/turtles/blob/main/internal/controllers/clusterctl/config.yaml
119+
You can build OCI artifacts for any CAPI Provider listed in the Rancher Turtles configuration: https://github.com/rancher/turtles/blob/main/internal/controllers/clusterctl/config-default.yaml
120120

121121
Install https://cluster-api-operator.sigs.k8s.io/03_topics/03_plugin/01_installation[cluster-api-operator] plugin for `kubectl`
122122

@@ -177,7 +177,7 @@ kubectl operator publish -u ${PROD_REGISTRY}:${RELEASE_TAG} infrastructure-compo
177177
Using Oras::
178178
+
179179
====
180-
You can build OCI artifacts for any CAPI Provider listed in the Rancher Turtles configuration: https://github.com/rancher/turtles/blob/main/internal/controllers/clusterctl/config.yaml
180+
You can build OCI artifacts for any CAPI Provider listed in the Rancher Turtles configuration: https://github.com/rancher/turtles/blob/main/internal/controllers/clusterctl/config-default.yaml
181181

182182
Clone the official https://github.com/kubernetes-sigs/cluster-api-provider-azure/[Azure CAPI Provider repository] and navigate to the project directory
183183

docs/v0.23/modules/en/pages/operator/airgapped.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec:
5050

5151
== How to mirror CAPI Provider OCI artifact
5252

53-
You mirror OCI artifacts for any CAPI Provider listed in the Rancher Turtles configuration: https://github.com/rancher/turtles/blob/main/internal/controllers/clusterctl/config.yaml
53+
You mirror OCI artifacts for any CAPI Provider listed in the Rancher Turtles configuration: https://github.com/rancher/turtles/blob/main/internal/controllers/clusterctl/config-default.yaml
5454

5555
Install the ORAS (OCI Registry As Storage) CLI tool to manage OCI artifacts. Follow the installation instructions at: https://oras.land/docs/installation
5656

@@ -116,7 +116,7 @@ kubectl apply -f capz-provider-oci.yaml
116116
Using kubectl operator::
117117
+
118118
====
119-
You can build OCI artifacts for any CAPI Provider listed in the Rancher Turtles configuration: https://github.com/rancher/turtles/blob/main/internal/controllers/clusterctl/config.yaml
119+
You can build OCI artifacts for any CAPI Provider listed in the Rancher Turtles configuration: https://github.com/rancher/turtles/blob/main/internal/controllers/clusterctl/config-default.yaml
120120

121121
Install https://cluster-api-operator.sigs.k8s.io/03_topics/03_plugin/01_installation[cluster-api-operator] plugin for `kubectl`
122122

@@ -177,7 +177,7 @@ kubectl operator publish -u ${PROD_REGISTRY}:${RELEASE_TAG} infrastructure-compo
177177
Using Oras::
178178
+
179179
====
180-
You can build OCI artifacts for any CAPI Provider listed in the Rancher Turtles configuration: https://github.com/rancher/turtles/blob/main/internal/controllers/clusterctl/config.yaml
180+
You can build OCI artifacts for any CAPI Provider listed in the Rancher Turtles configuration: https://github.com/rancher/turtles/blob/main/internal/controllers/clusterctl/config-default.yaml
181181

182182
Clone the official https://github.com/kubernetes-sigs/cluster-api-provider-azure/[Azure CAPI Provider repository] and navigate to the project directory
183183

0 commit comments

Comments
 (0)