The OCP 3.9 docs incorrectly state the service account group names as:
system:serviceaccount
Includes all service accounts in the system.
system:serviceaccount:<project>
Includes all service accounts in the specified project.
On both admin and dev guides:
https://docs.openshift.com/container-platform/3.9/dev_guide/service_accounts.html
https://docs.openshift.com/container-platform/3.9/admin_guide/service_accounts.html
This is already correct in the origin docs (latest) but also needs to get applied to 3.9 since it's misleading.
The OCP 3.9 docs incorrectly state the service account group names as:
system:serviceaccountIncludes all service accounts in the system.
system:serviceaccount:<project>Includes all service accounts in the specified project.
On both admin and dev guides:
https://docs.openshift.com/container-platform/3.9/dev_guide/service_accounts.html
https://docs.openshift.com/container-platform/3.9/admin_guide/service_accounts.html
This is already correct in the origin docs (latest) but also needs to get applied to 3.9 since it's misleading.