kernel1 Pod forbidden sysctl: "net.ipv4.tcp_fastopen" not whitelisted 요구사항 kubernetes 기반 어플리케이션 개발을 할때, 로컬 개발환경 구축을 위해 minikube를 사용합니다. 이때 어플리케이션에 따라서 pod, container 내부에서 커널 파라미터를 조정해야 하는 경우가 있습니다. 여기선 TCP 커넥션과 관련된 아래 세가지 커널 파라미터를 조정할 필요가 있었습니다. net.ipv4.ip_local_port_range net.ipv4.tcp_fastopen net.ipv4.tcp_tw_reuse 문제 상황 커널 파라미터 조정을 위해 yaml 파일에 아래와 같이 선언하였습니다. apiVersion: apps/v1 kind: Deployment spec: template: spec: securityContext: sysctls: - name: net.ipv4.i.. 2021. 7. 27. 이전 1 다음