Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing Kata guide needs updating #9

Open
displague opened this issue Jan 19, 2022 · 0 comments
Open

Installing Kata guide needs updating #9

displague opened this issue Jan 19, 2022 · 0 comments
Labels
bug Something isn't working documentation

Comments

@displague
Copy link
Member

The manifests described do not exist and should be installed in a different way (kubectl apply -k using the directories, not files, in packaging):

lab@lab00:~$ kubectl apply -k packaging/kata-deploy/kata-rbac/base/
serviceaccount/kata-label-node created
clusterrole.rbac.authorization.k8s.io/node-labeler created
clusterrolebinding.rbac.authorization.k8s.io/kata-label-node-rb created
lab@lab00:~$ kubectl apply -k packaging/kata-deploy/kata-deploy/base/
daemonset.apps/kata-deploy created

The file list in /opt/kata/bin has changed:

$ ls /opt/kata/bin/
cloud-hypervisor  containerd-shim-kata-v2  firecracker  jailer  kata-collect-data.sh  kata-monitor  kata-runtime  qemu-system-x86_64

The node-api CRD is not compatible with the installed version of Kubernetes:

lab@lab00:~$ kubectl apply -f https://raw.githubusercontent.com/kubernetes/node-api/master/manifests/runtimeclass_crd.yaml
error: unable to recognize "https://raw.githubusercontent.com/kubernetes/node-api/master/manifests/runtimeclass_crd.yaml": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta1"
@displague displague added bug Something isn't working documentation labels Jan 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation
Projects
None yet
Development

No branches or pull requests

1 participant