We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It is unclear whether the destroy function works because it always gives the same output:
destroy
NEXT/ec2 git/CLI ❯ next --key-pair=next_key_1 --identity-file=next_key_1.pem --instance-type=c3.8xlarge destroy jordan_dev opts : {'copy_aws_credentials': False, 'ebs_vol_size': 0, 'user_data': '', 'prefix': None, 'worker_instances': 1, 'ebs_vol_type': 'standard', 'ebs_vol_num': 1, 'use_existing_master': False, 'spot_price': None, 'zone': '', 'subnet_id': None, 'master_opts': '', 'identity_file': 'next_key_1.pem', 'root_vol_num': 1, 'key_pair': 'next_key_1', 'swap': 1024, 'placement_group': None, 'backup_filename': None, 'ami': 'ami-9abea4fb', 'resume': False, 'additional_security_group': '', 'proxy_port': None, 'delete_groups': False, 'user': 'ubuntu', 'authorized_address': '0.0.0.0/0', 'region': 'us-west-2', 'master_instance_type': '', 'bucket': None, 'instance_type': 'c3.8xlarge', 'slaves': 0, 'vpc_id': None, 'root_vol_size': 120} cluster_name : jordan_dev Are you sure you want to destroy the cluster jordan_dev? The following instances will be terminated: Searching for existing cluster jordan_dev... ALL DATA ON ALL NODES WILL BE LOST!! Destroy cluster jordan_dev (y/N): y Terminating master... Terminating slaves... NEXT/ec2 git/CLI ❯ next --key-pair=next_key_1 --identity-file=next_key_1.pem --instance-type=c3.8xlarge destroy jordan_dev opts : {'copy_aws_credentials': False, 'ebs_vol_size': 0, 'user_data': '', 'prefix': None, 'worker_instances': 1, 'ebs_vol_type': 'standard', 'ebs_vol_num': 1, 'use_existing_master': False, 'spot_price': None, 'zone': '', 'subnet_id': None, 'master_opts': '', 'identity_file': 'next_key_1.pem', 'root_vol_num': 1, 'key_pair': 'next_key_1', 'swap': 1024, 'placement_group': None, 'backup_filename': None, 'ami': 'ami-9abea4fb', 'resume': False, 'additional_security_group': '', 'proxy_port': None, 'delete_groups': False, 'user': 'ubuntu', 'authorized_address': '0.0.0.0/0', 'region': 'us-west-2', 'master_instance_type': '', 'bucket': None, 'instance_type': 'c3.8xlarge', 'slaves': 0, 'vpc_id': None, 'root_vol_size': 120} cluster_name : jordan_dev Are you sure you want to destroy the cluster jordan_dev? The following instances will be terminated: Searching for existing cluster jordan_dev... ALL DATA ON ALL NODES WILL BE LOST!! Destroy cluster jordan_dev (y/N): y Terminating master... Terminating slaves...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It is unclear whether the
destroy
function works because it always gives the same output:The text was updated successfully, but these errors were encountered: