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
Creating two pool objects with different names (but same spec) will result in one pool on garm-side.
On Kubernetes booth pools will have the same status.id
What steps did you take and what happened?
Creating two
pool
objects with different names (but samespec
) will result in onepool
on garm-side.On Kubernetes booth pools will have the same
status.id
What did you expect to happen?
pool
webhook should reject the creation of objects with the same spec if already one object exist.The current implementation already forse this behavior but doesn't block the second creation request (https://github.com/mercedes-benz/garm-operator/blob/main/api/v1alpha1/pool_webhook.go#L71-L82)
garm version
v0.1.3
garm-operator version
v0.1.0
Kubernetes version
Kubernetes 1.25.5
Anything else you would like to add?
No response
The text was updated successfully, but these errors were encountered: