committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 27 additions and 87 deletions
Unified View
Diff Options
-
1README.md
-
2docs/_sidebar.md
-
22docs/atomic.md
-
11roles/bootstrap-os/tasks/bootstrap-centos.yml
-
19roles/bootstrap-os/tasks/bootstrap-fedora.yml
-
15roles/container-engine/containerd/tasks/containerd_repo.yml
-
17roles/container-engine/containerd/tasks/main.yml
-
2roles/container-engine/cri-o/tasks/main.yaml
-
2roles/container-engine/docker/tasks/main.yml
-
4roles/etcd/meta/main.yml
-
1roles/kubernetes/preinstall/meta/main.yml
-
11roles/kubernetes/preinstall/tasks/0040-set_facts.yml
-
6roles/kubernetes/preinstall/tasks/0070-system-packages.yml
-
1roles/kubespray-defaults/defaults/main.yaml
@ -1,22 +0,0 @@ |
|||||
# Atomic host bootstrap |
|
||||
|
|
||||
Atomic host testing has been done with the network plugin flannel. Change the inventory var `kube_network_plugin: flannel`. |
|
||||
|
|
||||
Note: Flannel is the only plugin that has currently been tested with atomic |
|
||||
|
|
||||
## Vagrant |
|
||||
|
|
||||
* For bootstrapping with Vagrant, use box centos/atomic-host or fedora/atomic-host |
|
||||
* Update VagrantFile variable `local_release_dir` to `/var/vagrant/temp`. |
|
||||
* Update `vm_memory = 2048` and `vm_cpus = 2` |
|
||||
* Networking on vagrant hosts has to be brought up manually once they are booted. |
|
||||
|
|
||||
```ShellSession |
|
||||
vagrant ssh |
|
||||
sudo /sbin/ifup enp0s8 |
|
||||
``` |
|
||||
|
|
||||
* For users of vagrant-libvirt download centos/atomic-host qcow2 format from <https://wiki.centos.org/SpecialInterestGroup/Atomic/Download/> |
|
||||
* For users of vagrant-libvirt download fedora/atomic-host qcow2 format from <https://dl.fedoraproject.org/pub/alt/atomic/stable/> |
|
||||
|
|
||||
Then you can proceed to [cluster deployment](#run-deployment) |
|
Write
Preview
Loading…
Cancel
Save