From d2690c72daff31252d063791e17ca8cccc26e74f Mon Sep 17 00:00:00 2001 From: uma-kt <105046156+uma-kt@users.noreply.github.com> Date: Fri, 9 Aug 2024 18:31:03 +0530 Subject: [PATCH] fixed the links --- .../installing-kubeslice/creating-a-slice.mdx | 2 +- .../version-0.5.0/getting-started-with-kind-clusters.mdx | 2 +- .../version-0.6.0/reference/configuration-parameters.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/versioned_docs/version-0.4.0/getting-started-with-cloud-clusters/installing-kubeslice/creating-a-slice.mdx b/versioned_docs/version-0.4.0/getting-started-with-cloud-clusters/installing-kubeslice/creating-a-slice.mdx index 38ee1de9..54204c17 100644 --- a/versioned_docs/version-0.4.0/getting-started-with-cloud-clusters/installing-kubeslice/creating-a-slice.mdx +++ b/versioned_docs/version-0.4.0/getting-started-with-cloud-clusters/installing-kubeslice/creating-a-slice.mdx @@ -167,7 +167,7 @@ Create the slice configuration file with Istio ingress gateways using the follow :::info If you want to add a QoS profile configuration for multiple slices, -[create a standard QoS profile](#creating-a-standard-qos-profile). Add the name of the external +[create a standard QoS profile](#create-a-standard-qos-profile). Add the name of the external QoS profile as the value of `standardQosProfileName` in the slice configuration YAML file. In a slice configuration YAML file, the `standardQosProfileName` parameter and the `qosProfileDetails` diff --git a/versioned_docs/version-0.5.0/getting-started-with-kind-clusters.mdx b/versioned_docs/version-0.5.0/getting-started-with-kind-clusters.mdx index 54121302..a71efbeb 100644 --- a/versioned_docs/version-0.5.0/getting-started-with-kind-clusters.mdx +++ b/versioned_docs/version-0.5.0/getting-started-with-kind-clusters.mdx @@ -873,7 +873,7 @@ Create the slice configuration .yaml file using the following template. :::info If you want to add a standard QoS profile configuration for multiple slices, -[create a standard QoS profile](/versioned_docs/version-0.5.0/getting-started-with-cloud-clusters/installing-kubeslice/creating-a-slice.mdx#creating-a-qos-profile). +[create a standard QoS profile](/versioned_docs/version-0.5.0/getting-started-with-cloud-clusters/installing-kubeslice/creating-a-slice.mdx#create-a-standard-qos-profile). Add the name of the external QoS profile as the value of `standardQosProfileName` in the slice configuration YAML file. In a slice configuration YAML file, the `standardQosProfileName` parameter and the `qosProfileDetails` diff --git a/versioned_docs/version-0.6.0/reference/configuration-parameters.mdx b/versioned_docs/version-0.6.0/reference/configuration-parameters.mdx index ac349bb2..820e4966 100644 --- a/versioned_docs/version-0.6.0/reference/configuration-parameters.mdx +++ b/versioned_docs/version-0.6.0/reference/configuration-parameters.mdx @@ -192,7 +192,7 @@ These parameters are related to the spec configured in the | sliceIpamType | String | It is the type of the IP address management for the slice subnet. The value must be always set to `Local`. | Mandatory | | clusters | List of Strings | The names of the worker clusters that would be part of the slice. You can provide the list of worker clusters. | Mandatory | | [qosProfileDetails](#qos-profile-parameters) | Object | QoS profile for the slice inter cluster traffic. Note that `qosProfileDetails` and `standardQosProfileName` are mutually exclusive parameters. | Mandatory | -| [standardQosProfileName](#standard-qos-profile-parameters) | String | This [name](#qos-profile-metadata-parameter) of the [external QoS profile](/versioned_docs/version-0.6.0/getting-started-with-cloud-clusters/installing-kubeslice/creating-a-slice.mdx#create-a-standard-qos-profile) that you can apply for multiple slices. Note that `qosProfileDetails` and `standardQosProfileName` are mutually exclusive parameters. | Mandatory | +| [standardQosProfileName](#standard-qos-profile-parameters) | String | This name of the [external QoS profile](/versioned_docs/version-0.6.0/getting-started-with-cloud-clusters/installing-kubeslice/creating-a-slice.mdx#create-a-standard-qos-profile) that you can apply for multiple slices. Note that `qosProfileDetails` and `standardQosProfileName` are mutually exclusive parameters. | Mandatory | | [namespaceIsolationProfile](#namespace-isolation-profile-parameters) | Object | It is the configuration to onboard namespaces and/or isolate namespaces with the network policy. | Mandatory | | [externalGatewayConfig](#external-gateway-configuration-parameters) | Object | It is the slice ingress/egress gateway configuration. It is an optional configuration. | Mandatory |