Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #1636 Node pools for Azure and GCP #1641

Merged
merged 7 commits into from
Dec 30, 2020

Conversation

Wedds
Copy link
Contributor

@Wedds Wedds commented Dec 9, 2020

This PR is related to issue #1636.

It brings support of node pool operations for Azure and GCP.

@Wedds Wedds requested a review from mzueva December 9, 2020 11:45
@@ -68,14 +68,14 @@ def __init__(self, cloud_region, num_rep=10):
self.ec2 = boto3.client('ec2', config=Config(retries={'max_attempts': BOTO3_RETRY_COUNT}))

def run_instance(self, is_spot, bid_price, ins_type, ins_hdd, ins_img, ins_key, run_id, kms_encyr_key_id,
num_rep, time_rep, kube_ip, kubeadm_token):
num_rep, time_rep, kube_ip, kubeadm_token, pre_pull_images=None):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's use empty list as default value: pre_pull_images =[]

@mzueva mzueva merged commit 80e22ab into develop Dec 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants