зеркало из https://github.com/microsoft/AMBROSIA.git
Add tty and stdin to containers in the AKS scripts
This commit is contained in:
Родитель
df3982af86
Коммит
ddb998d4ec
|
@ -26,13 +26,13 @@ find.
|
|||
* `./DevTools`: additional console tools for interacting with the
|
||||
Azure metadata that supports an Ambrosia service.
|
||||
|
||||
* `./AKS-scripts`: scripts to get a user started with AMBROSIA on
|
||||
Kubernetes on Azure.
|
||||
|
||||
* `./Scripts`: scripts used when running automated tests (CI) as well
|
||||
as the runAmbrosiaService.sh script which provides an example means
|
||||
of executing an app+coordinator.
|
||||
|
||||
* `./Samples/AKS-scripts`: scripts to get a user started with
|
||||
AMBROSIA on Kubernetes on Azure.
|
||||
|
||||
(2) Client libraries:
|
||||
|
||||
* `./Clients`: these provide idiomatic bindings into different
|
||||
|
|
|
@ -19,6 +19,8 @@ spec :
|
|||
containers:
|
||||
- name : #DEPLOYMENTNAME#
|
||||
image : #FULLCONTAINERNAME#
|
||||
tty: true
|
||||
stdin: true
|
||||
ports:
|
||||
- containerPort: #COORDPORT#
|
||||
name: craport
|
||||
|
|
Загрузка…
Ссылка в новой задаче