You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/kubernetes-fleet/cluster-resource-override.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -258,7 +258,7 @@ rules:
258
258
259
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
260
261
-
:::image type="content" source="./media/cluster-resource-override/crp-create-inline.png" lightbox="./media/cluster-resource-override/crp-create.png" alt-text="The Azure portal page for creating a resource placement, showing the YAML template with placeholder values.":::
261
+
:::image type="content" source="./media/cluster-resource-override/crp-create-inline.png" lightbox="./media/cluster-resource-override/crp-create.png" alt-text="A screenshot of the Azure portal page for creating a resource placement, showing the YAML template with placeholder values.":::
262
262
263
263
```yaml
264
264
apiVersion: placement.kubernetes-fleet.io/v1beta1
@@ -287,7 +287,7 @@ rules:
287
287
288
288
1. Verify that the cluster resource placement is created successfully.
289
289
290
-
:::image type="content" source="./media/cluster-resource-override/crp-success-inline.png" lightbox="./media/cluster-resource-override/crp-success.png" alt-text="The Azure portal page for cluster resource placements, showing a successfully created cluster resource placement.":::
290
+
:::image type="content" source="./media/cluster-resource-override/crp-success-inline.png" lightbox="./media/cluster-resource-override/crp-success.png" alt-text="A screenshot of the Azure portal page for cluster resource placements, showing a successfully created cluster resource placement.":::
291
291
292
292
1. Verify the cluster resource placement applied to the selected resources by selecting the resource from the list and checking the status.
Copy file name to clipboardExpand all lines: articles/kubernetes-fleet/quickstart-resource-propagation.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -208,7 +208,7 @@ For more information, see [Kubernetes resource propagation from hub cluster to m
208
208
209
209
1. Replace the placeholder values with the following YAML, and select **Add**.
210
210
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.":::
211
+
:::image type="content" source="./media/quickstart-resource-propagation/create-crp-inline.png" lightbox="./media/quickstart-resource-propagation/create-crp.png" alt-text="A screenshot of the Azure portal page for creating a resource placement, showing the YAML template with placeholder values.":::
212
212
213
213
```yml
214
214
apiVersion: placement.kubernetes-fleet.io/v1beta1
@@ -228,15 +228,15 @@ For more information, see [Kubernetes resource propagation from hub cluster to m
228
228
229
229
1. Verify that the cluster resource placement is created successfully.
230
230
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.":::
231
+
:::image type="content" source="./media/quickstart-resource-propagation/crp-success-inline.png" lightbox="./media/quickstart-resource-propagation/crp-success.png" alt-text="A screenshot of the Azure portal page for cluster resource placements, showing a successfully created cluster resource placement.":::
232
232
233
233
1. To see more details on an individual cluster resource placement, select it from the list.
234
234
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.":::
235
+
:::image type="content" source="./media/quickstart-resource-propagation/crp-details-inline.png" lightbox="./media/quickstart-resource-propagation/crp-details.png" alt-text="A screenshot of the Azure portal overview page for an individual cluster resource placement, showing events and details.":::
236
236
237
237
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.
238
238
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.":::
239
+
:::image type="content" source="./media/quickstart-resource-propagation/crp-snapshot-inline.png" lightbox="./media/quickstart-resource-propagation/crp-snapshot.png" alt-text="A screenshot of the Azure portal page for a cluster resource placement, with the cluster resources snapshots tab selected.":::
Copy file name to clipboardExpand all lines: articles/kubernetes-fleet/resource-override.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -279,11 +279,11 @@ This example replaces the container image in the `Deployment` with the `nginx:1.
279
279
280
280
This example distributes resources within the `test-namespace` across all clusters labeled with `env:prod` and `env:test`. As the changes are implemented, the corresponding `ResourceOverride` configurations will be applied to the designated resources, triggered by the selection of matching deployment resource, `my-deployment`.
281
281
282
-
:::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.":::
282
+
:::image type="content" source="./media/quickstart-resource-propagation/create-resource-propagation-inline.png" lightbox="./media/quickstart-resource-propagation/create-resource-propagation.png" alt-text="A screenshot of the Azure portal page for creating a resource placement, showing the YAML template with placeholder values.":::
283
283
284
284
1. Verify that the cluster resource placement is created successfully.
285
285
286
-
:::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.":::
286
+
:::image type="content" source="./media/quickstart-resource-propagation/overview-cluster-resource-inline.png" lightbox="./media/quickstart-resource-propagation/overview-cluster-resource.png" alt-text="A screenshot of the Azure portal page for cluster resource placements, showing a successfully created cluster resource placement.":::
287
287
288
288
1. Verify the cluster resource placement applied to the selected resources by selecting the resource from the list and checking the status.
0 commit comments