Skip to content

Commit

Permalink
Sync CLI flags with k3s
Browse files Browse the repository at this point in the history
Signed-off-by: Brad Davidson <[email protected]>
(cherry picked from commit f4cbef9)
Signed-off-by: Brad Davidson <[email protected]>
  • Loading branch information
brandond committed Nov 14, 2024
1 parent 3791379 commit 147a555
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 @@ -31,6 +31,7 @@ var (
"docker": dropFlag,
"container-runtime-endpoint": copyFlag,
"disable-default-registry-endpoint": copyFlag,
"nonroot-devices": copyFlag,
"image-service-endpoint": dropFlag,
"pause-image": dropFlag,
"default-runtime": 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 @@ -97,6 +97,7 @@ var (
"docker": dropFlag,
"container-runtime-endpoint": copyFlag,
"disable-default-registry-endpoint": copyFlag,
"nonroot-devices": copyFlag,
"embedded-registry": copyFlag,
"supervisor-metrics": copyFlag,
"image-service-endpoint": dropFlag,
Expand Down

0 comments on commit 147a555

Please sign in to comment.