Skip to content

Commit

Permalink
fixed the links
Browse files Browse the repository at this point in the history
  • Loading branch information
uma-kt committed Aug 9, 2024
1 parent 5c249c2 commit d2690c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down

0 comments on commit d2690c7

Please sign in to comment.