Vladimir Tiukhtin

Results 7 comments of Vladimir Tiukhtin

@alexsomesan this does not apply to CRDs, doesn't it? What is an advice for CRD users?

kube-router 0.2.0-beta.5 works perfect on 1.9.2 bare metal cluster with MetalLB and --advertise-loadbalancer-ips=true flag. All flags I am using are: ``` --kubeconfig=/etc/kubernetes/kube-router.conf --run-firewall=true --run-router=true --run-service-proxy=true --advertise-loadbalancer-ip ``` I have stopped...

@aauren a pair of kube-router and metallb works for me, but obviously I would prefer to have all in one, considering all required BGP functionality already implemented in kube-router

@andresmgot but it still requires clusterrole to be bind to kubeless SA, doesn't it? I guess the right approach is to bind to a role which automatically scopes SA to...

Never mind, found a left over comma at the end of metadata

As suggested by @alexsomesan, I converted yamls offline removing all occurrences of creationTimestamp and it worked. I guess having resources offline is the way forward and is in fact more...

@arybolovlev I hit the same issue. Adding `computed_fields = ["spec.isCA"]` worked