James Booth
James Booth
I'd be willing to help out where possible as I'm using SaltStack with Sensu for deployment and now also dabbling in auto-remediation with my SaltStack handler. I'm working on getting...
This list amazes me. Didn't realise there were so many.
@majormoses is there a good place to provide some example tests or things to test? I know one example that would have helped me when I was trying to get...
Thanks for the comments on this! I actually switched to using tuple types as my new type wrappers so this isn't an issue for me right now, but I agree...
I've got the exact same issue as kaimantsch except that a reboot didn't fix it, neither did a reinstall of the package. If I look under `View > Syntax` it...
I recall having the same issue a while back, but this is pre 1.0. I'm going to add the whole lot of Windows checks in my env and see what...
I'm also experiencing this on Pop!_OS VS code ext version: `v1.0.3519061` ``` dotnet sdk check .NET SDKs: Version Status ------------------------ 6.0.110 Up to date. Try out the newest .NET SDK...
So I _think_ this is actually due to both Kilo and Kubespan trying to use port 51820. I've set the `--port` argument to instead use 51821 in the Kilo DaemonSet...
I have tested this again today and it seems to have worked without issue now that KubeSpan is disabled. I will try it with KubeSpan again to see if there's...
Just to chime in, I think this information is probably already available if you have `kube-state-metrics` exporter running: ``` kube_node_spec_unschedulable == 1 ``` You could then join this onto another...