davidliyutong / cloud-platform-apiserver

Yet another Cloud Based IDE Platform for Labs and Small Organizations
4 stars 0 forks source link

[Bug] Template deletion cause pod update fail #2

Closed davidliyutong closed 11 months ago

davidliyutong commented 11 months ago

This is an known issue: once a pod is created from a template, it will memorize the template id of this template. If the template is deleted for some reason, the pod update handler will not find the correct template to update K8S resources. However, it will return a success response. Related pod resource will enter a infinite pending state.