Christian Ihle
Christian Ihle
@colethorsen thanks, yeah I've already gone that way. I need to strip exif, so basing it on your changes is much better to avoid calling imagemagick 3 times to resize,...
> I have the same issue too. Remember to vote on the Google Issue Tracker as well, so they know people are affected.
They closed the issue without any explanation: > Status: Won't Fix (Obsolete) Do anyone here have any insider details about why it's obsolete? Tried asking about it, but I doubt...
I think this is the same issue: https://issuetracker.google.com/issues/224584852
We are seeing this when joining control plane nodes to existing clusters (1.15). We use nginx-ingress-controller as a daemonset, and it's on host port 443, same as the apiserver. So...
Not sure I understand how the workaround works. Isn't InitConfiguration used only during init of the first master? Or can it be updated in the configmap in kube-system and used...
I've tried to use a JoinConfiguration to setup additional masters, but then I just get this message: ``` # kubeadm join --control-plane --config /etc/kubernetes/kubeadm-master-config.yaml can not mix '--config' with arguments...
Really great news that you have started to look at this! Would it be possible to add support for stripping exif while you are at it? I added this to...
@marfurt I'm using the workaround mentioned in the description, disabling the map projection code. Can't use this library without, as the frame drop is really bad.
> @hafe, is there any aspect in which NIC does not comply with Restricted security level, other than `allowPrivilegeEscalation`? This must also be set in the security context to comply:...