Jason Valdron

Results 14 comments of Jason Valdron

> One step at a time. I’ve never configured a BL-Touch, so I did some reading, and things aren’t as bad as they seem. Your BL Touch comes with two...

I'll have to look into the code further, or at least update my codebase. I'm currently using an older m200fixes branch of yours, which doesn't seem to compile with BLTOUCH...

+1 We use Dex to front a few applications and we back it with AWS SSO. AWS SSO provides a user portal, which then has links to all the apps...

I was using `1.11.4` (we're still on 1.17), but I confirmed the same happens with `1.13.4` just before opening the issue.

Seems like someone just posted something very similar to this a few minutes ago here: https://github.com/kubernetes/kubernetes/issues/60134#issuecomment-812013641

Let me test out from `master`. Also, from this: https://github.com/kubernetes/kubernetes/issues/97077 Putting the following keys in `/etc/yum.repo.d/kubernetes.repo` solved the issue for me: ``` gpgkey=https://packages.cloud.google.com/yum/doc/yum-key.gpg https://packages.cloud.google.com/yum/doc/rpm-package-key.gpg https://packages.cloud.google.com/yum/doc/apt-key.gpg ``` I'll still test your...

Confirmed I have the latest changes: ``` [centos@ip-172-31-78-107 log]$ cat /etc/yum.repos.d/kubernetes.repo [kubernetes] name=Kubernetes baseurl=https://packages.cloud.google.com/yum/repos/kubernetes-el7-x86_64 enabled=1 gpgcheck=1 repo_gpgcheck=1 gpgkey=https://packages.cloud.google.com/yum/doc/yum-key.gpg https://packages.cloud.google.com/yum/doc/rpm-package-key.gpg exclude=kubelet kubeadm kubectl ``` But still getting that error: ``` yum...

Just tried a fresh deployment with `1.13.5` to be sure, still getting the same error. Tried to append the key at the and got the same error :/ ``` https://packages.cloud.google.com/yum/repos/kubernetes-el7-x86_64/repodata/repomd.xml:...

Same thing over here, was working fine this morning, but stopped working when I've added more tests.

I haven't, personally I just switched to Chutzpah.