cancel
Showing results for 
Search instead for 
Did you mean: 

SCP Trial Kyma: Services cannot be deleted from UI

christianlechne
Active Contributor
0 Kudos

Hi,

since the upgrade of Kyma to version 1.17 one cannot delete services from the UI (deletion via kubectl work as expected) which was possible in the release before. You can only edit the service or go to the YAML file:

Is this a bug in SCP trial or in Kyma 1.17? Or is this intended. If intended, it would be interesting why this is the case. I could not find a hint to this in the Kyma 1.17 release notes.

Best regards,

Christian

Accepted Solutions (1)

Accepted Solutions (1)

Marco_Dorn
Advisor
Advisor

Hello christian.lechner,

We are sorry for this inconvenience, but a UI-bug caused this button to disappear. It is already fixed in the Kyma version 1.18 which was released in the open source project (https://github.com/kyma-project/console/issues/2063).

You can still delete services via the CLI though:

kubectl delete service <YourServiceName> -n <namespace>

Due to the upcoming holiday season, we plan to upgrade the managed Kyma runtimes only mid-January to ensure we have all hands on deck.

Best regards and happy holidays!
Marco.

christianlechne
Active Contributor
0 Kudos

Thanks for the answer - then looking forward to mid of January!

Happy Holidays!

Christian

Answers (0)