vmware-tanzu-labs / educates-training-platform

A platform for hosting interactive workshop environments in Kubernetes, or on top of a local container runtime.
https://docs.educates.dev
Apache License 2.0
63 stars 15 forks source link

Shortcut for referring to local image registry and local image builds. #416

Closed GrahamDumpleton closed 3 weeks ago

GrahamDumpleton commented 3 weeks ago

Is your feature request related to a problem? Please describe.

In 2.7.x one used to be able to use a short cut of:

educates create-cluster --version=latest

and it would internally remap to:

--package-repository=localhost:5001 --version=0.0.1

You now can't use the short cut and have to supply the latter two options explicitly.

Describe the solution you'd like

Not sure. Perhaps restore --version=latest as a short cut, or perhaps have a separate optional which means to use local registry and build.

Likely affects the educates create-cluster command and educates admin cluster install. Not sure if other commands affected.

Describe alternatives you've considered

No response

Additional information

Requirement for later options noted in update build instructions.

jorgemoralespou commented 3 weeks ago

I guess, that if convenient, this can be brought back, as this is mostly for development purposes and not likely to affect any end user.