Allow auth unauthenticated and unauthorized access to api server

How do we configure the api server to allow unauthenticated and unauthorized REST users access and then provide access to an anonymous user. Then also configure kubelet to allow for unauthenticated and unauthorized access.

I am testing something and want to be able to disable the authn and authz but unsure how to do it.

HI @Reagan-Rosario,

Please refer to this documentation about kubelet configuration :

Regard

This answers the second part of the question regarding the kubelet. Any thoughts on how to disable authn/authz for api server?