Skip to content

Commit

Permalink
Update CLI to sync 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 Jul 10, 2023
1 parent d859700 commit e08399d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/cli/cmds/cert.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ func NewCertCommand() cli.Command {
"server": copyFlag,
"path": copyFlag,
"force": copyFlag,
"data-dir": {
Usage: "(data) Folder to hold state",
Default: rke2Path,
},
},
}

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 @@ -141,6 +141,7 @@ var (
"etcd-s3-insecure": copyFlag,
"etcd-s3-timeout": copyFlag,
"disable-helm-controller": dropFlag,
"helm-job-image": copyFlag,
"enable-pprof": copyFlag,
"servicelb-namespace": copyFlag,
})
Expand Down

0 comments on commit e08399d

Please sign in to comment.