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
$ oc apply -f kubevirt-pod.yml
serviceaccount/kcli unchanged
rolebinding.rbac.authorization.k8s.io/kcli-rolebinding unchanged
pod/kubevirt-kcli created
$ oc logs kubevirt-kcli
Deploying on client local
Deploying cluster testk8
sno_disk will be discovered
Using stable version
Downloading oc in current directory
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
chmod: cannot access 'oc': No such file or directory
Downloading openshift-install from https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.16.4
Couldn't open url https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.16.4
Couldn't download openshift-install
error: error reading /root/.kcli/clusters/testk8/auth/kubeconfig.ext: no such file or directory
The pull secret was also a challenge, I ended up copying the one from openshift-config to the 'default' namespace and I had to change /etc/pull-secret/pull-secret to /etc/pull-secret/.dockerconfigjson as a result (I wasn't sure how to create /etc/pull-secret/pull-secret to way it was expected)
The text was updated successfully, but these errors were encountered:
Context: I am trying to use https://github.com/karmab/kcli/blob/main/extras/kubevirt-pod.yml to create an OCP cluster (Nested) on a disconnected baremetal OCP clusters.
I've mirrored to the following images to the local quay:
I've made the following changes to the above yaml:
The result was this:
The pull secret was also a challenge, I ended up copying the one from openshift-config to the 'default' namespace and I had to change /etc/pull-secret/pull-secret to /etc/pull-secret/.dockerconfigjson as a result (I wasn't sure how to create /etc/pull-secret/pull-secret to way it was expected)
The text was updated successfully, but these errors were encountered: