autotune icon indicating copy to clipboard operation
autotune copied to clipboard

Autonomous Performance Tuning for Kubernetes!

Results 211 autotune issues
Sort by recently updated
recently updated
newest added

There are basic requirements for UI to be functional with autotune. There is a need for api's to list out `namespaces` and `Deployments` in namespace etc. This PR provides support...

UI needs to populate the deployments in a namespace after selecting the namespace. This Api provides the list of deployments in the selected namespace (if it exists). PS: This PR...

This change makes the stages to re-visit the same stage till the breaking condition is met. As EM needs to record the metrics for each cycle interval we need to...

The current queries used in scripts are somehow giving the doubled value for CPU and Memory due to the issue with `cadvisor` which is treating them as 2 different instances...

Blank or invalid datasource in autotune yamls should fail with some error message, instead autotune objects are created for these. **blank-datasource-name** ``` apiVersion: "recommender.com/v1" kind: "Autotune" metadata: name: "blank-datasource-name" spec:...

good first issue

Updated HPO service & related tests to change id to experiment_id

Current EM code has lot of wrapper classes which has changed over the period of time, These classes are no longer valid as their functionality was been moved to a...

Support for multiple datasources needs to be added, for example, prometheus1 URL1 prometheus2 URL2

Signed-off-by: bharathappali