{{#if showClusterAdminWarning}}
{{t "clusterNew.import.command.instructionsAdminRole" appName=settings.appName htmlSafe=true }}
{{#if loading}}
{{t "generic.loading"}}
{{else}}
          {{clusterAdmin}}
        
{{/if}}
{{/if}} {{#if showEksClusterWarning}}
{{t "clusterNew.import.command.instructionEksCluster" appName=settings.appName htmlSafe=true }}
{{/if}} {{#if showGkeClusterWarning}}
{{t "clusterNew.import.command.instructionGkeCluster" appName=settings.appName docsBase=settings.docsBase htmlSafe=true }}
{{/if}}
{{t "clusterNew.import.command.instructions" appName=settings.appName docsBase=settings.docsBase htmlSafe=true }}
{{#if loading}}
{{t "generic.loading"}}
{{else}}
      {{token.command}}
    
{{/if}}
{{t "clusterNew.import.command.instructionsInsecure" appName=settings.appName docsBase=settings.docsBase htmlSafe=true }}
{{#if loading}}
{{t "generic.loading"}}
{{else}}
      {{token.insecureCommand}}
    
{{/if}}