-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix operator to support autoscaling with HPA #211
Labels
Milestone
Comments
jmesnil
added
Auto Pilot (V)
Features for Phase V of the Operator capability levels
bug
Something isn't working
labels
Dec 16, 2021
jmesnil
pushed a commit
to jmesnil/wildfly-operator
that referenced
this issue
Jan 19, 2022
* added resources directive required for autoscaling * added selector label for CR required by the HPA the unique name label should suffice as the selector label This fixes wildfly#211
jmesnil
pushed a commit
to jmesnil/wildfly-operator
that referenced
this issue
Jan 19, 2022
* Update doc * Use same code for statefulset and pvc resources this fixes wildfly#211
Merged
jmesnil
pushed a commit
to jmesnil/wildfly-operator
that referenced
this issue
Jan 19, 2022
* Update doc * Use same code for statefulset and pvc resources this fixes wildfly#211
jmesnil
added a commit
to jmesnil/wildfly-operator
that referenced
this issue
Feb 16, 2022
Signed-off-by: Jeff Mesnil <[email protected]>
Merged
jmesnil
added a commit
to jmesnil/wildfly-operator
that referenced
this issue
Feb 16, 2022
Signed-off-by: Jeff Mesnil <[email protected]>
jmesnil
added a commit
to jmesnil/wildfly-operator
that referenced
this issue
Feb 16, 2022
Signed-off-by: Jeff Mesnil <[email protected]>
jmesnil
added a commit
to jmesnil/wildfly-operator
that referenced
this issue
Feb 16, 2022
Signed-off-by: Jeff Mesnil <[email protected]>
jmesnil
added a commit
to jmesnil/wildfly-operator
that referenced
this issue
Feb 16, 2022
Signed-off-by: Jeff Mesnil <[email protected]>
jmesnil
added a commit
to jmesnil/wildfly-operator
that referenced
this issue
Feb 16, 2022
Signed-off-by: Jeff Mesnil <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
The existing WildFly operator is not able to be autoscaled based on resources consumptions with HPA.
To fix it, we would need to be able to express
resources
constraints in the CRDspec
and make sure thescale
subresource complies with the HPA requirementThe text was updated successfully, but these errors were encountered: