DescartesResearch / TeaStore

A micro-service reference test application for model extraction, cloud management, energy efficiency, power prediction, single- and multi-tier auto-scaling
https://se.informatik.uni-wuerzburg.de
Apache License 2.0
118 stars 136 forks source link

Kubernetes deployments are not labelled #251

Closed hkayabilisim closed 11 months ago

hkayabilisim commented 1 year ago

Since the Kubernetes deployments are not labelled,

The problem

"app=teastore" labels are missing for the deployments.

How to recreate the issue

I've also tested on Minikube 1.25.3, the situation is still the same: deployments are not listed on "app=teastore" filter.

Why this is important

Because when I want to delete all TeaStore-related resources, I use "app=teastore" filter as suggested in the documentation. However, since the deployments cannot be filtered, they cannot be deleted in one shot.

SimonEismann commented 11 months ago

Closing this, feel free to reopen in case this is not resolved