Forum Discussion

fredlubrano's avatar
Feb 14, 2025

Issues with CIS k8s-bigip-ctlr:2.19.0 on OpenShift 4.15

Hello,

 

I am encountering issues getting CIS k8s-bigip-ctlr:2.19.0 to function properly on OpenShift 4.15. I followed the documentation available here:

https://clouddocs.f5.com/containers/latest/userguide/openshift/openshift-4-12-standalone.html

I am seeing the following error messages in the logs:

E0214 12:10:42.088127 1 informers.go:1627] [ERROR] Failed to watch ExternalDNS in cluster: failed to list *v1.ExternalDNS: the server could not find the requested resource (get externaldnses.cis.f5.com)

E0214 12:10:55.464089 1 informers.go:1627] [ERROR] Failed to watch CustomPolicy in cluster: failed to list *v1.Policy: the server could not find the requested resource (get policies.cis.f5.com)

 

Here is my current configuration:

 

args: [

"--bigip-username=$(BIGIP_USERNAME)",

"--bigip-password=$(BIGIP_PASSWORD)",

"--bigip-url=10.100.11.208",

"--bigip-partition=OpenShift",

"--namespace=cafe",

"--pool-member-type=cluster",

"--log-level=DEBUG",

"--insecure=true",

"--custom-resource-mode=true",

"--route-spec-configmap=kube-system/global-cm",

"--controller-mode=openshift",

"--as3-validation=true",

"--log-as3-response=true",

]

I cannot find the argument needed to resolve this issue. I have already checked the FAQ K000140400.

 

Thank you for your assistance.



  • Oops, I was missing the customresourcedefinitions.yml file —https://github.com/F5Networks/k8s-bigip-ctlr/blob/2.19-stable/docs/config_examples/customResourceDefinitions/crd_update.md