From 5e9c37a18738eed41fe94fd2d83e12382930781e Mon Sep 17 00:00:00 2001 From: Lucas Sampaio Date: Mon, 12 Jan 2026 10:55:34 -0800 Subject: [PATCH] Rename `03-configmap-calico-vpp-resources.yaml` to `02-configmap-calico-vpp-resources.yaml` to match the current configuration. --- calico/getting-started/kubernetes/vpp/openshift.mdx | 6 +++--- .../getting-started/kubernetes/vpp/openshift.mdx | 6 +++--- .../getting-started/kubernetes/vpp/openshift.mdx | 6 +++--- .../getting-started/kubernetes/vpp/openshift.mdx | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/calico/getting-started/kubernetes/vpp/openshift.mdx b/calico/getting-started/kubernetes/vpp/openshift.mdx index 843ce798ec..dfb9d26737 100644 --- a/calico/getting-started/kubernetes/vpp/openshift.mdx +++ b/calico/getting-started/kubernetes/vpp/openshift.mdx @@ -93,11 +93,11 @@ cd .. cp vpp/* manifests/ ``` -Make sure that `SERVICE_PREFIX` in `manifests/03-configmap-calico-vpp-resources.yaml` matches the service CIDR of the cluster: +Make sure that `SERVICE_PREFIX` in `manifests/02-configmap-calico-vpp-resources.yaml` matches the service CIDR of the cluster: ```bash SERVICE_CIDR=`grep -A1 serviceNetwork: ./manifests/cluster-config.yaml | tail -n1 | cut -d '-' -f2` -sed -i "s#SERVICE_PREFIX:.*#SERVICE_PREFIX:$SERVICE_CIDR#" ./manifests/03-configmap-calico-vpp-resources.yaml +sed -i "s#SERVICE_PREFIX:.*#SERVICE_PREFIX:$SERVICE_CIDR#" ./manifests/02-configmap-calico-vpp-resources.yaml ``` ### Optionally provide additional configuration @@ -108,7 +108,7 @@ If you do not need to provide additional configuration, you can skip this sectio To include [Calico resources](../../../reference/resources/index.mdx) during installation, edit `manifests/02-configmap-calico-resources.yaml` to add your own configuration. -To customize the configuration of the VPP data plane, edit `manifests/03-configmap-calico-vpp-resources.yaml`. For details refer to the **Configuration options** section of [Getting Started](./getting-started.mdx). +To customize the configuration of the VPP data plane, edit `manifests/02-configmap-calico-vpp-resources.yaml`. For details refer to the **Configuration options** section of [Getting Started](./getting-started.mdx). :::note diff --git a/calico_versioned_docs/version-3.29/getting-started/kubernetes/vpp/openshift.mdx b/calico_versioned_docs/version-3.29/getting-started/kubernetes/vpp/openshift.mdx index 227586ca28..8cd96a8a67 100644 --- a/calico_versioned_docs/version-3.29/getting-started/kubernetes/vpp/openshift.mdx +++ b/calico_versioned_docs/version-3.29/getting-started/kubernetes/vpp/openshift.mdx @@ -93,11 +93,11 @@ cd .. cp vpp/* manifests/ ``` -Make sure that `SERVICE_PREFIX` in `manifests/03-configmap-calico-vpp-resources.yaml` matches the service CIDR of the cluster: +Make sure that `SERVICE_PREFIX` in `manifests/02-configmap-calico-vpp-resources.yaml` matches the service CIDR of the cluster: ```bash SERVICE_CIDR=`grep -A1 serviceNetwork: ./manifests/cluster-config.yaml | tail -n1 | cut -d '-' -f2` -sed -i "s#SERVICE_PREFIX:.*#SERVICE_PREFIX:$SERVICE_CIDR#" ./manifests/03-configmap-calico-vpp-resources.yaml +sed -i "s#SERVICE_PREFIX:.*#SERVICE_PREFIX:$SERVICE_CIDR#" ./manifests/02-configmap-calico-vpp-resources.yaml ``` ### Optionally provide additional configuration @@ -108,7 +108,7 @@ If you do not need to provide additional configuration, you can skip this sectio To include [Calico resources](../../../reference/resources/index.mdx) during installation, edit `manifests/02-configmap-calico-resources.yaml` to add your own configuration. -To customize the configuration of the VPP data plane, edit `manifests/03-configmap-calico-vpp-resources.yaml`. For details refer to the **Configuration options** section of [Getting Started](./getting-started.mdx). +To customize the configuration of the VPP data plane, edit `manifests/02-configmap-calico-vpp-resources.yaml`. For details refer to the **Configuration options** section of [Getting Started](./getting-started.mdx). :::note diff --git a/calico_versioned_docs/version-3.30/getting-started/kubernetes/vpp/openshift.mdx b/calico_versioned_docs/version-3.30/getting-started/kubernetes/vpp/openshift.mdx index 73ccbc489f..538348fd53 100644 --- a/calico_versioned_docs/version-3.30/getting-started/kubernetes/vpp/openshift.mdx +++ b/calico_versioned_docs/version-3.30/getting-started/kubernetes/vpp/openshift.mdx @@ -93,11 +93,11 @@ cd .. cp vpp/* manifests/ ``` -Make sure that `SERVICE_PREFIX` in `manifests/03-configmap-calico-vpp-resources.yaml` matches the service CIDR of the cluster: +Make sure that `SERVICE_PREFIX` in `manifests/02-configmap-calico-vpp-resources.yaml` matches the service CIDR of the cluster: ```bash SERVICE_CIDR=`grep -A1 serviceNetwork: ./manifests/cluster-config.yaml | tail -n1 | cut -d '-' -f2` -sed -i "s#SERVICE_PREFIX:.*#SERVICE_PREFIX:$SERVICE_CIDR#" ./manifests/03-configmap-calico-vpp-resources.yaml +sed -i "s#SERVICE_PREFIX:.*#SERVICE_PREFIX:$SERVICE_CIDR#" ./manifests/02-configmap-calico-vpp-resources.yaml ``` ### Optionally provide additional configuration @@ -108,7 +108,7 @@ If you do not need to provide additional configuration, you can skip this sectio To include [Calico resources](../../../reference/resources/index.mdx) during installation, edit `manifests/02-configmap-calico-resources.yaml` to add your own configuration. -To customize the configuration of the VPP data plane, edit `manifests/03-configmap-calico-vpp-resources.yaml`. For details refer to the **Configuration options** section of [Getting Started](./getting-started.mdx). +To customize the configuration of the VPP data plane, edit `manifests/02-configmap-calico-vpp-resources.yaml`. For details refer to the **Configuration options** section of [Getting Started](./getting-started.mdx). :::note diff --git a/calico_versioned_docs/version-3.31/getting-started/kubernetes/vpp/openshift.mdx b/calico_versioned_docs/version-3.31/getting-started/kubernetes/vpp/openshift.mdx index d55aee48e1..2e2b1e8661 100644 --- a/calico_versioned_docs/version-3.31/getting-started/kubernetes/vpp/openshift.mdx +++ b/calico_versioned_docs/version-3.31/getting-started/kubernetes/vpp/openshift.mdx @@ -93,11 +93,11 @@ cd .. cp vpp/* manifests/ ``` -Make sure that `SERVICE_PREFIX` in `manifests/03-configmap-calico-vpp-resources.yaml` matches the service CIDR of the cluster: +Make sure that `SERVICE_PREFIX` in `manifests/02-configmap-calico-vpp-resources.yaml` matches the service CIDR of the cluster: ```bash SERVICE_CIDR=`grep -A1 serviceNetwork: ./manifests/cluster-config.yaml | tail -n1 | cut -d '-' -f2` -sed -i "s#SERVICE_PREFIX:.*#SERVICE_PREFIX:$SERVICE_CIDR#" ./manifests/03-configmap-calico-vpp-resources.yaml +sed -i "s#SERVICE_PREFIX:.*#SERVICE_PREFIX:$SERVICE_CIDR#" ./manifests/02-configmap-calico-vpp-resources.yaml ``` ### Optionally provide additional configuration @@ -108,7 +108,7 @@ If you do not need to provide additional configuration, you can skip this sectio To include [Calico resources](../../../reference/resources/index.mdx) during installation, edit `manifests/02-configmap-calico-resources.yaml` to add your own configuration. -To customize the configuration of the VPP data plane, edit `manifests/03-configmap-calico-vpp-resources.yaml`. For details refer to the **Configuration options** section of [Getting Started](./getting-started.mdx). +To customize the configuration of the VPP data plane, edit `manifests/02-configmap-calico-vpp-resources.yaml`. For details refer to the **Configuration options** section of [Getting Started](./getting-started.mdx). :::note