Tobias Herrmann Hinz

Results 12 comments of Tobias Herrmann Hinz

running on kubernetes 1.21.x on azure here. same issue. BUT only when i was trying to install grafana on a specific path like: `monitoring..io/grafana`. cert-manager: ``` chart: spec: chart: cert-manager...

i was stumbling on some same requirements, after a while of thinkering i came up with something working: ```- name: nginx proxy deployement become: true hosts: nginx-proxy vars: sites: api.log.mycicd.internal:...

was looking for something similar, the folks of cillium did something which could solve that problem? see: https://cilium.io/blog/2018/09/19/kubernetes-network-policies/

another use/corner(?) case maybe: transit gateway peerings we spin up clusters per default with internal loadbalancers only: to make them available to the corp intranet/vpn users etc. we are doing...

i approached something similar with a little hack: - https://github.com/jimmidyson/configmap-reload SCENARIO: - yaml files get persisted/provided via a kubernetes configmap as a file mount - we did spawn the above...

any progress on this one? can't use kaniko atm for building images from cicd. using kaniko:debug latest image from gcr.io

that would be awesome

same here. but without 2FA. any ideas?

@ywk253100 well thats okay'ish and thats some approach. :) but: i would need to implement some additional workflow to run those curl api calls after the installation. still would be...