Merge pull request #2683 from giuseppe/fix-pod-top

rootless: fix pod top
This commit is contained in:
OpenShift Merge Robot
2019-03-18 05:00:15 -07:00
committed by GitHub
3 changed files with 42 additions and 0 deletions

View File

@@ -76,6 +76,7 @@ var cmdsNotRequiringRootless = map[*cobra.Command]bool{
_podKillCommand: true,
_podStatsCommand: true,
_podStopCommand: true,
_podTopCommand: true,
_restartCommand: true,
_rmCommand: true,
_runCommand: true,