Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: use same namespace in getting-started docs #66

Merged
merged 1 commit into from
Jul 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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