-
Notifications
You must be signed in to change notification settings - Fork 837
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(k6): allow k8s CR updates during load test (#5587)
This fixes a issue with the k8s-enabled k6 tests, where we had to first check whether seldon objects existed before creating them. This check is now removed, with new k6 tests being able to update existing model parameters via kube `apply`. Previously, the way the memory requirements were defined in the scenario script (by not using units of measure for the memory requirements) triggered a conversion of units on the seldon-controller side, with this component also taking the ownership of the field (becoming FieldManager). By specifying units of measure for model memory requirements, this no longer happens, allowing k8s updates to be performed via k6.
- Loading branch information
Showing
2 changed files
with
21 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters