1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/snippets/mco-mcn-ocl-example.adoc

40 lines
1.8 KiB
Plaintext

// Text snippet included in the following modules:
//
// * modules/coreos-layering-configuring-on
// * modules/checking-mco-node-status
:_mod-docs-content-type: SNIPPET
.Example machine config node output
[source,terminal]
----
Name: ip-10-0-14-86.us-west-1.compute.internal
API Version: machineconfiguration.openshift.io/v1
Kind: MachineConfigNode
# ...
Spec:
Config Image:
Desired Image: image-registry.openshift-image-registry.svc:5000/openshift-machine-config-operator/ocb-image@sha256:b485378fd8f7963ed74f14ce64f4f1e511e1601d49302b3046b1b78a83f539e3 <1>
Config Version:
Desired: rendered-worker-d63c7736923b60b8b82492ae9a1eef40
Node:
Name: ip-10-0-14-86.us-west-1.compute.internal
Pool:
Name: worker
# ...
Status:
Conditions:
# ...
Message: Action during update to image-registry.openshift-image-registry.svc:5000/openshift-machine-config-operator/ocb-image@sha256:b485378fd8f7963ed74f14ce64f4f1e511e1601d49302b3046b1b78a83f539e3: Successfully pulled OS image image-registry.openshift-image-registry.svc:5000/openshift-machine-config-operator/ocb-image@sha256:b485378fd8f7963ed74f14ce64f4f1e511e1601d49302b3046b1b78a83f539e3 from registry
Reason: ImagePulledFromRegistry
Status: False
Type: ImagePulledFromRegistry
# ...
Config Image:
Current Image: image-registry.openshift-image-registry.svc:5000/openshift-machine-config-operator/ocb-image@sha256:b485378fd8f7963ed74f14ce64f4f1e511e1601d49302b3046b1b78a83f539e3
Desired Image: image-registry.openshift-image-registry.svc:5000/openshift-machine-config-operator/ocb-image@sha256:b485378fd8f7963ed74f14ce64f4f1e511e1601d49302b3046b1b78a83f539e3
# ...
----
<1> Digested image pull spec for the new custom layered image.