OC command not in /usr/local/bin/bootkube.sh error #2104
-
Trying to install a single node OKD system and getting the following errors in the
looking a bit closer the
Not sure what's causing the bootstrap installer to fail in this way? any advice would be helpful. |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 1 reply
-
What version of OKD, what platform, etc? Help us help you. |
Beta Was this translation helpful? Give feedback.
-
Sure Single node OKD instance running as a VM in Libvirt in my home lab, to get a better understanding of OpenShift |
Beta Was this translation helpful? Give feedback.
-
Having the exact same issues, same version as OP and following instructions verbatim as listed here: I am using an install on a Proxmox VM (kvm). The machine appears to boot fine and I able to ssh to it. |
Beta Was this translation helpful? Give feedback.
-
I think I see my issue @JaimeMagiera im trying to install 4.17.0 on Fedora Core OS rather then Centos Stream CoreOS (SCOS) and I believe that is causing issues, where it was stated in okd-future-statement that OKD is moveing from Fedora to CentOS but most of the Documentation and tooling is still aimed at Fedora. I installed OKD 4.15 and it seems to be installing fine. |
Beta Was this translation helpful? Give feedback.
-
Ok, I was incorrect, I was unable to install 4.15 Single node, I am retrying with 4.17 and manually put the oc tool in the /usr/local/bin/ and got past the first issue, but now in a loop of
Not sure how to adjust space as this is on the live ISO, it has not been installed on the VM node |
Beta Was this translation helpful? Give feedback.
-
I've got the same issue. The problem is that documentation wasn't updated. It still mentions FCOS |
Beta Was this translation helpful? Give feedback.
-
When I switched to https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/4.17/latest/rhcos-live.x86_64.iso instead of FCOS installation completed. After installation there is only one issue. I had the same issue on OKD 4.14 SNO . I wasn't able to fix it.
`oc adm upgrade Reason: ClusterOperatorDegraded Error while reconciling 4.17.0-okd-scos.0: the cluster operator machine-config is degraded Upgradeable=False Reason: DegradedPool Upstream: https://amd64.origin.releases.ci.openshift.org/graph Recommended updates: VERSION IMAGE |
Beta Was this translation helpful? Give feedback.
-
oc get mcp master -o yaml rpm-ostree status ● ostree-image-signed:oci-archive:/rhcos-417.94.202410090854-0-ostree.x86_64.ociarchive |
Beta Was this translation helpful? Give feedback.
Pivot mechanism FCOS -> SCOS fails when bootstraping from a live ISO. It was fixed two weeks ago (see COS-3013), but has not been backported into 4.16/4.17/4.18 releases as it is only available for 4.19 nightly builds (even release-image-pivot no longer exists, it was superseeded by node-image-overlay.service).
You have two options: