Просмотр исходного кода

reordered connection instructions

jusrhee 5 лет назад
Родитель
Сommit
8dc979f703
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      dashboard/src/main/home/modals/ClusterInstructionsModal.tsx

+ 1 - 1
dashboard/src/main/home/modals/ClusterInstructionsModal.tsx

@@ -45,12 +45,12 @@ export default class ClusterInstructionsModal extends Component<PropsType, State
             </Code>
             3. Log in to the Porter CLI:
             <Code>
+              porter config set-host {location.protocol + '//' + location.host}<br/>
               porter auth login
             </Code>
             4. Configure the Porter CLI and link your current context:
             <Code>
               porter config set-project {this.context.currentProject.id}<br/>
-              porter config set-host {location.protocol + '//' + location.host}<br/>
               porter connect kubeconfig
             </Code>
           </Placeholder>