You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OpenShiftAsciiDoc/CheckDollarSymbolInTerminalBlock.yml shows an error incorrectly in the below file. IMO this rule should not raise an error at all, the below problem notwithstanding.
. Verify that a matching machine config pool exists with a label:
+
[source,terminal]
----
$ oc describe mcp/worker-rt
----
+
.Example output
[source,yaml]
----
Name: worker-rt
Namespace:
Labels: machineconfiguration.openshift.io/role=worker-rt
----
The text was updated successfully, but these errors were encountered:
aireilly
changed the title
OpenShiftAsciiDoc/CheckDollarSymbolInTerminalBlock.yml flags an error where there is none
OpenShiftAsciiDoc/CheckDollarSymbolInTerminalBlock.yml flags an error where there is none
Feb 20, 2024
This happened to one of my PRs. I discovered that the problem was caused by an unterminated code block. When I fixed the code block, the error diappeared.
The
OpenShiftAsciiDoc/CheckDollarSymbolInTerminalBlock.yml
shows an error incorrectly in the below file. IMO this rule should not raise an error at all, the below problem notwithstanding.https://github.com/aireilly/openshift-docs/blob/main/modules/cnf-provisioning-real-time-and-low-latency-workloads.adoc?plain=1#L106
The text was updated successfully, but these errors were encountered: