-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix upgrade kubernetes documentation
- Loading branch information
1 parent
8e43e64
commit 3ffa91e
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,8 @@ ssh [email protected] | |
|
||
* Go to `kubernetes-hardway-ansible` directory, checkout to master | ||
``` | ||
git checkout master | ||
git pull | ||
git fetch --all | ||
git checkout --track origin/v1.19.10 | ||
``` | ||
|
||
* Adjust variable in the group_vars | ||
|