Skip to content
Snippets Groups Projects
Select Git revision
  • 42b24616acc85958575ffbbe3a333d110da4c8c8
  • master default protected
  • v2.27.1
  • v2.28.0
  • v2.27.0
  • v2.25.1
  • v2.24.3
  • v2.26.0
  • v2.24.2
  • v2.25.0
  • v2.24.1
  • v2.22.2
  • v2.23.3
  • v2.24.0
  • v2.23.2
  • v2.23.1
  • v2.23.0
  • v2.22.1
  • v2.22.0
  • v2.21.0
  • v2.20.0
  • v2.19.1
22 results

atomic.md

Blame
  • user avatar
    RongZhang authored and Matthew Mosesohn committed
    Support Centos/Fedora atomic host
    954aae93
    History
    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