In this guide, we will enable the Talos feature to access the Talos API from within Kubernetes. Enabling the Feature Edit the machine configuration to enable the feature, specifying the Kubernetes namespaces from which Talos API can be accessed and the allowed Talos API roles. bash talosctl -n 172.20.0.2 edit machineconfig Configure the kubernetesTalosAPIAccess like the following: yaml spec:machine:features:kubernetesTalosAPIAccess:enabled:trueallowedRoles:- os:readerallowedKubernetesNamespac...