You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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"
The text was updated successfully, but these errors were encountered:
The manifests described do not exist and should be installed in a different way (
kubectl apply -k
using the directories, not files, in packaging):The file list in
/opt/kata/bin
has changed:The node-api CRD is not compatible with the installed version of Kubernetes:
The text was updated successfully, but these errors were encountered: