Skip to content

Commit

Permalink
[1.19] add node external ip to agent (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
MonzElmasry authored Feb 12, 2021
1 parent 07d1663 commit dce15ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cli/cmds/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var (
"pause-image": drop,
"private-registry": copy,
"node-ip": copy,
"node-external-ip": drop,
"node-external-ip": copy,
"resolv-conf": copy,
"flannel-iface": drop,
"flannel-conf": drop,
Expand Down

0 comments on commit dce15ee

Please sign in to comment.