Skip to content

Commit

Permalink
Add CNI file logging by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mgleung committed Aug 13, 2020
1 parent e4f28cf commit a191d40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/render/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ func (c *nodeComponent) nodeCNIConfigMap() *v1.ConfigMap {
"datastore_type": "kubernetes",
"mtu": %d,
"nodename_file_optional": %v,
"log_file_path": "__LOG_FILE_PATH__",
"ipam": {
"type": "calico-ipam",
"assign_ipv4" : "%s",
Expand Down

0 comments on commit a191d40

Please sign in to comment.