Skip to content

Commit

Permalink
Merge pull request #4 from jotak/cm-ipfix-non-exclusive
Browse files Browse the repository at this point in the history
ConfigMap: make it not exclusive for ipfix (it could be helpful in th…
  • Loading branch information
jotak authored Oct 14, 2021
2 parents 2160527 + 1607039 commit fd2a4b7
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions enhancements/network/ovs-flow-export-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,14 +179,15 @@ Here is the new `ConfigMap` definition:
apiVersion: v1
kind: ConfigMap
metadata:
name: ovs-ipfix-config
name: ovs-flows-config
namespace: # CNO's namespace
spec:
sharedTarget: <service ip+port>
nodePort: <int>
sampling: <int>
cacheActiveTimeout: <int (seconds)>
cacheMaxFlows: <int>
ipfix:
sharedTarget: <service ip+port>
nodePort: <int>
sampling: <int>
cacheActiveTimeout: <int (seconds)>
cacheMaxFlows: <int>
```

Assuming that each OVS instance will forward flows to the same node (to minimize network traffic
Expand Down

0 comments on commit fd2a4b7

Please sign in to comment.