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
It had a service with type ClusterIP and wanted to switch it to type NodePortand it failed with the following message:
`The Service "xyz" is invalid.
spec.clusterIP: Invalid value: "": field is immutable``
I deleted the existing service and created the new one which worked fine.