setup: Convert tabs to spaces
parent
bd8ae87036
commit
c7a3477c9e
|
@ -18,20 +18,20 @@ Use `virt-manager` to create the virtual machines.
|
|||
|
||||
```sh
|
||||
name=k8s-ctrl0; virt-install \
|
||||
--name ${name} \
|
||||
--memory 4096 \
|
||||
--vcpus 2 \
|
||||
--cpu host \
|
||||
--location http://dl.fedoraproject.org/pub/fedora/linux/releases/35/Everything/x86_64/os \
|
||||
--extra-args "ip=::::${name}::dhcp inst.ks=http://rosalina.pyrocufflink.blue/~dustin/kickstart/fedora-k8s-ctrl.ks" \
|
||||
--os-variant fedora34 \
|
||||
--disk pool=default,size=16,cache=none \
|
||||
--network network=kube,model=virtio,mac=52:54:00:be:29:76 \
|
||||
--sound none \
|
||||
--redirdev none \
|
||||
--rng /dev/urandom \
|
||||
--noautoconsole \
|
||||
--wait -1
|
||||
--name ${name} \
|
||||
--memory 4096 \
|
||||
--vcpus 2 \
|
||||
--cpu host \
|
||||
--location http://dl.fedoraproject.org/pub/fedora/linux/releases/35/Everything/x86_64/os \
|
||||
--extra-args "ip=::::${name}::dhcp inst.ks=http://rosalina.pyrocufflink.blue/~dustin/kickstart/fedora-k8s-ctrl.ks" \
|
||||
--os-variant fedora34 \
|
||||
--disk pool=default,size=16,cache=none \
|
||||
--network network=kube,model=virtio,mac=52:54:00:be:29:76 \
|
||||
--sound none \
|
||||
--redirdev none \
|
||||
--rng /dev/urandom \
|
||||
--noautoconsole \
|
||||
--wait -1
|
||||
```
|
||||
|
||||
|
||||
|
@ -41,21 +41,21 @@ Be sure to set the correct MAC address for each node!
|
|||
|
||||
```sh
|
||||
name=k8s-amd64-n0; virt-install \
|
||||
--name ${name} \
|
||||
--memory 4096
|
||||
--vcpus 2 \
|
||||
--cpu host \
|
||||
--location http://dl.fedoraproject.org/pub/fedora/linux/releases/35/Everything/x86_64/os \
|
||||
--extra-args "ip=::::${name}::dhcp inst.ks=http://rosalina.pyrocufflink.blue/~dustin/kickstart/fedora-k8s-node.ks" \
|
||||
--os-variant fedora34 \
|
||||
--disk pool=default,size=64,cache=none \
|
||||
--disk pool=default,size=256,cache=none \
|
||||
--network network=kube,model=virtio,mac=52:54:00:67:ce:35 \
|
||||
--sound none \
|
||||
--redirdev none \
|
||||
--rng /dev/urandom \
|
||||
--noautoconsole \
|
||||
--wait -1
|
||||
--name ${name} \
|
||||
--memory 4096
|
||||
--vcpus 2 \
|
||||
--cpu host \
|
||||
--location http://dl.fedoraproject.org/pub/fedora/linux/releases/35/Everything/x86_64/os \
|
||||
--extra-args "ip=::::${name}::dhcp inst.ks=http://rosalina.pyrocufflink.blue/~dustin/kickstart/fedora-k8s-node.ks" \
|
||||
--os-variant fedora34 \
|
||||
--disk pool=default,size=64,cache=none \
|
||||
--disk pool=default,size=256,cache=none \
|
||||
--network network=kube,model=virtio,mac=52:54:00:67:ce:35 \
|
||||
--sound none \
|
||||
--redirdev none \
|
||||
--rng /dev/urandom \
|
||||
--noautoconsole \
|
||||
--wait -1
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue