You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EXEC: in the editor: add some forbidden characters to the name (ex. ",")
EXEC: inspect the name that is reported in the push notification
Result:
The editor does not complain about the illegal character in the name. The push notification is only using portions of the name (ex. the portion before the ",") Screencast from 2024-04-08 11-19-37.webm
Expected result:
Editor should error given that the resource name is illegal. There should be no push notification
Steps:
Result:
The editor does not complain about the illegal character in the name. The push notification is only using portions of the name (ex. the portion before the ",")
Screencast from 2024-04-08 11-19-37.webm
Expected result:
Editor should error given that the resource name is illegal. There should be no push notification
Rules for kubernetes names are as follows: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/
The text was updated successfully, but these errors were encountered: