Skip to content
This repository was archived by the owner on Feb 3, 2021. It is now read-only.
This repository was archived by the owner on Feb 3, 2021. It is now read-only.

--docker-repo command line argument no-longer works #537

@lachiemurray

Description

@lachiemurray

The docker-repo command line argument no-longer works. The following command will complete without error but it will create a cluster with the default image (unless "docker_repo" is changed in .aztk/cluster.yaml):

aztk spark cluster create --id <cluster_id> --size <cluster_size> --docker-repo <private_docker_repo>

Not sure if this is supposed to work anymore or if it was deliberately removed. If it was deliberately removed then the corresponding argument should also be removed so that the above command will fail:

parser.add_argument('--docker-repo',

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions