3.2. 영구 kubelet 로그 수준 구성
프로세스
영구 kubelet 로그 수준 구성에 다음
MachineConfig
오브젝트를 사용합니다.apiVersion: machineconfiguration.openshift.io/v1 kind: MachineConfig metadata: labels: machineconfiguration.openshift.io/role: master name: 99-master-kubelet-loglevel spec: config: ignition: version: 3.2.0 systemd: units: - name: kubelet.service enabled: true dropins: - name: 30-logging.conf contents: | [Service] Environment="KUBELET_LOG_LEVEL=2"
일반적으로
0-4
를 디버그 수준 로그로 적용하고 추적 수준 로그로5-8
을 적용하는 것이 좋습니다.