Below you will find pages that utilize the taxonomy term “Kubernetes”
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
fail-swap-on necessary for running e2e tests locally
If you’re trying to run #kubernetes e2e-node tests with make test-e2e-node
and you’re trying to run them locally, you may need to add TEST_ARG='--kubelet-flags=--fail-swap-on=false'
because your normal everyday dev machine probably has swap enabled.
kubernetes github organization code search
cs.k8s.io is super useful to correlate things and search the entire kubernetes + kubernetes-sigs organizations.
Open Source Summit China 2019
kubernetes contributor summit
SIG Service Catalog members will go over the process of building Kubernetes extensions: building, testing, repos, and more.
Combo KubeCon CloudNativeCon OpenSourceSummit
https://kccncosschn19eng.sched.com/
https://static.sched.com/hosted_files/kccncosschn19eng/67/OSSChina2019.pdf
Kubecon EU 2018
Building a Fault-Tolerant Resources Controller on Kubernetes - Morgan Bauer & Srinivas Brahmaroutu
https://schd.ws/hosted_files/kccnceu18/3b/CRDDeployments.pdf%EF%BB%BF
https://www.youtube.com/watch?v=v2gAcKKDf9Y
SIG Service-Catalog Deep Dive – Doug Davis, Michael Kibbe & Morgan Bauer
https://www.youtube.com/watch?v=knKSSKMkdHY
SIG Service-Catalog Deep Dive – Doug Davis, Michael Kibbe, Google, & Morgan Bauer, IBM (Intermediate Skill Level) In the “SIG Service-Catalog Intro” session we provided an overview of the Open Service Broker API and the Kubernetes implementation being developed by the Service Catalog SIG. With that background, this session will go into some of the challenges we faced in making it a reality. Whether it was because we were trying to use bleeding edge features of K8s, or trying to align very radically different processing models between K8s and other OSB API Platforms, our SIG has had an interesting time trying to navigate these waters. Come learn about these these challenges and how we’ve chosen to solve them.