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
Hello, I am trying to deploy Forklift on my Minikube setup. However, when I try to install the Forklift controller, it stays stuck in container creating mode.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I am trying to deploy Forklift on my Minikube setup. However, when I try to install the Forklift controller, it stays stuck in container creating mode.
I am following this instruction to deploy on Minikube: https://github.com/kubev2v/forklift/blob/main/operator/docs/k8s.md
But as you see there are few pods stuck in image pull back
Then I deployed the Konveyor-forklift manifest: (https://github.com/kubev2v/forklift/blob/main/operator/forklift-k8s.yaml)
Then I deployed the Forklift-controller:
$ cat << EOF | kubectl -n konveyor-forklift apply -f -
apiVersion: forklift.konveyor.io/v1beta1
kind: ForkliftController
metadata:
name: forklift-controller
namespace: konveyor-forklift
spec: {}
EOF
but as you can see the controller is stuck in container creating state.
can you please help me figure this issue out?
Beta Was this translation helpful? Give feedback.
All reactions