F5Networks / k8s-bigip-ctlr

Repository for F5 Container Ingress Services for Kubernetes & OpenShift.
Apache License 2.0
364 stars 195 forks source link

typo in CIS Operator arguments #3599

Open mikeoleary opened 1 month ago

mikeoleary commented 1 month ago

Setup Details

CIS Version : 2.18
Build: f5networks/k8s-bigip-ctlr:latest
Orchestration: Openshift
Orchestration Version: OCP 4.16

Description

When installing CIS with Operator from OperatorHub:

1) Hyphens, not underscores: "pool-member-type" should be "pool_member_type"

2) CLUSTER_OR_NODEPORT_OR_LOADBALANCER - must be lowercase, ie "cluster" or "nodeport". Can we update the example text?

screenshot

Steps To Reproduce

Deploy operator and look at YAML when deploying a FBIC

Expected Result

consistent use of - and _

Actual Result

one of the arguments is "pool-member-type" but should be "pool_member_type"

Diagnostic Information

<Configuration files, error messages, logs>
Note: Sanitize the data. For example, be mindful of IPs, ports, application names and URLs
Note: The following F5 article outlines the information required when opening an issue.
https://support.f5.com/csp/article/K60974137

Observations (if any)

trinaths commented 1 month ago

Created [CONTCNTR-4946] for internal tracking.