Recent Posts
Morgan Bauer's Work Resume
Morgan is an Open Source Software (OSS) Engineer for IBM working on Kubernetes. Morgan has extensive experience in the creation of open source software, containerized software development and complex system architecture. Morgan also enjoys working with cross-functional teams, and presenting at conferences and meetups.
CLICK HERE FOR RESUME AS PDF Github: @MHBauer
Linkedin: @morganbauer
IBM Developer Profile
I have a Resume and linkedin account @morganbauer.
I enjoy working in open source software communities.
read more
Digital Developer Conference - Open Source Contributor’s Conference: Become a Kubernetes contributor - Git & Github
https://developer.ibm.com/conferences/oscc%5Fbecome%5Fa%5Fkubernetes%5Fcontributor/
https://developer.ibm.com/conferences/oscc%5Fbecome%5Fa%5Fkubernetes%5Fcontributor/git%5Fand%5Fgithub/
As an aside, the ‘IBM Developer’ website was previously known as ‘IBM DeveloperWorks’, which I found to be a useful resource over time, especially during University days. I am not sure I ever had a goal of being published on DeveloperWorks, but I find it very cool to have achieved it.
read more
2020-06-04 how to run containerd as runtime for e2e-node tests
requires some extra setup to get containerd working, such as setting it up to accept being a cri, which is a plugin, as well as cni which is all installable from the containerd repo using scripts that are available inside.
GOFLAGS='-v -tags=dockerless' make test-e2e-node PARALLELISM=1 TEST_ARGS='--kubelet-flags=--fail-swap-on=false' FOCUS="NodeFeature: ImageID" SKIP="\[Flaky\]|\[Serial\]" RUNTIME=remote CONTAINER_RUNTIME_ENDPOINT=unix:///run/containerd/containerd.sock
read more