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
Hi , I am using Ubuntu via WSL2 and I am trying to deploy the configure the µONOS to work with RIC simmulator
while executing the series of commands in https://docs.onosproject.org/developers/deploy_with_helm/#Prerequisites
I completed all the commands properly until I reached the deployment of onos services by
" helm -n micro-onos install onos-umbrella onosproject/onos-umbrella"
this isn't working as below:
mohammed@DESKTOP-B3OO8UU:~/onos-config$ 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
Could you help please
The text was updated successfully, but these errors were encountered:
Hi , I am using Ubuntu via WSL2 and I am trying to deploy the configure the µONOS to work with RIC simmulator
while executing the series of commands in https://docs.onosproject.org/developers/deploy_with_helm/#Prerequisites
I completed all the commands properly until I reached the deployment of onos services by
" helm -n micro-onos install onos-umbrella onosproject/onos-umbrella"
this isn't working as below:
mohammed@DESKTOP-B3OO8UU:~/onos-config$ 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
Could you help please
The text was updated successfully, but these errors were encountered: