We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ipam
1 parent d58d1ae commit 3e17c35Copy full SHA for 3e17c35
modules/nw-sriov-network-attachment.adoc
@@ -59,15 +59,13 @@ spec:
59
resourceName: net1
60
networkNamespace: project2
61
ipam: |-
62
- {
63
- "ipam": {
64
- "type": "host-local",
65
- "subnet": "10.56.217.0/24",
66
- "rangeStart": "10.56.217.171",
67
- "rangeEnd": "10.56.217.181",
68
- "gateway": "10.56.217.1"
69
- }
70
+ {
+ "type": "host-local",
+ "subnet": "10.56.217.0/24",
+ "rangeStart": "10.56.217.171",
+ "rangeEnd": "10.56.217.181",
+ "gateway": "10.56.217.1"
+ }
71
----
72
73
. To create the object, enter the following command:
0 commit comments