3.2. 持久性 kubelet 日志级别配置
流程
将以下
MachineConfig
对象用于持久性 kubelet 日志级别配置: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
应用为 debug 级别的日志,5-8
作为追踪级别的日志。