mirror of https://github.com/rancher/ui.git
Merge pull request #4586 from westlywright/bug.gke.import.reg.version
Custom Cluster Command Warning
This commit is contained in:
commit
001e949997
|
|
@ -47,6 +47,19 @@
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
{{#unless (and (and controlplane worker) etcd)}}
|
||||||
|
<row class="mb-20">
|
||||||
|
<div class="col span-12">
|
||||||
|
<BannerMessage
|
||||||
|
@color="bg-warning"
|
||||||
|
@message={{t
|
||||||
|
"clusterNew.rke.role.warning"
|
||||||
|
appName=settings.appName
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</row>
|
||||||
|
{{/unless}}
|
||||||
{{#advanced-section advanced=commandAdvanced}}
|
{{#advanced-section advanced=commandAdvanced}}
|
||||||
<div class="row mt-20">
|
<div class="row mt-20">
|
||||||
<div class="col span-6">
|
<div class="col span-6">
|
||||||
|
|
@ -229,7 +242,9 @@
|
||||||
@tagName="div"
|
@tagName="div"
|
||||||
@classNames="copy-to-pre"
|
@classNames="copy-to-pre"
|
||||||
/>
|
/>
|
||||||
<pre id="registration-command" style="font-size: 14px;">{{command}}</pre>
|
<pre id="registration-command" style="font-size: 14px;">
|
||||||
|
{{command}}
|
||||||
|
</pre>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
||||||
|
|
@ -4539,7 +4539,8 @@ clusterNew:
|
||||||
user:
|
user:
|
||||||
label: Username
|
label: Username
|
||||||
role:
|
role:
|
||||||
detail: Choose what roles the node will have in the cluster. The cluster needs to have at least one node with each role.
|
detail: Choose what roles the node will have in the cluster.
|
||||||
|
warning: The cluster needs to have at least one node with each role in order for {appName} to finish provisioning.
|
||||||
header:
|
header:
|
||||||
controlplane: Control Plane
|
controlplane: Control Plane
|
||||||
etcd: etcd
|
etcd: etcd
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue