intellij-kubernetes icon indicating copy to clipboard operation
intellij-kubernetes copied to clipboard

Push notification should change from "create new resource" to "update existing" when I externally create the resource

Open adietish opened this issue 4 years ago • 1 comments

Steps:

  1. EXEC: edit resource
  2. EXEC: change metadata > name
  3. ASSERT: push notification appears offering to "create new resource"
  4. EXEC: create a resource with the same name using kubectl or web console

Result: Editor won't notice, the notification stays "create new resource" while it should turn to "update existing resource" since it should have noticed that the resource was added on the cluster

adietish avatar Jun 15 '21 10:06 adietish

The bug is only in display, there's no harm. The editor is still able to push the editor to the cluster.

adietish avatar Jun 15 '21 10:06 adietish