Alexander Block

Results 78 comments of Alexander Block

@AlexGrs A workaround/hack is to use this script: https://gist.github.com/codablock/9b8c3a09b6f725436143da575d23ca45 It is a wrapper script around mkfs.ext4 and removes all lazy init related flags from the mkfs.ext4 call. to use it:...

Is kubelet run with nsenter on acs-engine?

Just seen the screenshot from theobolo and it looks like it is not run with nsenter. This would mean that you'd somehow must modify the hyperkube image to make the...

@AlexGrs What he describes is a complete rebuild of kubernetes. This would only be required if you would like to do the changes directly in the k8s source tree or...

@AlexGrs The PR is merged now. I would however wait for https://github.com/kubernetes/kubernetes/pull/40066 to be merged as well.

@pierluigilenoci I would also ask to not tag me anymore. I'm not involved with oauth2-proxy development and was only contributing for a short period of time.

I started re-exploring the current Azure AD support through the generic oidc provider yesterday and I can confirm what @LouisStAmour said, as it seems to offer everything that is needed...

@pierluigilenoci I can only say that we stopped using oauth2-proxy and Azure. We now use dex as an anti-corruption layer between Azure and oauth2-proxy as it seems to be more...

@richardcase I can't imagine any. I was first thinking that I could also try to update an existing OIDC provider's thumbprint ind client IDs, but then decided that I should...

@richardcase Any update on how to proceed with this PR?