...

Text file src/k8s.io/kubernetes/pkg/kubelet/apis/config/scheme/testdata/KubeletConfiguration/after/v1beta1.yaml

Documentation: k8s.io/kubernetes/pkg/kubelet/apis/config/scheme/testdata/KubeletConfiguration/after

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

View as plain text