Skip to content

Commit

Permalink
Removing the --tarball flag from the worker flags.
Browse files Browse the repository at this point in the history
Now that we are using CRIO to pull images and the `ImageMounter`
interface was removed, the `--tarball` flag isn't being used anymore.

Signed-off-by: Yoni Bettan <[email protected]>
  • Loading branch information
ybettan committed Sep 17, 2024
1 parent ed8e38a commit 463d00c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions cmd/worker/funcs_kmod.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,20 +59,8 @@ func setCommandsFlags() {
"",
"if set, this value will be written to "+worker.FirmwareClassPathLocation+" and it is also the value that firmware host path is mounted to")

kmodLoadCmd.Flags().Bool(
"tarball",
false,
"If true, extract the image from a tarball image instead of pulling from the registry",
)

kmodUnloadCmd.Flags().String(
worker.FlagFirmwarePath,
"",
"if set, this the value that firmware host path is mounted to")

kmodUnloadCmd.Flags().Bool(
"tarball",
false,
"If true, extract the image from a tarball image instead of pulling from the registry",
)
}

0 comments on commit 463d00c

Please sign in to comment.