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
Having a checkbox in the GKE publish dialog will allow the user to pre-choose whether to update the existing deployment with the same name when starting the publish process. The current process can get confusing because it takes a while to detect whether an existing deployment with that name already exists. If the user pre-approved this then we can go ahead with the publishing process.
If the user doesn't pre approve then we need to ask the user anyway, or fail if an existing deployment with that name exists.
Having a checkbox in the GKE publish dialog will allow the user to pre-choose whether to update the existing deployment with the same name when starting the publish process. The current process can get confusing because it takes a while to detect whether an existing deployment with that name already exists. If the user pre-approved this then we can go ahead with the publishing process.
If the user doesn't pre approve then we need to ask the user anyway, or fail if an existing deployment with that name exists.