kubernetes1.23/kubelet.service
Richard Brown c628b8d22e - Update to version 1.23.0:
* Update CHANGELOG/CHANGELOG-1.23.md for v1.23.0-rc.1
  * Revert dockershim CRI v1 changes
  * Add enj to sig-auth-authenticators-approvers
  * bump TestHTTP1DoNotReuseRequestAfterTimeout timeout
  * regenerated files
  * update the grpc field name for consistency
  * Revert "update expected ordering"
  * Regenerate openapi v3 fixtures
  * Unversion and normalize openapi v3 fixtures

- Initial Package

OBS-URL: https://build.opensuse.org/package/show/devel:kubic/kubernetes1.23?expand=0&rev=1
2021-12-08 15:03:14 +00:00

17 lines
462 B
Desktop File

[Unit]
Description=kubelet: The Kubernetes Node Agent
Documentation=https://kubernetes.io/docs/
After=network.target network-online.target
Wants=docker.service crio.service
ConditionPathExists=/var/lib/kubelet/config.yaml
[Service]
ExecStartPre=/bin/bash -c "findmnt -t bpf --mountpoint /sys/fs/bpf > /dev/null || mount bpffs /sys/fs/bpf -t bpf"
ExecStart=/usr/bin/kubelet
Restart=always
StartLimitInterval=0
RestartSec=10
[Install]
WantedBy=multi-user.target