Skip to content

Commit

Permalink
Update CLI flags to sync with K3s
Browse files Browse the repository at this point in the history
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
  • Loading branch information
brandond committed Dec 9, 2023
1 parent 7a1c112 commit 1559ff0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cli/cmds/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ var (
"container-runtime-endpoint": copyFlag,
"image-service-endpoint": dropFlag,
"pause-image": dropFlag,
"default-runtime": copyFlag,
"disable-apiserver-lb": dropFlag,
"private-registry": copyFlag,
"node-ip": copyFlag,
Expand Down
1 change: 1 addition & 0 deletions pkg/cli/cmds/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ var (
"container-runtime-endpoint": copyFlag,
"image-service-endpoint": dropFlag,
"pause-image": dropFlag,
"default-runtime": copyFlag,
"private-registry": copyFlag,
"system-default-registry": copyFlag,
"node-ip": copyFlag,
Expand Down

0 comments on commit 1559ff0

Please sign in to comment.