Przeglądaj źródła

reordered connection instructions

jusrhee 5 lat temu
rodzic
commit
8dc979f703

+ 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>