• {{t "clusterNew.rke.role.sectionheader"}}

      {{t "clusterNew.rke.role.detail"}}

    • {{t "clusterNew.rke.role.title"}}
    • {{#unless (and (and controlplane worker) etcd)}}
      {{/unless}} {{#advanced-section advanced=commandAdvanced}}

      {{t "clusterNew.rke.address.detail"}}

      {{#unless isAddressValid}} {{/unless}}
      {{#unless isInternalAddressValid}} {{/unless}}

      {{t "clusterNew.rke.nodeName.detail"}}

      {{#unless isNodeNameValid}} {{/unless}}
      {{#if userLabelArray.length}} {{#each userLabelArray as |label|}} {{/each}}
      {{input-paste pasted=(action "pastedLabels") class="form-control input-sm key" type="text" value=label.key placeholder="formUserLabels.key.placeholder" disabled=(eq label.readonly true) }} {{t "formKeyValue.separator"}} {{input class="form-control input-sm" type="text" value=label.value placeholder=(t "formUserLabels.value.placeholder" ) disabled=(eq label.readonly true) }}
      {{t "formUserLabels.protip"}}
      {{/if}}
      {{/advanced-section}}
  1. {{t (if isLinux "clusterNew.rke.command.instructions" "clusterNew.rke.command.winInstructions" ) docsBase=settings.docsBase htmlSafe=true version="1809" }}
    • {{#if loading}}
      {{t "generic.loading"}}
      {{else if command}}
                        {{command}}
                      
      {{/if}}