k8s.io/kubernetes@v1.31.0-alpha.0.0.20240520171757-56147500dadc/pkg/kubelet/apis/config/scheme/testdata/KubeletConfiguration/roundtrip/default/v1beta1.yaml (about)

     1  address: 0.0.0.0
     2  apiVersion: kubelet.config.k8s.io/v1beta1
     3  authentication:
     4    anonymous:
     5      enabled: false
     6    webhook:
     7      cacheTTL: 2m0s
     8      enabled: true
     9    x509: {}
    10  authorization:
    11    mode: Webhook
    12    webhook:
    13      cacheAuthorizedTTL: 5m0s
    14      cacheUnauthorizedTTL: 30s
    15  cgroupDriver: cgroupfs
    16  cgroupsPerQOS: true
    17  configMapAndSecretChangeDetectionStrategy: Watch
    18  containerLogMaxFiles: 5
    19  containerLogMaxSize: 10Mi
    20  containerLogMaxWorkers: 1
    21  containerLogMonitorInterval: 10s
    22  containerRuntimeEndpoint: unix:///run/containerd/containerd.sock
    23  contentType: application/vnd.kubernetes.protobuf
    24  cpuCFSQuota: true
    25  cpuCFSQuotaPeriod: 100ms
    26  cpuManagerPolicy: none
    27  cpuManagerReconcilePeriod: 10s
    28  enableControllerAttachDetach: true
    29  enableDebugFlagsHandler: true
    30  enableDebuggingHandlers: true
    31  enableProfilingHandler: true
    32  enableServer: true
    33  enableSystemLogHandler: true
    34  enableSystemLogQuery: false
    35  enforceNodeAllocatable:
    36  - pods
    37  eventBurst: 10
    38  eventRecordQPS: 5
    39  evictionPressureTransitionPeriod: 5m0s
    40  failSwapOn: true
    41  fileCheckFrequency: 20s
    42  hairpinMode: promiscuous-bridge
    43  healthzBindAddress: 127.0.0.1
    44  healthzPort: 10248
    45  httpCheckFrequency: 20s
    46  imageGCHighThresholdPercent: 85
    47  imageGCLowThresholdPercent: 80
    48  imageMaximumGCAge: 0s
    49  imageMinimumGCAge: 2m0s
    50  iptablesDropBit: 15
    51  iptablesMasqueradeBit: 14
    52  kind: KubeletConfiguration
    53  kubeAPIBurst: 100
    54  kubeAPIQPS: 50
    55  localStorageCapacityIsolation: true
    56  logging:
    57    flushFrequency: 5s
    58    format: text
    59    options:
    60      json:
    61        infoBufferSize: "0"
    62      text:
    63        infoBufferSize: "0"
    64    verbosity: 0
    65  makeIPTablesUtilChains: true
    66  maxOpenFiles: 1000000
    67  maxPods: 110
    68  memoryManagerPolicy: None
    69  memorySwap: {}
    70  memoryThrottlingFactor: 0.9
    71  nodeLeaseDurationSeconds: 40
    72  nodeStatusMaxImages: 50
    73  nodeStatusReportFrequency: 5m0s
    74  nodeStatusUpdateFrequency: 10s
    75  oomScoreAdj: -999
    76  podLogsDir: /var/log/pods
    77  podPidsLimit: -1
    78  port: 10250
    79  registerNode: true
    80  registryBurst: 10
    81  registryPullQPS: 5
    82  resolvConf: /etc/resolv.conf
    83  runtimeRequestTimeout: 2m0s
    84  seccompDefault: false
    85  serializeImagePulls: true
    86  shutdownGracePeriod: 0s
    87  shutdownGracePeriodCriticalPods: 0s
    88  streamingConnectionIdleTimeout: 4h0m0s
    89  syncFrequency: 1m0s
    90  topologyManagerPolicy: none
    91  topologyManagerScope: container
    92  volumePluginDir: /usr/libexec/kubernetes/kubelet-plugins/volume/exec/
    93  volumeStatsAggPeriod: 1m0s