Skip to content

Added aliases t and tl to devbox env - #28

Open
yaichenia22 wants to merge 1 commit into
sidpalas:mainfrom
yaichenia22:add_aliases_for_task_tool
Open

Added aliases t and tl to devbox env#28
yaichenia22 wants to merge 1 commit into
sidpalas:mainfrom
yaichenia22:add_aliases_for_task_tool

Conversation

@yaichenia22

Copy link
Copy Markdown

Added the aliases so the learners do not need to add them manually

@yaichenia22

yaichenia22 commented Feb 15, 2026

Copy link
Copy Markdown
Author

The aliases are created along with the shell.

(devbox) vitalii@vitalii-MS:~/dev/sandbox/k8s/devops-directive-kubernetes-course/03-installation-and-setup$ t --list-all
task: Available tasks for this project:
* civo:00-authenticate-cli:              Authenticate the Civo CLI
* civo:01-create-network:                Create a Civo network
* civo:02-create-firewall:               Create a Civo firewall and set up rules
* civo:03-create-cluster:                Create a Civo Kubernetes cluster
* civo:04-create-all:                    Create the Civo network, firewall, and cluster in sequence
* civo:05-get-kubeconfig:                Get kubeconfig for the cluster
* civo:06-clean-up:                      Clean up the Civo Kubernetes cluster and associated resources
* gcp:01-init-cli:                       Authenticate and configure the gcloud CLI
* gcp:02-enable-apis:                    Enable necessary APIs
* gcp:03-set-region-and-zone:            Set default region and zone
* gcp:04-create-vpc:                     Create VPC
* gcp:05-create-subnet:                  Create subnet
* gcp:06-create-cluster:                 Create GKE cluster
* gcp:07-create-all:                     Create the GCP network, subnet, firewall rules, and cluster in sequence
* gcp:08-connect-to-cluster:             Connect to the GKE cluster
* gcp:09-clean-up:                       Delete the GCP network, subnet, firewall rules, and cluster in reverse sequence
* kind:01-generate-config:               Generate kind config with local absolute paths for PV mounts
* kind:02-create-cluster:                Create a Kubernetes cluster using kind
* kind:03-run-cloud-provider-kind:       Run sigs.k8s.io/cloud-provider-kind@latest to enable load balancer services with KinD
* kind:04-delete-cluster:                Delete and existing a kind Kubernetes cluster
(devbox) vitalii@vitalii-MS:~/dev/sandbox/k8s/devops-directive-kubernetes-course/03-installation-and-setup$ tl
task: Available tasks for this project:
* civo:00-authenticate-cli:              Authenticate the Civo CLI
* civo:01-create-network:                Create a Civo network
* civo:02-create-firewall:               Create a Civo firewall and set up rules
* civo:03-create-cluster:                Create a Civo Kubernetes cluster
* civo:04-create-all:                    Create the Civo network, firewall, and cluster in sequence
* civo:05-get-kubeconfig:                Get kubeconfig for the cluster
* civo:06-clean-up:                      Clean up the Civo Kubernetes cluster and associated resources
* gcp:01-init-cli:                       Authenticate and configure the gcloud CLI
* gcp:02-enable-apis:                    Enable necessary APIs
* gcp:03-set-region-and-zone:            Set default region and zone
* gcp:04-create-vpc:                     Create VPC
* gcp:05-create-subnet:                  Create subnet
* gcp:06-create-cluster:                 Create GKE cluster
* gcp:07-create-all:                     Create the GCP network, subnet, firewall rules, and cluster in sequence
* gcp:08-connect-to-cluster:             Connect to the GKE cluster
* gcp:09-clean-up:                       Delete the GCP network, subnet, firewall rules, and cluster in reverse sequence
* kind:01-generate-config:               Generate kind config with local absolute paths for PV mounts
* kind:02-create-cluster:                Create a Kubernetes cluster using kind
* kind:03-run-cloud-provider-kind:       Run sigs.k8s.io/cloud-provider-kind@latest to enable load balancer services with KinD
* kind:04-delete-cluster:                Delete and existing a kind Kubernetes cluster

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.

1 participant