cancel
Showing results for 
Search instead for 
Did you mean: 
FrankB
Cadet
Cadet
  • 470 Views

Lab: Cluster Self-service Setup - local binding for presenter group?

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...

1 Reply
Chetan_Tiwary_
Community Manager
Community Manager
  • 466 Views

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. 

 

0 Kudos
Join the discussion
You must log in to join this conversation.