You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switch CNI plugin location from /opt/cni to /var/cni or somewhere else
Plugins may be lost rpm-ostree updates. Restarting flannel / calico required
Without an atomic-reboot-coordinator, requires ssh'ing to nodes to run atomic host upgrade
Fedora Atomic doesn't officially support Google Cloud. We've provided instructions to do it yourself.
Leverage firewalld (disabled). Currently we rely on cloud firewalls just like Container Linux, but this can be improved.
No story for coordinated drains and reboots of nodes for OS upgrades.
On AWS, implement node self-deletion on shutdown to avoid preempted spot instances piling up and triggering alerts (we have to do this on Container Linux AWS as well). See Remove node self-deletion behavior on GCP and DO #207
Notes:
bare-metal: Fedora Atomic can fail in dracut on bare-metal IBM systems if in-band IPMI over USB interface is enabled since it was preferred over NICs. Disabling was a work-around.
bare-metal: I've had considerable difficulty getting Fedora Atomic to install on some IBM systems. I've mostly ended up validating clusters on Supermicro. In short, if you're going to use Fedora Atomic, evaluate it on your hardware. Or just use Container Linux which is more mature/reliable.
bare-metal: Do not prepare the ostree repo on an older system (Fedora 25 in my case). Preparing the repo with rpm-ostree-2018.4-1.fc28.src.rpm solved the sysimage mount issue.
You should NOT have any issues with log, exec, port-forward, or any addons. Recovery from control plane reboots and total cluster power cycles works correctly. Prometheus alerts should all be green as well. If you observe otherwise, please mention.
The text was updated successfully, but these errors were encountered:
dghubble
changed the title
Fedora Atomic alpha tracking issue
Fedora Atomic tracking issue
Apr 26, 2018
Fedora Atomic will be replaced by Fedora CoreOS, so I'm not planning to invest effort into pushing these modules beyond alpha. Their value lies in aiding the addition of Fedora CoreOS or in experimenting with ideas being developed in Atomic for inclusion in Fedora CoreOS.
With the introduction of Fedora Atomic as alpha, there are several issues we'll track at a high level.
/opt/cni
to/var/cni
or somewhere elseatomic-reboot-coordinator
, requires ssh'ing to nodes to runatomic host upgrade
Notes:
repo
on an older system (Fedora 25 in my case). Preparing the repo with rpm-ostree-2018.4-1.fc28.src.rpm solved the sysimage mount issue.network_mtu
rather than setting it to 8981 to take advantage of jumbo packets. The kernel regressed MTU detection recently. Container Linux has been patched (rel: Interface MTU change on AWS instances supporting Jumbo packets coreos/bugs#2443). Fedora has not.You should NOT have any issues with
log
,exec
,port-forward
, or any addons. Recovery from control plane reboots and total cluster power cycles works correctly. Prometheus alerts should all be green as well. If you observe otherwise, please mention.The text was updated successfully, but these errors were encountered: