Hi,
Thanks for sharing this repo. I have founds two bugs:
- IPV4 hardcoding:
This fails on IPv6-only clusters
- duplicate verbs: key, which will be rejected by strict YAML parsers
charts/rustfs-manager-operator/templates/cluster_role.yaml renders the /finalizers rule with verbs: declared twice
|
- rustfsintsances/finalizers |
- apiGroups:
- rustfs.badhouseplants.net
resources:
- rustfsbuckets/finalizers
- rustfsintsances/finalizers # also a typo: "rustfsintsances"
- rustfsbucketusers/finalizers
- rustfscustomusers/finalizers
verbs:
verbs: # <-- duplicate key
- update
Hi,
Thanks for sharing this repo. I have founds two bugs:
rustfs-manager-operator/operator/src/main.rs
Line 102 in 006bcf8
This fails on IPv6-only clusters
charts/rustfs-manager-operator/templates/cluster_role.yaml renders the /finalizers rule with verbs: declared twice
rustfs-manager-operator/charts/rustfs-manager-operator/templates/cluster_role.yaml
Line 46 in 006bcf8
rustfs-manager-operator/charts/rustfs-manager-operator/templates/cluster_role.yaml
Line 43 in 006bcf8