Skip to content

Commit 6902456

Browse files
Xiaobin Quflavio-fernandes
authored andcommitted
fix broken TOC links
1 parent fa83c31 commit 6902456

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/features/network-qos-guide.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
4. [Create Sample Pods and Verify the Configuration](#4-create-sample-pods-and-verify-the-configuration)
99
5. [Explain the NetworkQoS Object](#5-explain-the-networkqos-object)
1010

11-
## **1 Overview**
11+
## **1 Overview**
1212

1313
Differentiated Services Code Point (DSCP) marking and egress bandwidth metering let you prioritize or police specific traffic flows. The new **NetworkQoS** Custom Resource Definition (CRD) in [ovn-kubernetes](https://github.com/ovn-kubernetes/ovn-kubernetes/blob/master/dist/templates/k8s.ovn.org_networkqoses.yaml.j2) makes both features available to Kubernetes users on **all** pod interfaces—primary or secondary—without touching pod manifests.
1414

@@ -19,7 +19,7 @@ cd contrib
1919
./kind-helm.sh -nqe -mne ; # --enable-network-qos --enable-multi-network
2020
```
2121

22-
## **2 Create a Secondary Network**
22+
## **2 Create a Secondary Network**
2323

2424
File: nad.yaml
2525

@@ -46,7 +46,7 @@ spec:
4646
```
4747
*Why the label?* `NetworkQoS` uses a label selector to find matching NADs. Without at least one label, the selector cannot match.
4848

49-
## **3 Define a NetworkQoS Policy**
49+
## **3 Define a NetworkQoS Policy**
5050

5151
File: nqos.yaml
5252

@@ -108,7 +108,7 @@ NAME STATUS
108108
qos-external NetworkQoS Destinations applied
109109
```
110110

111-
## **4 Create Sample Pods and Verify the Configuration**
111+
## **4 Create Sample Pods and Verify the Configuration**
112112

113113
### **4.1 Launch Test Pods**
114114

@@ -284,7 +284,7 @@ tcpdump: listening on eth0, link-type EN10MB (Ethernet), capture size 262144 byt
284284
10.245.2.3 > 10.245.4.3: ICMP echo reply, id 14, seq 56, length 64
285285
```
286286
287-
## **5 Explain the NetworkQoS Object**
287+
## **5 Explain the NetworkQoS Object**
288288
289289
Below is an *abbreviated* map of the CRD schema returned by `kubectl explain networkqos --recursive` (v1alpha1). Use this as a quick reference. For the definitive specification, always consult the `kubectl explain` output or the CRD YAML in the ovn-kubernetes repository.
290290

0 commit comments

Comments
 (0)