mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-06 17:01:30 +00:00
updates
This commit is contained in:
parent
9449f8a2a7
commit
633f8f2865
@ -43,6 +43,10 @@ spec:
|
||||
limits:
|
||||
memory: "256Mi"
|
||||
cpu: "500m"
|
||||
tolerations:
|
||||
- key: "cattle.io/os"
|
||||
value: "linux"
|
||||
effect: "NoSchedule"
|
||||
#NOTE: comment out `volumeMounts` section for configmap and\or secret guide
|
||||
# volumeMounts:
|
||||
# - name: secret-volume
|
||||
|
@ -121,17 +121,17 @@ Record the IP address of each VM so we can SSH to it:
|
||||
```
|
||||
sudo ifconfig
|
||||
# record eth0
|
||||
linux-0 IP=192.168.0.22
|
||||
linux-1 IP=192.168.0.23
|
||||
linux-2 IP=192.168.0.24
|
||||
linux-0 IP=192.168.0.16
|
||||
linux-1 IP=192.168.0.17
|
||||
linux-2 IP=192.168.0.18
|
||||
```
|
||||
|
||||
In new Powershell windows, let's SSH to our VMs
|
||||
|
||||
```
|
||||
ssh linux-0@192.168.0.22
|
||||
ssh linux-1@192.168.0.23
|
||||
ssh linux-2@192.168.0.24
|
||||
ssh linux-0@192.168.0.16
|
||||
ssh linux-1@192.168.0.17
|
||||
ssh linux-2@192.168.0.18
|
||||
```
|
||||
|
||||
# Setup Docker
|
||||
|
Loading…
x
Reference in New Issue
Block a user