Modified: for 12.1.2

The SBC CNe environment is enhanced to automatically mount Kubernetes "service account tokens" by enabling a parameter. In Kubernetes, service account tokens are used by pods to authenticate with the Kubernetes API server and perform various operations, such as fetching pod health status and getting deployment scale. These tokens are mounted into pods as files, typically located at /var/run/secrets/kubernetes.io/serviceaccount/token.

When the parameter "automountServiceAccountToken" is set to true, Kubernetes automatically mounts the service account token into the pod's filesystem, allowing the pod to authenticate with the API server using the token.