Cloud API Overview > @adpt/cloud > k8s > PodSecurityContext > sysctls
k8s.PodSecurityContext.sysctls property
Sysctls hold a list of namespaced sysctls used for the pod.
Pods with unsupported sysctls (by the container runtime) might fail to launch.
Signature:
sysctls?: Sysctl[];