Skip to content

removed the Go dependency from make quickstart#1814

Merged
gianlucam76 merged 1 commit into
projectsveltos:mainfrom
gianlucam76:quickstart
May 28, 2026
Merged

removed the Go dependency from make quickstart#1814
gianlucam76 merged 1 commit into
projectsveltos:mainfrom
gianlucam76:quickstart

Conversation

@gianlucam76
Copy link
Copy Markdown
Member

It is possible to spin up the dev environment without a local Go installation.

@egrosdou01
Copy link
Copy Markdown

Could we also include an undeploy phase?

.PHONY: undeploy-quickstart
undeploy-quickstart: $(KIND) $(KUBECTL)
	@echo "Deleting CAPI workload cluster"
	$(KUBECTL) delete cluster $(WORKLOAD_CLUSTER_NAME) --timeout=$(TIMEOUT)
	@echo "Deleting management kind cluster"
	$(KIND) delete cluster --name $(CONTROL_CLUSTER_NAME)

@gianlucam76
Copy link
Copy Markdown
Member Author

gianlucam76 commented May 28, 2026

That would be just "make delete-cluster" . I will add the undeploy-quickstart anyhow

It is possible to spin up the dev environment without a local Go
installation.
@egrosdou01
Copy link
Copy Markdown

That would be just "make delete-cluster" . I will add the undeploy-quickstart anyhow

Looks good! Thank you!

@gianlucam76 gianlucam76 merged commit f25860b into projectsveltos:main May 28, 2026
9 checks passed
@gianlucam76 gianlucam76 deleted the quickstart branch May 28, 2026 08:56
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.

2 participants