Remove requires kubelet from affine tasks service

The affine tasks service requires the kubelet service. This causes the
kubelet service to start on worker nodes before the service would be
enabled by the manifests. On AIO nodes a docker interface will appear
before config_controller. The requires parameter is not needed and has
been removed.

Change-Id: I412edae9d0b323e1ae1ff6e81a8d958c38d98609
Closes-Bug: 1814946
Signed-off-by: David Sullivan <david.sullivan@windriver.com>
This commit is contained in:
David Sullivan 2019-02-06 15:32:50 -05:00
parent 24fd045f68
commit fbbc2f6c29
2 changed files with 1 additions and 2 deletions

View File

@ -1,3 +1,3 @@
SRC_DIR="worker-utils"
COPY_LIST="$SRC_DIR/LICENSE"
TIS_PATCH_VER=2
TIS_PATCH_VER=3

View File

@ -2,7 +2,6 @@
Description=StarlingX Affine Tasks
After=syslog.service network.service dbus.service sw-patch.service affine-platform.sh.service
Before=kubelet.service
Requires=kubelet.service
[Service]
Type=oneshot