Closed cmoulliard closed 7 months ago
AFAIK the ssp-operator.yaml
in the Release section only works on OCP because it relies on OCP's certificate injection for generating certificates. Deployment on plain Kubernetes might work though if you run make deploy
from the tree instead.
AFAIK the
ssp-operator.yaml
in the Release section only works on OCP because it relies on OCP's certificate injection for generating certificate
Can we then use cert manager with a self signed certificate ? @0xFelix
It should be possible when deploying from the tree and enabling cert-manager in the config
manifests, but it is not possible with the manifests in the current release. In general SSP's support for plain Kubernetes is not the best. We might improve it in the future.
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale
.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close
.
/lifecycle stale
Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten
.
Rotten issues close after an additional 30d of inactivity.
If this issue is safe to close now please do so with /close
.
/lifecycle rotten
Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen
.
Mark the issue as fresh with /remove-lifecycle rotten
.
/close
@kubevirt-bot: Closing this issue.
Issue
What happened:
The following secret
ssp-webhook-server-cert
is not created and by conbsequence the ssp-operator pod cannot be startedWhat you expected to happen: That the SSP pod will be created
How to reproduce it: