Mark Lopez

Results 93 comments of Mark Lopez

Would be fixed indirectly via https://github.com/buehler/dotnet-operator-sdk/issues/435.

How did I miss that? Yeah, this would be a good opportunity!

Would love to @buehler! Hopefully soon.

Actually not sure if it'll be worth moving to the generic API - https://github.com/kubernetes-client/csharp/pull/744/files#diff-b6ffdded30c31747bbe5fd118533176288995b595670672553915eb7976fbaa2 The project would need to implement a similar abstraction to https://github.com/buehler/dotnet-kubernetes-client, since the generics API requires...

Yeah, I'm a little confused too, but to be honest, the new V8 API moved so much, it's hard to discover where things went. If there's another way they didn't...

It should be noted that Strong Namer does not support net45, which RestEase does support, so recommending Strong Namer is an imperfect solution - along with all the other problems...

A little more context before I start restarting minions: ``` salt-call --local saltutil.running local: ``` (Same server as above)

This was a clean uninstall/install to move to the new directory structure (so complete removal of the `C:\salt` directory). A direct jump to 3005 from 3002.9. No cache should have...

~So `setproctitle` is already being used by salt?~

Ah, found it, it creates a handle via a system mutex. ``` Schedule(name=Highstate, jid=20220920040540366404) Schedule(name=Highstate, jid=20220920070650373582) ``` Looks like the processes used for scheduled runs keep running after completion. I...