Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Commit

Permalink
Fixed Flowlessly path for Firmament deployment.
Browse files Browse the repository at this point in the history
Affected modules: none

Change-Id: Iec55ee7027affb80c0a272057b0498caa20c717c
  • Loading branch information
ICGog committed Jul 8, 2017
1 parent b072062 commit 9624942
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/firmament-deployment.yaml
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion deploy/poseidon-deployment.yaml
Expand Up @@ -41,6 +41,6 @@ spec:
securityContext:
privileged: false
volumeMounts: []
hostNetwork: true
hostNetwork: false
hostPID: false
volumes: []

0 comments on commit 9624942

Please sign in to comment.