[autoscaler] Update azure pip packages in the cluster yaml (#15274)

This commit is contained in:
Ameer Haj Ali 2021-04-22 08:23:05 +03:00 committed by GitHub
parent ede377bc26
commit 978199ceba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 7 deletions

View file

@ -14,8 +14,8 @@ RUN $HOME/anaconda3/bin/pip --no-cache-dir install $(basename $WHEEL_PATH)[all]
"google-api-python-client==1.7.8" \
"google-oauth" \
"kubernetes" \
"azure-cli-core==2.4.0" \
"azure-mgmt-compute==12.0.0" \
"azure-cli-core==2.22.0" \
"azure-mgmt-compute==14.0.0" \
"azure-mgmt-msi==1.0.0" \
"azure-mgmt-network==10.1.0"; fi) \
"azure-mgmt-network==10.2.0"; fi) \
&& $HOME/anaconda3/bin/pip uninstall ray -y && sudo rm $(basename $WHEEL_PATH)

View file

@ -138,7 +138,7 @@ setup_commands:
# Custom commands that will be run on the head node after common setup.
head_setup_commands:
- pip install azure-cli-core==2.4.0 azure-mgmt-compute==12.0.0 azure-mgmt-msi==1.0.0 azure-mgmt-network==10.1.0
- pip install azure-cli-core==2.22.0 azure-mgmt-compute==14.0.0 azure-mgmt-msi==1.0.0 azure-mgmt-network==10.2.0
# Custom commands that will be run on worker nodes after common setup.
worker_setup_commands: []

View file

@ -134,7 +134,7 @@ setup_commands:
# Custom commands that will be run on the head node after common setup.
head_setup_commands:
- pip install azure-cli-core==2.4.0 azure-mgmt-compute==12.0.0 azure-mgmt-msi==1.0.0 azure-mgmt-network==10.1.0
- pip install azure-cli-core==2.22.0 azure-mgmt-compute==14.0.0 azure-mgmt-msi==1.0.0 azure-mgmt-network==10.2.0
# Custom commands that will be run on worker nodes after common setup.
worker_setup_commands: []

View file

@ -155,7 +155,7 @@ setup_commands:
# Custom commands that will be run on the head node after common setup.
head_setup_commands:
- pip install azure-cli-core==2.4.0 azure-mgmt-compute==12.0.0 azure-mgmt-msi==1.0.0 azure-mgmt-network==10.1.0
- pip install azure-cli-core==2.22.0 azure-mgmt-compute==14.0.0 azure-mgmt-msi==1.0.0 azure-mgmt-network==10.2.0
# Custom commands that will be run on worker nodes after common setup.
worker_setup_commands: []

View file

@ -91,7 +91,7 @@ setup_commands: []
# Custom commands that will be run on the head node after common setup.
head_setup_commands:
- pip install azure-cli-core==2.4.0 azure-mgmt-compute==12.0.0 azure-mgmt-msi==1.0.0 azure-mgmt-network==10.1.0
- pip install azure-cli-core==2.22.0 azure-mgmt-compute==14.0.0 azure-mgmt-msi==1.0.0 azure-mgmt-network==10.2.0
# Custom commands that will be run on worker nodes after common setup.
worker_setup_commands: []