{% extends "base.html" %} {% block title %}Clusters{% endblock %} {% block content %}
Cluster | MN | WN | Inst. Types | S? | Version | I | P | UP | CPU | Memory (GiB) | Cost | Slack Cost | {% if links['cluster']: %}{% endif %} |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ summary.cluster.name }} | {{ summary.master_nodes }} | {{ summary.worker_nodes }} | {{ summary.worker_instance_types|join(', ') }} | {% if summary.worker_instance_is_spot: %} {% endif %} | {{ summary.kubelet_versions|join(', ') }} | {{ summary.ingresses|count }} | {{ summary.pods|count }} | {{ summary.user_pods }} |
{{ summary.usage.cpu|cpu }} {{ summary.requests.cpu|cpu }} {{ summary.allocatable.cpu|cpu }}
|
{{ summary.usage.memory|memory('GiB') }} {{ summary.requests.memory|memory('GiB') }} {{ summary.allocatable.memory|memory('GiB') }}
|
{{ summary.cost|money }} | {{ summary.slack_cost|money }} | {% if links['cluster']: %}{% endif %} |