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
I am trying to get forklift to work on a vanilla Kubernetes instance. I have deployed olm, the Forklift operator and so on. So far, so good. Now I am trying to deploy the Forklift controller:
The forklift operator is creating the controller, but there are no certificates found:
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 3m56s default-scheduler Successfully assigned konveyor-forklift/forklift-controller-5b9796cc7d-dz2sg to virt1
Warning FailedMount 109s (x9 over 3m57s) kubelet MountVolume.SetUp failed for volume "forklift-inventory-serving-cert" : secret "forklift-inventory-serving-cert" not found
Warning FailedMount 109s (x9 over 3m57s) kubelet MountVolume.SetUp failed for volume "forklift-validation-serving-cert" : secret "forklift-validation-serving-cert" not found
I can't find anything relating to this error on Github. Is this a wrong configuration on my side, or is this is a bug ?
The text was updated successfully, but these errors were encountered:
MichaelTrip
changed the title
certificate error when deploying the ForkliftController
certificate not found when deploying the ForkliftController
Sep 4, 2024
Hi,
I am trying to get forklift to work on a vanilla Kubernetes instance. I have deployed olm, the Forklift operator and so on. So far, so good. Now I am trying to deploy the Forklift controller:
The forklift operator is creating the controller, but there are no certificates found:
I can't find anything relating to this error on Github. Is this a wrong configuration on my side, or is this is a bug ?
The text was updated successfully, but these errors were encountered: