atomic-site icon indicating copy to clipboard operation
atomic-site copied to clipboard

Fedora Atomic Host 25 Getting Started Docs

Open ashcrow opened this issue 9 years ago • 4 comments

The current Getting Started documentation seems like it will become out of date with upcoming changes in Fedora Atomic Host 25.

  • Move towards "system containers" (or layered packages) for flannel/etcd
  • Move towards containers (system, or Docker) for kubernetes-master
  • Move towards layered packages for kubernetes-node and storage (ceph/gluster)

cc @cgwalters @dustymabe

References:

ashcrow avatar Nov 11 '16 15:11 ashcrow

I agree. Want to start writing a replacement?

jberkus avatar Nov 16 '16 23:11 jberkus

Looks like 1.3.2 at https://access.redhat.com/documentation/en/red-hat-enterprise-linux-atomic-host/7/paged/getting-started-with-kubernetes/chapter-1-get-started-orchestrating-containers-with-kubernetes is a good starting place. (noted by @miabbott)

ashcrow avatar Nov 29 '16 14:11 ashcrow

at the very beginning of the guide, I need to run this command:

[fedora@atomic-master ~]$ sudo atomic host upgrade --reboot

but in fact I got an error:

atomic: invalid choice: 'host' (choose from 'containers', 'diff', 'help', 'images', 'in fo', 'install', 'mount', 'pull', 'push', 'upload', 'run', 'scan', 'sign', 'stop', 'stor age', 'migrate', 'top', 'trust', 'uninstall', 'unmount', 'umount', 'update', 'verify', 'version') Try 'atomic --help' for more information.

😭

GongT avatar May 29 '17 18:05 GongT

@GongT That usually indicates you are not using Atomic Host. Can you try running rpm-ostree status and see if that works for you?

miabbott avatar May 30 '17 17:05 miabbott