Mike
Mike
I have this running on kubernetes with the following: ``` apiVersion: v1 kind: Service metadata: name: kong-dashboard spec: type: LoadBalancer loadBalancerSourceRanges: - 0.0.0.0/0 ports: - name: kong-dashboard port: 8080 targetPort:...
@chrislovecnm could you give a few words on what needs to happen at a high level in order for this to work? I'm assuming it'd be supported on k8s 1.9+....
@karanrk I ran into the same issue. What worked for me was creating my own plugin that uses a package called `global-tunnel-ng` to globally configure node http clients to respect...
@jthomas do you guys still plan to do this?
I wound up just adding the following to my .zshrc until this is resolved: ``` JABBA_HOME=$HOME/.jabba JABBA_HOME_TO_EXPORT=\$HOME/.jabba _jabba() { local fd3=$(mktemp /tmp/jabba-fd3.XXXXXX) (JABBA_SHELL_INTEGRATION=ON `which jabba` "$@" 3>| ${fd3}) local exit_code=$?...
I'm on an M3 mac, but can confirm this workaround allows me to utilize the cache built on ubuntu github runners. However, in my case, I had to disable system...
@tonistiigi I may be looking in the wrong place, but as far as I can tell, the only place where xattrs are filtered out when calculating layer checksums is [here](https://github.com/moby/buildkit/blame/master/cache/contenthash/tarsum.go#L54)...
> > Would it make sense to also exclude com.apple.provenance? Or potentially com.apple.*? > > More likely these xattrs should never be copied to a Linux environment at all. @tonistiigi...
@chrislovecnm Is this work active or still awaiting the machine api?