THREESCALE-8754 Enhance replica reconciliation #784
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
what
Implements https://issues.redhat.com/browse/THREESCALE-8754
replicas
field is setComponents
Verification steps
run env
Deploy APIManager CR with no replica definition
Check that the APIManager CR does not have replicas in the CR
Wait for deployment to be available
Let's pick one subcomponent (it should be the same for any one where you can specify replicas): apicast-staging
Check the number of pods is 1 for the apicast staging
Scale to 3 via the deploymentconfig
Check the deployment has 3 replicas
Add
replicas
to the APIManager CR with a value of 2Check the deployment has 2 replicas
As replicas are set explicitly in the CR, changes in the deployment will be reverted back. If we try to scale to 3 via the deployment
The number of replicas will still be 2