openshift/openshift-docs

No need to add backtic in the command.

sanjaytripathi97 opened this issue · 4 comments

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: <eyJhbGciOiJSUzI1NiIsImtpZCI6IlZiSUtwclcwbEJ2VW9We...>" "https://<openshift_API_endpoint>" --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.

Addressing in #79655