kubectlBy design, VIEW role is visible namespace permission. However, VIEW role is not added in the vCenter UI > Administration > Roles and Namespace View permission is for Supervisor level access.
kubectl vsphere login --server [Supervisor_IP] --vsphere-username [email protected] --tanzu-kubernetes-cluster-name [Cluster_Name] --tanzu-kubernetes-cluster-namespace [Namespace_Name]ClusterRoleBinding to map the SSO user/group to the native view ClusterRole:kubectl create clusterrolebinding [binding-name] --user sso:[username]@[domain] --clusterrole viewkubectl auth can-i list pods --all-namespaces