Skip to content
Snippets Groups Projects
Select Git revision
  • ed3a0d5a1baf717d29282f0a045d4c881627de7d
  • master default protected
  • v1.15.1
  • v1.15.0
  • v1.14.7
  • v1.14.6
  • v1.14.5
  • v1.14.4
  • v1.14.3
  • v1.14.2
  • v1.14.1
  • v1.14.0
  • v1.13.2
  • v1.13.1
  • v1.13.0
  • v1.12.1
  • v1.12.0
  • v1.11.1
  • v1.11.0
  • v1.10.0
  • v1.9.2
  • v1.9.1
22 results

setup.cfg

Blame
  • atomic.md 928 B

    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.

      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://getfedora.org/en/atomic/download/

    Then you can proceed to cluster deployment