Sherif Abdel-Naby

Results 30 comments of Sherif Abdel-Naby

> 1. Methods to return individual Schedule's from the Scheduler by ID? > 2. Return a slice of all Schedule ID's in the Scheduler Yes. as well as adding the...

Yes, it was there so that maybe this sub package would be imported in an external project as a standalone package. But actually i am considering making the Job package...

This is the one and only thing that makes me use `lsd` too !

I upvote this, setting successfulJobsHistoryLimit=0 is not a solution, I might still need the pods to still be in Kubernetes, I just need the ability from K9S to optional filter...

What I do now is sort by state, and invert the sorting, which "works". But sometimes I want to sort by Age, and still hide Completed Pods.

Can confirm that we're affected by this issue too. We're using a registry mirror, and cannot Disable Buildkit. If the registry mirror has any outages, all docker builds fail.

I love `lsd`, I prefer it over `exa` but I miss the Git Integration, why has this feature not been considered yet?

I ended up using this trick to get around this limitation ``` kubectx(){ CURRENT_KUBECONFIG=$(echo $KUBECONFIG | sed -e 's/^.*\.switch_tmp\/config.[0-9]*\.tmp://g') switch $@ set -a export KUBECONFIG=$KUBECONFIG:$CURRENT_KUBECONFIG set +a } kubens(){ CURRENT_KUBECONFIG=$(echo...

Faced this today, big limitation in Terragrunt IMO.