Graham Hayes

Results 6 comments of Graham Hayes

I *think* adding `--no-bundle` to the lego command will give a single cert as the output from looking at the lego codebase. I will test and do a PR if...

I did - Unfortunately https://github.com/go-acme/lego/issues/963 seems to still be affecting lego :/ I haven't had a chance to see if I can fix it or not yet

I have found `http /api/v1/search q= repos='*' -f | jq '.Results | keys'` using [httpie](https://httpie.org/) and [jq](https://stedolan.github.io/jq/) (should work fine with curl as well) gets the name of the repos....

This looks like a side effect of the ACI API - https://docs.microsoft.com/en-us/rest/api/container-instances/containergroups/createorupdate#container It only has a "command" field, which overrides the entrypoint if set, so combined with https://github.com/virtual-kubelet/azure-aci/blob/master/aci.go#L1163 if the...

I think @kiall 's suggestion of blocking the creation of pods with args + no command is probably a good short term solution, and when ACI updates its API (prefered),...