alex bezek
alex bezek
@hossainemruz since I'm documenting how to add a custom section now as part of https://github.com/hossainemruz/toha/issues/87 I can probably tackle this as well. I am a little confused though, is the...
PR opened here https://github.com/hugo-toha/guides/pull/13
@hossainemruz I've been going through your backlog because I'm thoroughly enjoying your theme and would like to help out more. Would you like to turn this issue into "Document how...
Hey @Andryas , it looks like you got the bulk of it working, just the statics are missing. Did you include the corresponding images in the statics folder https://github.com/hossainemruz/toha-example-site/tree/master/static/images/posts ?
@brendandburns I noticed this issue linked in my teams code. I think it should be resolved now that https://github.com/kubernetes-client/javascript/issues/666 is merged
 This does still seem to be an issue
> This will have the bonus effect of continually reconverging any changes made directly in the ngrok account back to what matches k8s. This is not actually true. While the...
One small issue that this would solve is that right now while we watch our CRDs for changes and push them into the store via https://github.com/ngrok/kubernetes-ingress-controller/blob/main/internal/store/updatestorehandler.go it doesn't trigger a...
One problem with watching secrets from the https edges controller is that could watch lots of unnecessary secrets and cause a lot of unnecessary calls to the ngrok api since...
It might also be worth ordering all the ingress objects by timestamp as noted in https://kubernetes.github.io/ingress-nginx/how-it-works/#building-the-nginx-model > Order Ingress rules by CreationTimestamp field, i.e., old rules first.