Mateusz Gozdek
Mateusz Gozdek
I can't promise anything, but I'm playing around with Terraform SDK right now, so if I find some time, I can try. Though I'm a bit concerned whether it's worth...
@fllaca no, I didn't, so indeed go for it ;) feel free to pull me in for reviews etc :)
>What is the state of this issue? #73 needs rebase and maintainer's attention.
Perhaps also negative values could also be rejected. The only use I see for them is a testing use of expired certificate, but that could be allowed with `validity_period_hours =...
Looks like the limit is 9999 year. See https://golang.org/src/encoding/asn1/marshal.go?s=15427:15472#L366 and https://serverfault.com/questions/847190/in-theory-could-a-ca-make-a-certificate-that-is-valid-for-arbitrarily-long.
It would be great if this could also support `source` property and allow copying directories locally. Currently in Terraform `file` provisioner allows copying directories, but only using `ssh`. Local copy...
>It cannot. We give the user the option to use the configmap in any namespace. Sure, most use it in metallb-system, but it is not restricted there. Make sense :+1:...
This might only be reproducible if `--leader-elect=true` is set. I suspect the following grant should at least fix 2nd error: ``` - apiGroups: # Reason: So CCM can publish leader...
It seems events for `Node` object removal are not emitted either: ``` I1202 12:24:51.789774 1 event.go:281] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"test-iago-pool-1-worker-1", UID:"159820a5-dccf-41f6-8cf1-40401440099d", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'Deleting node test-iago-pool-1-worker-1 because...
Hm, even after adding a RBAC rule, the event for lease is not emitted and fails with the following error: ``` E1203 10:38:23.143721 1 event.go:319] Could not construct reference to:...