{% extends "base.html" %} {% block page %}
选择集群: {{ form.contexts (style="width:211px",onchange="select_k8s_deployment()")}}
Deployment: {{ form.deployment (style="width:188px")}}
最大副本数: {{ form.max_replica (style="width:194px")}}
最小副本数: {{ form.min_replica (style="width:194px")}}
CPU预阀值: {{ form.cpu_value (style="width:194px")}}
{{ form.submit (class="btn btn-primary") }}