This repository has been archived by the owner on May 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 304
k8s: document how to choose which kernel/rootfs for which pod #294
Comments
I think, for ref, the details may be in @sameo asciinema video at https://asciinema.org/a/146888 |
/cc @eadamsintel -- do you have script from your demo? |
I do. It is in Google drive but once you have the kubernetes cluster setup and kata runtime added you need a yaml file annotation pointing to the custom kernel. See below.
|
Cool, it seems the image path can also be set:
(I was more interested in setting a custom image) |
devimc
pushed a commit
to devimc/kata-documentation
that referenced
this issue
Sep 2, 2019
…est-alpine rootfs: Don't hardcode alpine version for golang images
bergwolf
added a commit
to bergwolf/kata-documentation
that referenced
this issue
Dec 10, 2019
It explains the details of current supported annotations. Fixes: kata-containers#486 Fixes: kata-containers#294 Signed-off-by: Peng Tao <[email protected]>
bergwolf
added a commit
to bergwolf/kata-documentation
that referenced
this issue
Dec 10, 2019
It explains the details of current supported annotations. Fixes: kata-containers#486 Fixes: kata-containers#294 Signed-off-by: Peng Tao <[email protected]>
bergwolf
added a commit
to bergwolf/kata-documentation
that referenced
this issue
Jan 20, 2020
It explains the details of current supported annotations. Fixes: kata-containers#486 Fixes: kata-containers#294 Signed-off-by: Peng Tao <[email protected]>
bergwolf
added a commit
to bergwolf/kata-documentation
that referenced
this issue
Jan 20, 2020
It explains the details of current supported annotations. Fixes: kata-containers#486 Fixes: kata-containers#294 Signed-off-by: Peng Tao <[email protected]>
bergwolf
added a commit
to bergwolf/kata-documentation
that referenced
this issue
Jan 20, 2020
It explains the details of current supported annotations. Fixes: kata-containers#486 Fixes: kata-containers#294 Signed-off-by: Peng Tao <[email protected]>
bergwolf
added a commit
to bergwolf/kata-documentation
that referenced
this issue
Jan 20, 2020
It explains the details of current supported annotations. Fixes: kata-containers#486 Fixes: kata-containers#294 Depends-on: kata-containers/tests#2240 Signed-off-by: Peng Tao <[email protected]>
bergwolf
added a commit
to bergwolf/kata-documentation
that referenced
this issue
Jan 20, 2020
It explains the details of current supported annotations. Fixes: kata-containers#486 Fixes: kata-containers#294 Depends-on: github.com/kata-containers/tests#2240 Signed-off-by: Peng Tao <[email protected]>
bergwolf
added a commit
to bergwolf/kata-documentation
that referenced
this issue
Mar 16, 2020
It explains the details of current supported annotations. Fixes: kata-containers#486 Fixes: kata-containers#294 Depends-on: github.com/kata-containers/tests#2240 Signed-off-by: Peng Tao <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Kata has the ability to select a different kernel/rootfs per-pod in k8s, but I can't find the documentation saying how to do that.
I suspect it could live in https://github.com/kata-containers/documentation/blob/master/how-to/how-to-use-k8s-with-cri-containerd-and-kata.md
Let's see if we already have that documented, and if not, add it. If so, maybe we can cross-ref the docs.
The text was updated successfully, but these errors were encountered: