Ben Moss

Results 68 comments of Ben Moss

`-L` rather than `KO_DOCKER_REPO=ko.local` works but still doesn't give you what you want. I don't think there's currently a way to load images into your local Docker daemon without naming...

I think the symlink copying might be broken completely. https://github.com/otiai10/copy/blob/main/test_setup.go#L13 creates an invalid symlink: ``` $ ls -al test/data/case03 total 12 drwxrwxr-x 2 cesium cesium 4096 Mar 19 18:20 ....

There's a very difficult issue with the Shallow copy that I'm not sure how to solve. With case09, you have a symlink to a file in the same directory: ```...

I don't see any preflight checks that are failing or not appropriate for Windows: ``` PS C:\> .\winsw\join.ps1 I0508 14:27:14.679350 1320 join.go:364] [preflight] found NodeName empty; using OS hostname as...

I am using WinSW to wrap kubelet.exe as a Service. I really like WinSW as a service wrapper, it would be my vote rather than using the `--windows-service` flag. https://github.com/benmoss/kubeadm-windows/blob/master/join.ps1...

And no, I didn't have to fix the paths in `/etc/kubernetes/kubelet.conf`. The only path problem I'm running into is that kubelet is joining paths to `/etc/kubernetes/pki/ca.crt` incorrectly. It errors with...

I had to write the Script Filter to a file on disk and then run it with `php`, aka Copy this to your clipboard ```php

Spoke too soon, I gave the workflow an access token and now it just hangs. I see this error in the debugger: ``` [09:55:25.446] ERROR: GitHub[Script Filter] JSON error: JSON...

You're probably in a better position to know that than me 😄

I'm running into this as well. I ran the micromamba install script on a brand-new Amazon Linux machine, accepted all the defaults, and then running `micromamba create -n cool -f...