Skip to content

Commit

Permalink
some corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
belajarpowershell committed Feb 8, 2024
1 parent c8e4cb2 commit 752bc41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions alpine1-first-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ apk add ansible

echo " download Ubuntu ISO"
# download Ubuntu ISO
mkdir -p /srv/tftp/iso

[ ! -f /srv/tftp/iso/ubuntu-20.04.6-live-server-amd64.iso ] && wget -P /srv/tftp/iso https://releases.ubuntu.com/20.04.6/ubuntu-20.04.6-live-server-amd64.iso

echo " script completed"
4 changes: 2 additions & 2 deletions k3s-lab-setup/100-alpine1/102-Clone-repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ git clone https://github.com/belajarpowershell/kubernetes-lab.git
# change folder
cd kubernetes-lab
# move the `srv` from git folder "kubernetes-lab/" to "/srv"
# copy the `srv` from git folder "kubernetes-lab/" to "/srv"
# change the script to executable
chmod +x alpine1-first-run.sh
#run the script
./alpine1-first-run.sh
# files `kubernetes-lab/srv` folder is now moved to /srv
# files `kubernetes-lab/srv` folder is now copied to /srv
# this is important as the files required for the setup must be located at `/srv/`
```
Expand Down

0 comments on commit 752bc41

Please sign in to comment.