There is a mysterious problem with the PDG cluster where sometimes namespaces (and PVCs and ResourceQuotas) fail to create when a new user logs in for the first time.
It is still unclear if the namespace existence is preventing the other resources, or if there is another problem that is affecting those resources
Approach
Add some logging for the error case(s) during setupAccount - this should at least tell us why the namespace fails to create
Problem
There is a mysterious problem with the PDG cluster where sometimes namespaces (and PVCs and ResourceQuotas) fail to create when a new user logs in for the first time.
It is still unclear if the namespace existence is preventing the other resources, or if there is another problem that is affecting those resources
Approach
Add some logging for the error case(s) during
setupAccount
- this should at least tell us why the namespace fails to create