Skip to content

Commit

Permalink
yamls: update daemonset for pinning
Browse files Browse the repository at this point in the history
Update the map pinning Deamonset configuration to enable
map pinning. Update the NAD definitions to detail when
to use/not use the syncer.

Signed-off-by: Maryam Tahhan <[email protected]>
  • Loading branch information
maryamtahhan committed Feb 14, 2024
1 parent 145696b commit 8423d43
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployments/daemonset-pinning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ data:
{
"name":"myPool",
"mode":"primary",
"UdsServerDisable": true,
"BpfMapPinningEnable": true,
"drivers":[
{
"name":"i40e"
Expand Down
1 change: 1 addition & 0 deletions examples/nad_with_syncer.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# WARNING: This is an example definition only. Remove all comments before use.
# To be used with AF_XDP DP when map pinning is enabled

apiVersion: "k8s.cni.cncf.io/v1"
kind: NetworkAttachmentDefinition
Expand Down
1 change: 1 addition & 0 deletions examples/network-attachment-definition.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# WARNING: This is an example definition only. Remove all comments before use.
# To be used with AF_XDP DP when UDS support is enabled

apiVersion: "k8s.cni.cncf.io/v1"
kind: NetworkAttachmentDefinition
Expand Down

0 comments on commit 8423d43

Please sign in to comment.