Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Dear friends!
I try to installing the APIC (IBM API Connect) on new OKD 4.5 cluster via cluster operators. I'm using "IBM Knowledge Center - https://www.ibm.com/support/knowledgecenter/en/SSMNED_v10/com.ibm.apic.install.doc/tapic_install_OpenShift_online.html" installation guide and when I try to make command:
oc create -f ingress-issuer-v1-alpha1.yaml -n cp4i
I obtain an error: Error from server (NotAcceptable): error when creating "ingress-issuer-v1-alpha1.yaml": admission webhook "webhook.certmanager.k8s.io" denied the request: spec: Required value: at least one issuer must be configured
What I can solve this? Please help me for this.
Regards, George
Hi George,
You need to create an Issuer first:
https://cert-manager.io/docs/configuration/
Hope this helps.
Cheers
Dan
Actually, I just figured out the problem - in the file you have, there's a typo. The "{}" is missing on line 7:
< selfSigned: {} --- > selfSigned:
Add in the "{}" and this will work.
Thanks you! It's works! But IBM Support not answered me like you( Thabks alot!