Alistair Mackay

Results 24 comments of Alistair Mackay

I found that the way to resolve that is to run `easyrsa` in the directory in which it was installed. Creating a soft link to it from e.g. `usr/local/sbin` doesn't...

I untarred it in `/opt` leaving the directory structure as per the tarball intact. I exported env vars for `EASYRSA` pointing to `/opt/EasyRSA-3.1.0`, and `EASYRSA_PKI` pointing to where I wanted...

Hi @fedepaol I've done two installations of MetalLB today, both using the same version of the chart (latest available as at time of writing). 1. kubeadm cluster running 1.25 deployed...

Ok @fedepaol that's fine re cert-manager. At least I know how you're doing it now :-) Any ideas on why the IPAddressPool isn't working in my virtualbox setup?

I mean what this entire discussion is about. When I try to create the IPAddresPool and L2Advertisement resources, they time out. As mentioned in my initial post, I performed all...

Hi @fedepaol API server error is ```json { "kind": "Status", "apiVersion": "v1", "metadata": {}, "status": "Failure", "message": "Internal error occurred: failed calling webhook \"ipaddresspoolvalidationwebhook.metallb.io\": failed to call webhook: Post \"https://metallb-webhook-service.metallb-system.svc:443/validate-metallb-io-v1beta1-ipaddresspool?timeout=10s\":...

@monadic Any chance of creating a helm chart? Would be useful to be able to configure things like IPALLOC_RANGE Would you accept a PR for one?

I also note that some tests fail locally, when there's no failures in AppVeyor. This was using the version I forked - prior to any edits. Something's leaking into the...

I found a dirty workaround which does not involve modifying any code. * Create an extension method on `IEmitter` using reflection to get at the state and the event queue....

My initial investigation which is linked in @brianpursley 's post above definitely suggests that values are all sorted using the natural sort found in the apiMachinery section. I think it...