 
		
		
		
		
		
	
			
		
		
			
					
		Hi,
In the lab "cluster self-service setup" (ch10s02), one of the assignments is:
Each workshop project must have this additional default configuration:
 - A local binding for the presenter group to the admin cluster role with the workshop name
In the solution, I can not find this implemented. The grading checks if do280-presenter has the admin role in the do280 project, but it already has because it creates it by default (the solution only renames it)
I think the solution should be as literaly requested in the template:
- apiVersion: rbac.authorization.k8s.io/v1
  kind: RoleBinding
  metadata:
    name: workshop
    namespace: ${PROJECT_NAME}
  roleRef:
    apiGroup: rbac.authorization.k8s.io
    kind: ClusterRole
    name: admin
  subjects:
  - apiGroup: rbac.authorization.k8s.io
    kind: Group
    name: presenters
I hope the grading in the exam is done on exactly what is requested in the assignment...
 Chetan_Tiwary_
		
			Chetan_Tiwary_
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hello @FrankB !
Thanks for reaching out and reporting this to us here !
We have identified this bug and have already reported this to our curriculum development team via an internal ticket. The team is currently working on this and will fix it in an upcoming release soon.
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.