CKS Lab - Retrieve Service Account token and use it to access API server

I don’t get why doesn’t work:

ok based on solution i think this indications is wrong:

  • Subject: ServiceAccount default in namespace default

it should be

  • Subject: ServiceAccount my-service-account in namespace default

Hi @Marco78

Thanks for highlighting this.
As you might have figured it, the question required to link the RoleBinding with an SA named default in default namespace.

But the grader is looking for an SA named my-service-account in default namespace.

I’ll notify the Lab team to update wither the Question or the verification.

Regards.