Skip to content

Commit 2c122a7

Browse files
committed
remove 8.15 commands
1 parent 18cbd5b commit 2c122a7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/pkg/agent/cmd/common.go

-2
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ func NewCommandWithArgs(args []string, streams *cli.IOStreams) *cobra.Command {
7878
addCommandIfNotNil(cmd, newUpgradeCommandWithArgs(args, streams))
7979
addCommandIfNotNil(cmd, newEnrollCommandWithArgs(args, streams))
8080
addCommandIfNotNil(cmd, newInspectCommandWithArgs(args, streams))
81-
addCommandIfNotNil(cmd, newPrivilegedCommandWithArgs(args, streams))
82-
addCommandIfNotNil(cmd, newUnprivilegedCommandWithArgs(args, streams))
8381
addCommandIfNotNil(cmd, newWatchCommandWithArgs(args, streams))
8482
addCommandIfNotNil(cmd, newContainerCommand(args, streams))
8583
addCommandIfNotNil(cmd, newStatusCommand(args, streams))

0 commit comments

Comments
 (0)