<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p>Hi Luke,</p>
<p>The Fedora Atomic driver has been deprecated a while since the
Fedora Atomic has been deprecated by upstream. For now, I would
suggest using Fedora CoreOS <span style="color: rgb(54, 54, 54);
font-family: BlinkMacSystemFont, -apple-system, "Segoe
UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira
Sans", "Droid Sans", "Helvetica Neue",
Helvetica, Arial, sans-serif; font-size: 16px; font-style:
normal; font-variant-ligatures: normal; font-variant-caps:
normal; font-weight: 700; letter-spacing: normal; orphans: 2;
text-align: start; text-indent: 0px; text-transform: none;
white-space: normal; widows: 2; word-spacing: 0px;
-webkit-text-stroke-width: 0px; background-color: rgb(255, 255,
255); text-decoration-style: initial; text-decoration-color:
initial; display: inline !important; float: none;">32.20201104.3.0</span></p>
<p><span style="color: rgb(54, 54, 54); font-family:
BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid
Sans", "Helvetica Neue", Helvetica, Arial,
sans-serif; font-size: 16px; font-style: normal;
font-variant-ligatures: normal; font-variant-caps: normal;
letter-spacing: normal; text-align: start; text-indent: 0px;
text-transform: none; white-space: normal; word-spacing: 0px;
-webkit-text-stroke-width: 0px; background-color: rgb(255, 255,
255); text-decoration-style: initial; text-decoration-color:
initial; display: inline !important; float: none;">The latest
version of Fedora CoreOS is 33.xxx, but there are something when
booting based my testing, see </span><span style="color:
rgb(54, 54, 54); font-family: BlinkMacSystemFont, -apple-system,
"Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
"Fira Sans", "Droid Sans", "Helvetica
Neue", Helvetica, Arial, sans-serif; font-size: 16px;
font-style: normal; font-variant-ligatures: normal;
font-variant-caps: normal; letter-spacing: normal; text-align:
start; text-indent: 0px; text-transform: none; white-space:
normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;
background-color: rgb(255, 255, 255); text-decoration-style:
initial; text-decoration-color: initial; display: inline
!important; float: none;"><a
href="https://github.com/coreos/fedora-coreos-tracker/issues/735">https://github.com/coreos/fedora-coreos-tracker/issues/735</a></span></p>
<p>Please feel free to let me know if you have any question about
using Magnum. We're using stable/victoria on our public cloud and
it works very well. I can share our public templates if you want.
Cheers.</p>
<p><br>
</p>
<p><br>
</p>
<div class="moz-cite-prefix">On 7/04/21 9:51 am, Luke Camilleri
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:a2120525-9813-1ed0-c034-1c99a6c45878@zylacomputing.com">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<div class="moz-signature">
<p>We have insatlled magnum following the installation guide
here
<a class="moz-txt-link-freetext"
href="https://docs.openstack.org/magnum/victoria/install/install-rdo.html"
moz-do-not-send="true">https://docs.openstack.org/magnum/victoria/install/install-rdo.html</a>
and the process was quite smooth but we have been having some
issues with the deployment of the clusters.</p>
<p>The image being used as per the documentation is
<a class="moz-txt-link-freetext"
href="https://download.fedoraproject.org/pub/alt/atomic/stable/Fedora-Atomic-27-20180419.0/CloudImages/x86_64/images/Fedora-Atomic-27-20180419.0.x86_64"
moz-do-not-send="true">https://download.fedoraproject.org/pub/alt/atomic/stable/Fedora-Atomic-27-20180419.0/CloudImages/x86_64/images/Fedora-Atomic-27-20180419.0.x86_64</a></p>
<p>Our first issue was that podman was being used even if we
specified the use_podman=false (since the image above did not
include podman) but this was resulting in a timeout and the
cluster would fail to deploy. We have then installed podman in
the image and the cluster progressed a bit further <br>
</p>
<p><i>+ echo 'WARNING Attempt 60: Trying to install kubectl.
Sleeping 5s'</i><i><br>
</i><i>+ sleep 5s</i><i><br>
</i><i>+ ssh -F /srv/magnum/.ssh/config root@localhost
'/usr/bin/podman run --entrypoint /bin/bash --name
install-kubectl --net host --privileged --rm
--user root --volume
/srv/magnum/bin:/host/srv/magnum/bin
k8s.gcr.io/hyperkube:v1.15.7 -c '\''cp
/usr/local/bin/kubectl /host/srv/magnum/bin/kubectl'\'''</i><i><br>
</i><i>bash: /usr/bin/podman: No such file or directory</i><i><br>
</i><i>ERROR Unable to install kubectl. Abort.</i><i><br>
</i><i>+ i=61</i><i><br>
</i><i>+ '[' 61 -gt 60 ']'</i><i><br>
</i><i>+ echo 'ERROR Unable to install kubectl. Abort.'</i><i><br>
</i><i>+ exit 1</i><br>
</p>
<p>The cluster is now failing here at "<span class="h1
word-wrap">kube_cluster_deploy" and when checking the logs
on the master node we noticed the following in the log
files:</span></p>
<p><span class="h1 word-wrap"><i>Starting to run
kube-apiserver-to-kubelet-role</i><i><br>
</i><i>Waiting for Kubernetes API...</i><i><br>
</i><i>+ echo 'Waiting for Kubernetes API...'</i><i><br>
</i><i>++ curl --silent <a class="moz-txt-link-freetext"
href="http://127.0.0.1:8080/healthz"
moz-do-not-send="true">http://127.0.0.1:8080/healthz</a></i><i><br>
</i><i>+ '[' ok = '' ']'</i><i><br>
</i><i>+ sleep 5</i><br>
</span></p>
<p>This is because the kubernetes API server is not installed
either. I have noticed some scripts that should handle the
installation but I would like to know if anyone here has had
similar issues with a clean Victoria installation.</p>
Also should we have to install any packages in the fedora atomic
image file or should the installation requirements be part of
the stack?</div>
<div class="moz-signature"><br>
</div>
<div class="moz-signature">Thanks in advance for any asistance</div>
<br>
</blockquote>
<pre class="moz-signature" cols="72">--
Cheers & Best regards,
Feilong Wang (王飞龙)
------------------------------------------------------
Senior Cloud Software Engineer
Tel: +64-48032246
Email: <a class="moz-txt-link-abbreviated" href="mailto:flwang@catalyst.net.nz">flwang@catalyst.net.nz</a>
Catalyst IT Limited
Level 6, Catalyst House, 150 Willis Street, Wellington
------------------------------------------------------ </pre>
</body>
</html>