Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

certificate not found when deploying the ForkliftController #1015

Open
MichaelTrip opened this issue Sep 4, 2024 · 0 comments
Open

certificate not found when deploying the ForkliftController #1015

MichaelTrip opened this issue Sep 4, 2024 · 0 comments

Comments

@MichaelTrip
Copy link

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:

apiVersion: forklift.konveyor.io/v1beta1
kind: ForkliftController
metadata:
  name: forklift-controller
  namespace: konveyor-forklift
spec: {}

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 ?

@MichaelTrip MichaelTrip changed the title certificate error when deploying the ForkliftController certificate not found when deploying the ForkliftController Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant