Skip to content

Commit

Permalink
OSDOCS-11559 | docs: Add example for enabling UWM day-2
Browse files Browse the repository at this point in the history
There was confusion around how to use this boolean flag and some users
believed that it could only be disabled.

Signed-off-by: Michael Shen <mshen@redhat.com>
  • Loading branch information
mjlshen committed Aug 5, 2024
1 parent ea34107 commit 6a4a4b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/edit/cluster/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ var Cmd = &cobra.Command{
Example: ` # Edit a cluster named "mycluster" to make it private
rosa edit cluster -c mycluster --private
# Edit a cluster named "mycluster" to enable User Workload Monitoring
rosa edit cluster -c mycluster --disable-workload-monitoring=false
# Edit all options interactively
rosa edit cluster -c mycluster --interactive`,
Run: run,
Expand Down

0 comments on commit 6a4a4b2

Please sign in to comment.