Marko Mikulicic

Results 231 comments of Marko Mikulicic

Yes please On Mon, Sep 21, 2020, 16:40 Luis Miguel Miranda wrote: > @mkmik Since i wanted to check in in my Orgs > Openshift cluster I cloned the master...

(in response to https://github.com/google/jsonnet/issues/312#issuecomment-1346507914) as a simpler workaround to manually rolling recursive functions, fold can be used: ```jsonnet local hide(obj, field=null, pred=function(name) (name == field), map=function(value) value) = std.foldl( function(acc,...

Yes using query parameter encoding for the fragment too is a good idea, I will change it. What should we do when: 1. A fragment doesn't confirm to this syntax?...

the original reason for passing secrets in stdin instead of passing them as literal in params is that the latter causes secrets to be visible in /proc and saved in...

CC: @anguslees, @primeroz

another option is to disable `servicelb` with: ``` apiVersion: controlplane.cluster.x-k8s.io/v1beta1 kind: KThreesControlPlane .... kthreesConfigSpec: serverConfig: disableComponents: - servicelb ``` that also disables the embedded cloud-controller-manager, but

I can help. I wish I could use this in prod. I think it works well *and* I think I understand the code well enough to fix it when it...

> should we just document how to use imageLookupOrg and imageLookupFilter to find a generic ubuntu image? I successfully used this to find a working image on multiple regions using...

k3s also gives you the option to use an external database for storing apiserver state, which removes the need to run a etcd cluster for control plane HA

That said, the main reason I chose cluster-api-k3s is for the simplicity of of the controller and the resulting easy of troubleshooting. The k3s distribution is designed for installation simplicity...