Andrew LeFevre
Andrew LeFevre
Yeah feel free to make a PR to improve the docs, I'm sure they could be improved. I'm not exactly sure what you're trying to convey with your two different...
Yes and no; I think supporting the `toolchain` directive is a different issue than this one, though I would like that supported as well. I think the logic should be...
I found and fixed the cause of the above race, but I've been running the test locally thousands of times with all CPU cores, 1 cpu core etc and still...
I'm testing on Linux using KinD which should be very similar to what the Action runners are doing. I'm not sure how unreliable KinD is since I haven't been able...
@dependabot recreate
master https://github.com/gravitational/teleport/actions/runs/10248061908/job/28348517039?pr=44632#logs
@greedy52 trimming isn't ideal, but it should be a relatively rare occurrence. Since only certain fields are trimmed, most fields will still have the original data fully intact. Currently larger...
If you have whalewall running and enable it on a container via the proper label, all network access to and from that container will be disallowed unless you add rules...
@marcoandredinis do you think this could interfere/break EC2 discovery? I don't think so as the DNS names that are assigned to EC2 nodes always seem to be valid hostnames. It...
It turns out setting node hostnames to UUIDs is pretty common among our tests and codebase in general, so I added a function that will specifically validate node hostnames, as...