-
-
Save LalatenduMohanty/98569e1a6f18d5e0c863fc47817f28d9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: machineconfiguration.openshift.io/v1 | |
kind: MachineConfigPool | |
metadata: | |
creationTimestamp: "2021-06-25T18:32:03Z" | |
generation: 2 | |
managedFields: | |
- apiVersion: machineconfiguration.openshift.io/v1 | |
fieldsType: FieldsV1 | |
fieldsV1: | |
f:spec: | |
.: {} | |
f:machineConfigSelector: | |
.: {} | |
f:matchExpressions: {} | |
f:nodeSelector: | |
.: {} | |
f:matchLabels: | |
.: {} | |
f:node-role.kubernetes.io/mcp1: {} | |
manager: kubectl-create | |
operation: Update | |
time: "2021-06-25T18:32:03Z" | |
- apiVersion: machineconfiguration.openshift.io/v1 | |
fieldsType: FieldsV1 | |
fieldsV1: | |
f:spec: | |
f:configuration: | |
.: {} | |
f:name: {} | |
f:source: {} | |
f:paused: {} | |
f:status: | |
.: {} | |
f:conditions: {} | |
f:configuration: | |
.: {} | |
f:name: {} | |
f:source: {} | |
f:degradedMachineCount: {} | |
f:machineCount: {} | |
f:observedGeneration: {} | |
f:readyMachineCount: {} | |
f:unavailableMachineCount: {} | |
f:updatedMachineCount: {} | |
manager: machine-config-controller | |
operation: Update | |
time: "2021-06-25T18:32:18Z" | |
name: mcp1 | |
resourceVersion: "61633" | |
selfLink: /apis/machineconfiguration.openshift.io/v1/machineconfigpools/mcp1 | |
uid: 15d50874-d390-4df8-b410-3bc7a068dc03 | |
spec: | |
configuration: | |
name: rendered-mcp1-e13e08651cde58bdfcaeb2f6f2a5b23c | |
source: | |
- apiVersion: machineconfiguration.openshift.io/v1 | |
kind: MachineConfig | |
name: 00-worker | |
- apiVersion: machineconfiguration.openshift.io/v1 | |
kind: MachineConfig | |
name: 01-worker-container-runtime | |
- apiVersion: machineconfiguration.openshift.io/v1 | |
kind: MachineConfig | |
name: 01-worker-kubelet | |
- apiVersion: machineconfiguration.openshift.io/v1 | |
kind: MachineConfig | |
name: 99-worker-generated-registries | |
- apiVersion: machineconfiguration.openshift.io/v1 | |
kind: MachineConfig | |
name: 99-worker-ssh | |
machineConfigSelector: | |
matchExpressions: | |
- key: machineconfiguration.openshift.io/role | |
operator: In | |
values: | |
- worker | |
- mcp1 | |
nodeSelector: | |
matchLabels: | |
node-role.kubernetes.io/mcp1: "" | |
paused: false | |
status: | |
conditions: | |
- lastTransitionTime: "2021-06-25T18:32:08Z" | |
message: "" | |
reason: "" | |
status: "False" | |
type: RenderDegraded | |
- lastTransitionTime: "2021-06-25T18:32:13Z" | |
message: "" | |
reason: "" | |
status: "False" | |
type: NodeDegraded | |
- lastTransitionTime: "2021-06-25T18:32:13Z" | |
message: "" | |
reason: "" | |
status: "False" | |
type: Degraded | |
- lastTransitionTime: "2021-06-25T18:32:18Z" | |
message: All nodes are updated with rendered-mcp1-e13e08651cde58bdfcaeb2f6f2a5b23c | |
reason: "" | |
status: "True" | |
type: Updated | |
- lastTransitionTime: "2021-06-25T18:32:18Z" | |
message: "" | |
reason: "" | |
status: "False" | |
type: Updating | |
configuration: | |
name: rendered-mcp1-e13e08651cde58bdfcaeb2f6f2a5b23c | |
source: | |
- apiVersion: machineconfiguration.openshift.io/v1 | |
kind: MachineConfig | |
name: 00-worker | |
- apiVersion: machineconfiguration.openshift.io/v1 | |
kind: MachineConfig | |
name: 01-worker-container-runtime | |
- apiVersion: machineconfiguration.openshift.io/v1 | |
kind: MachineConfig | |
name: 01-worker-kubelet | |
- apiVersion: machineconfiguration.openshift.io/v1 | |
kind: MachineConfig | |
name: 99-worker-generated-registries | |
- apiVersion: machineconfiguration.openshift.io/v1 | |
kind: MachineConfig | |
name: 99-worker-ssh | |
degradedMachineCount: 0 | |
machineCount: 1 | |
observedGeneration: 2 | |
readyMachineCount: 1 | |
unavailableMachineCount: 0 | |
updatedMachineCount: 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment