beejaygee
beejaygee
> Going to script it myself for the time being. @sandervandegeijn Could you please provide your script or at least advise what logic you used to make this? Should I...
@sandervandegeijn Thanks for this. Looks good. One question, it looks like one should use this in addition to an ISM policy to perform backups. Can you backup a remote snapshot?...
I'm also encountering this issue. I'm using Karpenter and when initiating a spot termination request, the following is logged by Karpenter controller; 2023-02-22T09:14:24.297Z INFO controller.termination cordoned node {"commit": "beb0a64-dirty", "node":...
At a suggestion, couldn't this be done with K8s Jobs via API (with a K8s service account) with client-go rather than doing it directly with containerD? Perhaps I misunderstand but...
If Orborus works the same as Cortex Neurons do then it should be sufficient for the task. Jobs clean up after themselves. If I understand correctly, all Shuffle does is...
> We do instead run the apps (Neurons~) with HTTP servers on them, as to make everything both faster and WAY less compute intensive. The old way was just not...
> How would you recommend actually interacting with the K8s API? Through a socket mount like with Docker, or is there a better way Pods inside the cluster can control...
> This then sounds exactly like how we've built the Docker system already, and just requires a K8s migration for the API connection w/auth. Yep, that's what I figured. I...
> I can indeed confirm that it's not taking long because it's hard, but rather because we have higher priorities that need sorting first :) No worries. When you're ready,...