-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DOC] Edit setup content initial #16
Conversation
…ng the case of a single character.
324a7c8
to
77cfadf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few comments but looks good overall
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for addressing the comments. Looks good!
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove empty lines
@@ -0,0 +1,45 @@ | |||
|
|||
|
|||
## Using the cluster |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## Using the cluster | |
# Using the cluster |
|
||
- Set the KUBECONFIG env var to point to `~/.mke/mke.kubeconfig` | ||
|
||
Example: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove, other methods don't have it.
```shell | ||
`export KUBECONFIG=~/.mke/<cluster name>.kubeconfig` | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
```shell | |
`export KUBECONFIG=~/.mke/<cluster name>.kubeconfig` | |
``` | |
```shell | |
`export KUBECONFIG=~/.mke/<cluster name>.kubeconfig` |
```shell | ||
`kubectl --kubeconfig ~/.mke/mke.kubeconfig` | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
```shell | |
`kubectl --kubeconfig ~/.mke/mke.kubeconfig` | |
``` | |
```shell | |
`kubectl --kubeconfig ~/.mke/mke.kubeconfig` |
It was not rendering correctly
# Upgrade from MKE 3 to MKE 4 | ||
|
||
## Prerequisites |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# Upgrade from MKE 3 to MKE 4 | |
## Prerequisites | |
# Upgrade prerequisites |
|
||
## Prerequisites | ||
|
||
Verify that you have the following components in place before you begin the upgrade process: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verify that you have the following components in place before you begin the upgrade process: | |
Verify that you have the following components in place before you begin the MKE 3 to MKE 4 upgrade process: |
|
||
```shell | ||
kubectl get nodes | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add empty line between code samples
```shell | ||
version: v0.17.4 | ||
commit: 372a589 | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add empty line after the code sample
commit: 372a589 | ||
``` | ||
- A `hosts.yaml` file, to provide the information required by `mkectl` to | ||
connect to each node by way of SSH. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
connect to each node by way of SSH. | |
connect to each node with SSH. |
``` | ||
aws ec2 describe-instances --region $(grep "region" terraform.tfvars | awk -F' *= *' '{print $2}' | tr -d '"') | ||
``` | ||
Alternatively, you can get a visual overview of the VMs at the AWS EC2 page |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add an empty line after the code block
Initial edit of MKE 4 Setup content, including text changes and content restructuring/granulation.