Charmed-Kubernetes/kubernetes-master/templates/service-iptables-fix.service

12 lines
214 B
SYSTEMD

[Unit]
Description=Apply iptables rule for KUBE-MARK-DROP
After=network.target
[Service]
Type=oneshot
ExecStart=/usr/local/bin/kube-proxy-iptables-fix.sh
RemainAfterExit=true
[Install]
WantedBy=multi-user.target