{{#if hasLegacySnapshotSettings}} {{/if}} {{t "clusterNew.rke.customize.label"}} {{#if (and (lte step 1) (not applyClusterTemplate))}} {{#if pasteOrUpload}} {{#if notView}} {{t "clusterNew.advanced.cancel"}} {{else}} {{t "clusterNew.advanced.viewCancel"}} {{/if}} {{else}} {{#if notView}} {{t "clusterNew.advanced.yaml"}} {{else}} {{t "clusterNew.advanced.viewYaml"}} {{/if}} {{/if}} {{/if}} {{#if (and (not clusterTemplateCreate) notView) }} {{#if (or (and isEdit (not isPostSave)) (eq step 1))}} {{#if (or (or model.clusterTemplateRevisions model.clusterTemplateRevision) clusterTemplatesEnforced)}} {{input class="input-lg" type="checkbox" checked=useClusterTemplate id="use-existing-cluster-template" disabled=(or isEdit (or clusterTemplatesEnforced pasteOrUpload)) }} {{t "clusterNew.rke.clustersSelectTemplate.label"}} {{#if useClusterTemplate}} {{#if filteredClusterTemplates}} {{new-select id="input-cluster-template-select" classNames="form-control" optionValuePath="id" optionLabelPath="name" content=filteredClusterTemplates value=selectedClusterTemplateId prompt="clusterNew.rke.clustersSelectTemplate.select.prompt" localizedPrompt=true disabled=isEdit }} {{else}} {{selectedClusterTemplateId}} {{/if}} {{#if filteredClusterTemplates}} {{new-select classNames="form-control" optionValuePath="id" optionLabelPath="name" content=filteredTemplateRevisions value=clusterTemplateRevisionId disabled=(not selectedClusterTemplateId) prompt="clusterNew.rke.clustersSelectTemplateRevision.select.prompt" localizedPrompt=true }} {{else}} {{clusterTemplateRevisionId}} {{/if}} {{/if}} {{/if}} {{/if}} {{/if}} {{#if (or clusterTemplateCreate (or (not clusterTemplatesEnforced) (and clusterTemplatesEnforced clusterTemplateRevisionId)))}} {{#if (or (and isEdit (not isPostSave)) (eq step 1))}} {{#accordion-list expandAll=(mut forceExpandAll) showExpandAll=true as |al expandFn| }} {{#if pasteOrUpload}} {{!-- EDIT YAML --}}
{{t "clusterNew.kubernetesOptions.detail" }}
{{t 'banner.upgrade21'}}
{{t "formVersions.helpBlock.label" htmlSafe=true}}
{{t "clusterNew.rke.etcd.location.local.help"}}
{{t "clusterNew.rke.etcd.location.s3.help"}}