Skip to content

Commit

Permalink
docs: use same namespace in getting-started docs
Browse files Browse the repository at this point in the history
We should not mix the namesapces in the documentation.

Signed-off-by: Tobias Giese <[email protected]>
  • Loading branch information
tobiasgiese committed Jul 9, 2024
1 parent 5eda361 commit 5e9995e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/getting-started-kubernetes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ To apply SR-IOV configuration on several nodes in parallel, create a ``SriovNetw
kind: SriovNetworkPoolConfig
metadata:
name: pool-1
namespace: network-operator
namespace: nvidia-network-operator
spec:
maxUnavailable: "20"
nodeSelector:
Expand All @@ -931,7 +931,7 @@ To apply SR-IOV configuration on several nodes in parallel, create a ``SriovNetw
kind: SriovNetworkPoolConfig
metadata:
name: pool-1
namespace: network-operator
namespace: nvidia-network-operator
spec:
maxUnavailable: "10%"
nodeSelector:
Expand Down Expand Up @@ -967,7 +967,7 @@ New method to configure nodes in a parallel:
kind: SriovNetworkPoolConfig
metadata:
name: pool-1
namespace: network-operator
namespace: nvidia-network-operator
spec:
maxUnavailable: "5"
nodeSelector:
Expand Down Expand Up @@ -1464,7 +1464,7 @@ Create IPPool object for nv-ipam
kind: IPPool
metadata:
name: pool1
namespace: network-operator
namespace: nvidia-network-operator
spec:
subnet: 192.168.0.0/16
perNodeBlockSize: 100
Expand Down Expand Up @@ -1531,7 +1531,7 @@ Create SriovNetworkNodePolicy for selected NIC
kind: SriovNetworkNodePolicy
metadata:
name: ovs-switchdev
namespace: network-operator
namespace: nvidia-network-operator
spec:
eSwitchMode: switchdev
mtu: 1500
Expand All @@ -1555,7 +1555,7 @@ Create OVSNetwork CR
kind: OVSNetwork
metadata:
name: ovs
namespace: network-operator
namespace: nvidia-network-operator
spec:
networkNamespace: default
ipam: |
Expand Down Expand Up @@ -1619,7 +1619,7 @@ Create SriovNetworkNodePolicy for selected NIC
kind: SriovNetworkNodePolicy
metadata:
name: ovs-switchdev
namespace: network-operator
namespace: nvidia-network-operator
spec:
eSwitchMode: switchdev
mtu: 1500
Expand Down Expand Up @@ -1649,7 +1649,7 @@ Create OVSNetwork CR
kind: OVSNetwork
metadata:
name: ovs
namespace: network-operator
namespace: nvidia-network-operator
spec:
networkNamespace: default
ipam: |
Expand Down

0 comments on commit 5e9995e

Please sign in to comment.