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>
|
||||
</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}}
|
||||
<div class="row mt-20">
|
||||
<div class="col span-6">
|
||||
|
|
@ -229,7 +242,9 @@
|
|||
@tagName="div"
|
||||
@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}}
|
||||
</div>
|
||||
</li>
|
||||
|
|
|
|||
|
|
@ -4539,7 +4539,8 @@ clusterNew:
|
|||
user:
|
||||
label: Username
|
||||
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:
|
||||
controlplane: Control Plane
|
||||
etcd: etcd
|
||||
|
|
|
|||
Loading…
Reference in New Issue