Skip to content

Commit c98423f

Browse files
committed
updated images for quickstart
1 parent da5021b commit c98423f

File tree

10 files changed

+24
-7
lines changed

10 files changed

+24
-7
lines changed

articles/kubernetes-fleet/cluster-resource-override.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,9 @@ rules:
256256

257257
1. Select **Create**.
258258

259-
1. Create a `ClusterResourcePlacement` resource to specify the placement rules for distributing the cluster resource overrides across the cluster infrastructure, as shown in the following example. Make sure you select the appropriate resource. When you're ready, select **Add**.
259+
1. Create a `ClusterResourcePlacement` resource to specify the placement rules for distributing the cluster resource overrides across the cluster infrastructure, as shown in the following example. Make sure you select the appropriate resource. Replace the default template with the YAML example below, and select **Add**.
260+
261+
:::image type="content" source="./media/quickstart-resource-propagation/create-resource-propagation-inline.png" lightbox="./media/quickstart-resource-propagation/create-resource-propagation.png" alt-text="The Azure portal page for creating a resource placement, showing the YAML template with placeholder values.":::
260262

261263
```yaml
262264
apiVersion: placement.kubernetes-fleet.io/v1beta1
@@ -282,7 +284,6 @@ rules:
282284

283285
This example distributes resources across all clusters labeled with `env: prod`. As the changes are implemented, the corresponding `ClusterResourceOverride` configurations will be applied to the designated clusters, triggered by the selection of matching cluster role resource, `secret-reader`.
284286

285-
:::image type="content" source="./media/quickstart-resource-propagation/create-resource-propagation-inline.png" lightbox="./media/quickstart-resource-propagation/create-resource-propagation.png" alt-text="The Azure portal page for creating a resource placement, showing the YAML template with placeholder values.":::
286287

287288
1. Verify that the cluster resource placement is created successfully.
288289

52.2 KB
Loading
86.1 KB
Loading
99.6 KB
Loading
176 KB
Loading
62.9 KB
Loading
107 KB
Loading
101 KB
Loading
160 KB
Loading

articles/kubernetes-fleet/quickstart-resource-propagation.md

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -206,21 +206,37 @@ For more information, see [Kubernetes resource propagation from hub cluster to m
206206
207207
1. Select **Create**.
208208
209-
1. Replace the placeholder values with your own, and select **Add**.
209+
1. Replace the placeholder values with the following YAML, and select **Add**.
210210
211-
:::image type="content" source="./media/quickstart-resource-propagation/create-resource-propagation-inline.png" lightbox="./media/quickstart-resource-propagation/create-resource-propagation.png" alt-text="The Azure portal page for creating a resource placement, showing the YAML template with placeholder values.":::
211+
:::image type="content" source="./media/quickstart-resource-propagation/create-crp-inline.png" lightbox="./media/quickstart-resource-propagation/create-crp.png" alt-text="The Azure portal page for creating a resource placement, showing the YAML template with placeholder values.":::
212+
213+
```yml
214+
apiVersion: placement.kubernetes-fleet.io/v1beta1
215+
kind: ClusterResourcePlacement
216+
metadata:
217+
name: crp
218+
spec:
219+
resourceSelectors:
220+
- group: ""
221+
kind: Namespace
222+
version: v1
223+
name: my-namespace
224+
policy:
225+
placementType: PickAll
226+
```
227+
212228
213229
1. Verify that the cluster resource placement is created successfully.
214230
215-
:::image type="content" source="./media/quickstart-resource-propagation/overview-cluster-resource-inline.png" lightbox="./media/quickstart-resource-propagation/overview-cluster-resource.png" alt-text="The Azure portal page for cluster resource placements, showing a successfully created cluster resource placement.":::
231+
:::image type="content" source="./media/quickstart-resource-propagation/crp-success-inline.png" lightbox="./media/quickstart-resource-propagation/crp-success.png" alt-text="The Azure portal page for cluster resource placements, showing a successfully created cluster resource placement.":::
216232
217233
1. To see more details on an individual cluster resource placement, select it from the list.
218234
219-
:::image type="content" source="./media/quickstart-resource-propagation/overview-cluster-placement-details-inline.png" lightbox="./media/quickstart-resource-propagation/overview-cluster-placement-details.png" alt-text="The Azure portal overview page for an individual cluster resource placement, showing events and details.":::
235+
:::image type="content" source="./media/quickstart-resource-propagation/crp-details-inline.png" lightbox="./media/quickstart-resource-propagation/crp-details.png" alt-text="The Azure portal overview page for an individual cluster resource placement, showing events and details.":::
220236
221237
1. You can view additional details on the cluster resource placement's snapshots, bindings, works, and scheduling policy snapshots using the individual tabs. For example, select the **Cluster Resources Snapshots** tab.
222238
223-
:::image type="content" source="./media/quickstart-resource-propagation/cluster-resource-snapshots-inline.png" lightbox="./media/quickstart-resource-propagation/cluster-resource-snapshots.png" alt-text="The Azure portal page for an a cluster resource placement, with the cluster resources snapshots tab selected.":::
239+
:::image type="content" source="./media/quickstart-resource-propagation/crp-snapshot-inline.png" lightbox="./media/quickstart-resource-propagation/crp-snapshot.png" alt-text="The Azure portal page for an a cluster resource placement, with the cluster resources snapshots tab selected.":::
224240
225241
---
226242

0 commit comments

Comments
 (0)