diff --git a/deploy/firmament-deployment.yaml b/deploy/firmament-deployment.yaml index 8d458c55..47dff84f 100644 --- a/deploy/firmament-deployment.yaml +++ b/deploy/firmament-deployment.yaml @@ -26,7 +26,7 @@ spec: scheduler: firmament spec: containers: - - command: [/firmament/src/firmament_scheduler, --flagfile=/firmament/default.conf, --firmament_scheduler_service_address=0.0.0.0] + - command: [/firmament/build/src/firmament_scheduler, --flagfile=/firmament/default.conf, --firmament_scheduler_service_address=0.0.0.0, --flow_scheduling_binary=/firmament/build/third_party/flowlessly/src/flowlessly-build/flow_scheduler] image: camsas/firmament:dev name: firmament-scheduler ports: diff --git a/deploy/poseidon-deployment.yaml b/deploy/poseidon-deployment.yaml index 55bf3799..068b8bcc 100644 --- a/deploy/poseidon-deployment.yaml +++ b/deploy/poseidon-deployment.yaml @@ -41,6 +41,6 @@ spec: securityContext: privileged: false volumeMounts: [] - hostNetwork: true + hostNetwork: false hostPID: false volumes: []