Skip to content

Commit b1a7b23

Browse files
committed
Fix description to indicate default gpu clients namespace option
Signed-off-by: Shiva Krishna, Merla <[email protected]>
1 parent b7bb446 commit b1a7b23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployments/gpu-operator/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import (
2727
log "github.com/sirupsen/logrus"
2828
cli "github.com/urfave/cli/v2"
2929

30-
v1 "k8s.io/api/core/v1"
30+
"k8s.io/api/core/v1"
3131
"k8s.io/apimachinery/pkg/fields"
3232
"k8s.io/client-go/kubernetes"
3333
"k8s.io/client-go/tools/cache"
@@ -197,7 +197,7 @@ func main() {
197197
Name: "default-gpu-clients-namespace",
198198
Aliases: []string{"p"},
199199
Value: DefaultGPUClientsNamespace,
200-
Usage: "name of the Kubernetes namespace in which the GPU client Pods are installed in",
200+
Usage: "Default name of the Kubernetes namespace in which the GPU client Pods are installed in",
201201
Destination: &defaultGPUClientsNamespaceFlag,
202202
EnvVars: []string{"DEFAULT_GPU_CLIENTS_NAMESPACE"},
203203
},

0 commit comments

Comments
 (0)