You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, there are 2 cases in which this naming convention is not addressed:
Deployment: cluster (without limitador- prefix)
From my point of view, it is really important having easily the possibility to identify what does a pod by the name, in that case as limitador- prefix is not being added, having pods whose name is just the CR_NAME (that can be anything) can be missleading
From my point of view, it would be more easier knowing the purpose of the configmap if the same limitador- prefix is used to all created resources, including this configmap
Suggested name: limitador-limits-config-cluster
The text was updated successfully, but these errors were encountered:
I have been successfully testing limitador-operator
v0.6.0
, and I have identified some inconsistencies with resource name's created by the operator.I deployed the following CR called
cluster
:And I saw that most created resources follow's naming convention of limitador- prefix plus $CR_NAME:
cluster
instance, thanks to $CR_NAMEIn that particual case it would be
limitador-cluster
, so these are 2 of the created resources:limitador-cluster
limitador-cluster
Actually this same logic is applied to all label selectors, where there are 2 labels:
However, there are 2 cases in which this naming convention is not addressed:
cluster
(withoutlimitador-
prefix)limitador-
prefix is not being added, having pods whose name is just the CR_NAME (that can be anything) can be missleadinglimits-config-cluster
(withoutlimitador-
prefix)limitador-
prefix is used to all created resources, including this configmaplimitador-limits-config-cluster
The text was updated successfully, but these errors were encountered: