diff --git a/bindata/manifests/sriov-config-service/kubernetes/sriov-config-post-network-service.yaml b/bindata/manifests/sriov-config-service/kubernetes/sriov-config-post-network-service.yaml index ecfb4c108..08c8bce76 100644 --- a/bindata/manifests/sriov-config-service/kubernetes/sriov-config-post-network-service.yaml +++ b/bindata/manifests/sriov-config-service/kubernetes/sriov-config-post-network-service.yaml @@ -1,8 +1,8 @@ contents: | [Unit] Description=Configures SRIOV NIC - post network configuration - After=systemd-networkd-wait-online.service NetworkManager-wait-online.service - Before=network-online.target + After=systemd-networkd-wait-online.service NetworkManager-wait-online.service openvswitch-switch.service + Before=kubelet.service [Service] Type=oneshot @@ -10,6 +10,6 @@ contents: | StandardOutput=journal+console [Install] - WantedBy=network-online.target + WantedBy=multi-user.target enabled: true name: sriov-config-post-network.service diff --git a/bindata/manifests/sriov-config-service/openshift/sriov-config-service.yaml b/bindata/manifests/sriov-config-service/openshift/sriov-config-service.yaml index 62b919f6f..706679430 100644 --- a/bindata/manifests/sriov-config-service/openshift/sriov-config-service.yaml +++ b/bindata/manifests/sriov-config-service/openshift/sriov-config-service.yaml @@ -33,8 +33,8 @@ spec: # Removal of this file signals firstboot completion ConditionPathExists=!/etc/ignition-machine-config-encapsulated.json Description=Configures SRIOV NIC - post network configuration - After=systemd-networkd-wait-online.service NetworkManager-wait-online.service - Before=network-online.target + After=systemd-networkd-wait-online.service NetworkManager-wait-online.service openvswitch-switch.service + Before=kubelet.service [Service] Type=oneshot @@ -42,6 +42,6 @@ spec: StandardOutput=journal+console [Install] - WantedBy=network-online.target + WantedBy=multi-user.target enabled: true name: "sriov-config-post-network.service"