mirror of https://github.com/k3s-io/k3s
Fixing systemd service files to point to correct config/executors
parent
eeb4547bec
commit
65a4041d26
|
@ -4,7 +4,7 @@ Documentation=https://github.com/GoogleCloudPlatform/kubernetes
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
EnvironmentFile=-/etc/sysconfig/controller-manager
|
EnvironmentFile=-/etc/sysconfig/kube-controller-manager
|
||||||
ExecStart=/usr/local/bin/kube-controller-manager "$DAEMON_ARGS"
|
ExecStart=/usr/local/bin/kube-controller-manager "$DAEMON_ARGS"
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
|
@ -4,8 +4,8 @@ Documentation=https://github.com/GoogleCloudPlatform/kubernetes
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
EnvironmentFile=-/etc/sysconfig/scheduler
|
EnvironmentFile=-/etc/sysconfig/kube-scheduler
|
||||||
ExecStart=/usr/local/bin/scheduler "$DAEMON_ARGS"
|
ExecStart=/usr/local/bin/kube-scheduler "$DAEMON_ARGS"
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Reference in New Issue