Skip to content

Commit

Permalink
Sync CLI with k3s
Browse files Browse the repository at this point in the history
Signed-off-by: Brad Davidson <[email protected]>
  • Loading branch information
brandond committed Sep 6, 2024
1 parent 7f2b771 commit 30725b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/cli/cmds/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ var (
"private-registry": copyFlag,
"node-ip": copyFlag,
"node-external-ip": copyFlag,
"node-internal-dns": copyFlag,
"node-external-dns": copyFlag,
"resolv-conf": copyFlag,
"flannel-iface": dropFlag,
"flannel-conf": dropFlag,
Expand Down
2 changes: 2 additions & 0 deletions pkg/cli/cmds/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ var (
"system-default-registry": copyFlag,
"node-ip": copyFlag,
"node-external-ip": copyFlag,
"node-internal-dns": copyFlag,
"node-external-dns": copyFlag,
"resolv-conf": copyFlag,
"flannel-iface": dropFlag,
"flannel-conf": dropFlag,
Expand Down

0 comments on commit 30725b5

Please sign in to comment.