openshift / openshift-docs

OpenShift 3 and 4 product and community documentation
https://docs.openshift.com
Apache License 2.0
746 stars 1.72k forks source link

No need to add backtic in the command. #78869

Open sanjaytripathi97 opened 1 month ago

sanjaytripathi97 commented 1 month ago

Location:- ./modules/nw-ovn-kubernetes-checking-live-migration-metrics.adoc

Command:- oc -n openshift-monitoring exec -c prometheus prometheus-k8s-0 -- curl -k -H "Authorization: " "https://" --data-urlencode "query=openshift_network_operator_live_migration_condition" | jq`

After jq there is a backtick which is causing the issue while running the command by directly copying.

obrown1205 commented 1 month ago

/assign @obrown1205

obrown1205 commented 1 month ago

Addressing in https://github.com/openshift/openshift-docs/pull/79655