Documents necessary configuration required to avoid permission conflicts for unauthorized actions.
Example: User developer trying to create a namespace.
io.fabric8.kubernetes.clnt.v3_1.KubernetesClientException: Failure executing: GET at: https://192.168.42.78:8443/api/v1/namespaces/itest-9adb622d. Message: Forbidden! User developer/192-168-42-78:8443 doesn't have permission. User "developer" cannot get namespaces in project "itest-9adb622d".
Changes proposed in this pull request:
Adds note in the documentation regarding the permissions conflict and how to avoid the same.
Short description of what this resolves:
Documents necessary configuration required to avoid permission conflicts for unauthorized actions.
Example: User
developer
trying to create a namespace.Changes proposed in this pull request:
Fixes #1003