Fixing systemd service files to point to correct config/executors
This commit is contained in:
@@ -4,8 +4,8 @@ Documentation=https://github.com/GoogleCloudPlatform/kubernetes
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
EnvironmentFile=-/etc/sysconfig/scheduler
|
||||
ExecStart=/usr/local/bin/scheduler "$DAEMON_ARGS"
|
||||
EnvironmentFile=-/etc/sysconfig/kube-scheduler
|
||||
ExecStart=/usr/local/bin/kube-scheduler "$DAEMON_ARGS"
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
Reference in New Issue
Block a user