You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by om...@apache.org on 2019/12/13 13:01:39 UTC

[incubator-dlab] branch DLAB-1158 updated: [DLAB-1376]: Added local endpoint check

This is an automated email from the ASF dual-hosted git repository.

omartushevskyi pushed a commit to branch DLAB-1158
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/DLAB-1158 by this push:
     new 39adde7  [DLAB-1376]: Added local endpoint check
39adde7 is described below

commit 39adde789bf70f1ea97171fffc2d4774b49a797c
Author: Oleh Martushevskyi <Ol...@epam.com>
AuthorDate: Fri Dec 13 15:01:26 2019 +0200

    [DLAB-1376]: Added local endpoint check
---
 infrastructure-provisioning/terraform/bin/dlab.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/infrastructure-provisioning/terraform/bin/dlab.py b/infrastructure-provisioning/terraform/bin/dlab.py
index 251befb..50e5762 100644
--- a/infrastructure-provisioning/terraform/bin/dlab.py
+++ b/infrastructure-provisioning/terraform/bin/dlab.py
@@ -1029,7 +1029,6 @@ class GCPK8sSourceBuilder(AbstractDeployBuilder):
          .add_str('--namespace', 'Name of namespace', group='k8s')
          .add_str('--credentials_file_path', 'Path to creds file', group='k8s', required=True)
          .add_str('--project_id', 'Project ID', group='k8s', required=True)
-         .add_str('--project_id', 'Project ID', group='k8s', required=True)
          .add_str('--region', 'Region name', group='k8s', required=True)
          .add_str('--zone', 'Zone name', group='k8s', required=True)
          .add_str('--vpc_name', 'VPC name', group='k8s')


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org