Skip to content

Commit

Permalink
Merge pull request #905 from replicatedhq/msp-switch-order
Browse files Browse the repository at this point in the history
Switch order of KUBECONFIG so new config takes precedence
  • Loading branch information
emosbaugh authored Nov 2, 2022
2 parents 96ef5b8 + f015c9b commit b1b7a9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Or merge them into your main config with:

```
cp $HOME/.kube/config $HOME/.kube/config.bak
KUBECONFIG=$HOME/.kube/config.bak:$USER.conf kubectl config view --merge --flatten > $HOME/.kube/config
KUBECONFIG=$USER.conf:$HOME/.kube/config.bak kubectl config view --merge --flatten > $HOME/.kube/config
```

You can choose the kurl context with:
Expand Down

2 comments on commit b1b7a9f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸŽ‰ Published on https://kurlsh.netlify.app as production
πŸš€ Deployed on https://6362e11e725c5807d29f65ec--kurlsh.netlify.app

Please sign in to comment.