Advertisement
Guest User

Untitled

a guest
Apr 5th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. To create the new app in the NS, I use
  2. oc new-app -e MONGODB_USER=test,MONGODB_PASSWORD=test,MONGODB_DATABASE=testdb,MONGODB_ADMIN_PASSWORD=testadm,MONGODB_NOPREALLOC=true,MONGODB_SMALLFILES=true --name='mongo324' mongo:3.2.4
  3. Then in the origin console, I see :
  4. error: failed switching to "mongodb": operation not permitted
  5. In my local space policy I have
  6. -bash-4.2$ oc describe policyBindings :default
  7. Name: :default
  8. Created: 2 weeks ago
  9. Labels: <none>
  10. Annotations: <none>
  11. Last Modified: 2016-03-16 15:42:58 +0100 CET
  12. Policy: <none>
  13. RoleBinding[admin]:
  14. Role: admin
  15. Users: jmlambert
  16. Groups: <none>
  17. ServiceAccounts: <none>
  18. Subjects: <none>
  19. RoleBinding[system:deployers]:
  20. Role: system:deployer
  21. Users: <none>
  22. Groups: <none>
  23. ServiceAccounts: deployer
  24. Subjects: <none>
  25. RoleBinding[system:image-builders]:
  26. Role: system:image-builder
  27. Users: <none>
  28. Groups: <none>
  29. ServiceAccounts: builder
  30. Subjects: <none>
  31. RoleBinding[system:image-pullers]:
  32. Role: system:image-puller
  33. Users: <none>
  34. Groups: system:serviceaccounts:re-risk-engine-staging
  35. ServiceAccounts: <none>
  36. Subjects: <none>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement