Summary


Cluster
OpenShift version {{ clusterversion }}
{% if cluster_resources.nvidiagpu.capacity > 0 %} {% endif %}
Resource Allocatable Capacity
CPU Cores {{ cluster_resources.cpu.allocatable }} {{ cluster_resources.cpu.capacity }}
Memory GB {{ cluster_resources.memory.allocatable }} {{ cluster_resources.memory.capacity }}
nvidia.com/gpu {{ cluster_resources.nvidiagpu.allocatable }} {{ cluster_resources.nvidiagpu.capacity }}
{{ clusterautoscalers|length }} x ClusterAutoscalers
{% for clusterautoscaler in clusterautoscalers %} {{ clusterautoscaler.metadata.name }} {% if clusterautoscaler.spec.resourceLimits.cores %} {% endif %} {% if clusterautoscaler.spec.resourceLimits.memory %} {% endif %} {% for gpu in clusterautoscaler.spec.resourceLimits.gpus %} {% endfor %}
Resource Min Max
CPU Cores {{ clusterautoscaler.spec.resourceLimits.cores.min }} {{ clusterautoscaler.spec.resourceLimits.cores.max }}
Memory GB {{ clusterautoscaler.spec.resourceLimits.memory.min }} {{ clusterautoscaler.spec.resourceLimits.memory.max }}
{{ gpu.type }} {{ gpu.min }} {{ gpu.max }}
{% endfor %}
{{ machineautoscalers|length }} x MachineAutoscalers
{% for machineautoscaler in machineautoscalers %} {% endfor %}
Name MachineSet Min Max
{{ machineautoscaler.metadata.name }} {{ machineautoscaler.spec.scaleTargetRef.name }} {{ machineautoscaler.spec.minReplicas }} {{ machineautoscaler.spec.maxReplicas }}
{{ machinesets|length }} x MachineSets
{% if machinesets_participating|length == 0 %} No MachineSets participating in Autoscaling {% else %} The following {{ machinesets_participating|length }} are participating in Autoscaling {% for machineset in machinesets_participating %} {% endfor %}
Name Current Replicas Min Max
{{ machineset.metadata.name }} {{ machineset.spec.replicas }} {{ machineset.autoscaler_min }} {{ machineset.autoscaler_max }}
{% endif %}
{{ machines|length }} x Machines
{% if machines.notrunning|length == 0 %} All machines in Running phase {% else %} The following {{ machines.notrunning|length }} are not in Running phase {% for machine in machines.notrunning %} {% if machine.status %} {% if machine.status.nodeRef %} {% else %} {% endif %} {% else %} {% endif %} {% endfor %}
Name Phase Node
{{ machine.metadata.name }}{{ machine.status.phase }}{{ machine.status.nodeRef.name }}No Node found!Status not found! No Node found!
{% endif %}
{{ nodes.data|length }} x Nodes
{% if nodes.notready|length == 0 %} All nodes ready {% else %} The following {{ nodes.notready|length }} are not Ready {% for node in nodes.notready %} {% endfor %}
Name
{{ node.metadata.name }}
{% endif %}

Machine API Pods

{% for pod in mapipods %}

{{ pod.yaml_highlight_content }}
{% for containerlog in pod.containerlogs %} {% if containerlog.logs %}

{{ containerlog.logs }}
{% endif %} {% endfor %}
{% endfor %}

Machine Config Pods

{% for pod in mcopods %}

{{ pod.yaml_highlight_content }}
{% for containerlog in pod.containerlogs %} {% if containerlog.logs %}

{{ containerlog.logs }}
{% endif %} {% endfor %}
{% endfor %}
{% for data in accordiondata %}

{{ data.name }}

{% for item in data.iterable %}

{{ item.yaml_highlight_content }}
{% endfor %}
{% endfor %}