-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
I'm trying to test micro-onos on a microk8s single node cluster
I succeed to create the namespaces and after deploying on the kube-systemnamespace,
I see the following:
Every 5.0s: kubectl -n kube-system get pods uk8s: Fri May 27 10:26:16 2022
NAME READY STATUS RESTARTS AGE
atomix-controller-99f978c7d-mxkmf 0/1 Running 0 6m48s
atomix-raft-storage-controller-5446776fd6-5l24s 1/1 Running 0 13m
coredns-67fccc976-d44ld 1/1 Running 0 19m
hostpath-provisioner-75fdc8fccd-89kl7 1/1 Running 0 19m
onos-operator-app-676674b79c-vr259 0/1 Running 0 6m3s
onos-operator-topo-7698956594-8lg4v 1/1 Running 0 6m3s
When I try to deploy 'onos-umbrellaon the micro-onos`namespace I get:
student@uk8s:~$ helm -n micro-onos install onos-umbrella onosproject/onos-umbrella
Error: unable to build kubernetes objects from release manifest: error validating "": error validating data: ValidationError(Deployment.spec.template.spec.securityContext): unknown field "seccompProfile" in io.k8s.api.core.v1.PodSecurityContext
Current snaps:
student@uk8s:~$ snap list
Name Version Rev Tracking Publisher Notes
core 16-2.55.5 13250 latest/stable canonical✓ core
core20 20220512 1494 latest/stable canonical✓ base
lxd 4.0.9-8e2046b 22753 4.0/stable/… canonical✓ -
microk8s v1.18.20 2271 1.18/stable canonical✓ classic
snapd 2.55.5 15904 latest/stable canonical✓ snapd
The VM I'm running is a Ubuntu20.04 LTS
uname -a
Linux uk8s 5.4.0-107-generic #121-Ubuntu SMP Thu Mar 24 16:04:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Metadata
Metadata
Assignees
Labels
No labels