Сhanges are not applied

changes are not applied. I try to make changes to the manifests or delete pods. There are no errors, just nothing happens. My changes are not applied

Hey there,

There is a new issue with deleting pods due to an api update. The fix is planned but does not currently have an estimate for when it is going to be scheduled.

In the meantime you will need to use the kubectl to delete pods
kubectl delete pod <the_pod_name> ---namespace <the_namespace_name>

Related to ability to apply changes, what changes are you attempting?

Also, which version of the kubectl are you running and which version of kubernetes is your cluster running?

Kindly,
The Lens Core Team

For example, I change the number of replicas and it does not apply
version 1.21.14