Pierrick

Results 9 comments of Pierrick

Indeed, that would be great !

Me too. I also the tried the `__SPRITE_URL__` solution and this deprecation message is displayed : `(node:3601) DeprecationWarning: Tapable.plugin is deprecated. Use new API on .hooks instead` Did you guys...

It seems like `tns-nav-active` is set on visible items. I'd like to highlight a "selected" item. Is there a way to put such a class on a unique item, which...

Well, I'm discovering Workflow so I can't say if this would be an interesting feature or not. Thanks @bacongobbler it does give me a general idea. Is such a thing...

Hi @stibi > what version of the nginx-ingress-controller you have deployed? The latest one, 0.8.3? Yes. I used the 0.8.2 but [couldn't make it work](https://github.com/kubernetes/contrib/issues/1652). Now 0.8.3 is deployed. >...

Thanks @simonswine For each of my staging env (handled with namespaces) I need to deploy a kube-lego instance. Is that correct ? Is filtering on a namespace planned for a...

@tsloughter @aknuds1 It works well on my side after adding kube-lego deployment under the namespace of the pods I want to secure.

@aknuds1 I'm using nginx-controller with `--watch-namespace` option. To make everything work, I used the same namespace everywhere : my pods (and services...), the ingress ressource, the nginx-controller and the kube-lego...

Right, this is indeed a namespace problem. My nginx rc is configured with watch-namespace so the challenge request was handled by one of my service (which is protected by http...