Skip to content

Commit

Permalink
Start post-network-service after sriov-config
Browse files Browse the repository at this point in the history
sriov-config-post-network-service sould be executed after
sriov-config.

Signed-off-by: Ivan Kolodiazhnyi <[email protected]>
  • Loading branch information
e0ne committed Feb 14, 2025
1 parent b2c487c commit 548c036
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
contents: |
[Unit]
Description=Configures SRIOV NIC - post network configuration
After=systemd-networkd-wait-online.service NetworkManager-wait-online.service openvswitch-switch.service
After=systemd-networkd-wait-online.service NetworkManager-wait-online.service openvswitch-switch.service sriov-config.service
Before=kubelet.service
[Service]
Expand Down

0 comments on commit 548c036

Please sign in to comment.