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
Due to the limitation of service account creation, I have used "role: test" but this isn't helping. We are restricted to creating a new service account with the name mongo, but we can leverage existing ones. What environment variable/label should I use to overcome the following issue?
Error in workloop { [Error: [object Object]]
| message:
| { kind: 'Status',
| apiVersion: 'v1',
| metadata: {},
| status: 'Failure',
| message:
| 'pods is forbidden: User "system:serviceaccount:test:default" cannot list pods at the cluster scope: no RBAC policy matched',
| reason: 'Forbidden',
| details: { kind: 'pods' },
| code: 403 },
| statusCode: 403 }
The text was updated successfully, but these errors were encountered:
psrao2002
changed the title
errro due to RBAC. how to change user default user
errro due to RBAC. how to change default user in setup
Oct 15, 2020
Due to the limitation of service account creation, I have used "role: test" but this isn't helping. We are restricted to creating a new service account with the name mongo, but we can leverage existing ones. What environment variable/label should I use to overcome the following issue?
Error in workloop { [Error: [object Object]]
| message:
| { kind: 'Status',
| apiVersion: 'v1',
| metadata: {},
| status: 'Failure',
| message:
| 'pods is forbidden: User "system:serviceaccount:test:default" cannot list pods at the cluster scope: no RBAC policy matched',
| reason: 'Forbidden',
| details: { kind: 'pods' },
| code: 403 },
| statusCode: 403 }
The text was updated successfully, but these errors were encountered: