I'm having a bit of a nasty problem that I've yet to find a work-around to, so I'm hoping someone may have seen this and have some suggestions...
I have a number of pairs of VMs that have a couple of endpoints defined that are behind a load balanced set. That set had originally been configured as an HTTP probe, but for some technical reasons I needed to switch it back to a TCP probe.
The problem I'm having now, though, is that the endpoints seem to have gotten into a funky state that I can't seem to fix. Any change I make to either add a new endpoint or delete the existing endpoints fails because it says the probe path isn't supported with the TCP probe type (which makes sense). Its like the UI is trying to set all the parameters at once on the endpoints, even when I'm trying to delete them.
I've tried updating the existing endpoints to clear out the path, but it won't update -- if I do it as HTTP, it fails validation because its a required parameter and if I clear it and switch back to TCP, it doesn't update the path parameter.
I was going to just delete the endpoints completely and recreate them, but the delete fails for the same reason (which is bizarre).
So basically I'm stuck -- I can't change, add or delete my endpoints at this point. I'm assuming I could just nuke the VMs, but I'd lose quite a lot of time if I had to do that.
Anyone run into this before?