Skip to content
New issue

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

Create switch between docker and kubernetes #547

Closed
wants to merge 1 commit into from
Closed

Create switch between docker and kubernetes #547

wants to merge 1 commit into from

Conversation

thiagolotufo
Copy link

Description

This PR is motivated to create a switch between Docker and Kubernetes in HuskyCI.

Proposed Changes

This PR proposes to use an environment variable to select between using Docker or Kubernetes in HuskyCI.

Testing

To test in Docker, it is necessary to enter the value docker in the HUSKYCI_INFRASTRUCTURE_USE environment variable.
After that, run the following commands:

make install
make run-client

To tests in Kubernetes, it is necessary to enter the value kubernetes in the HUSKYCI_INFRASTRUCTURE_USE environment variable. In this case, it is also necessary to enter the cluster settings in the kubeconfig/config.yaml file.

make install
make run-client

@eduquintanilha eduquintanilha self-requested a review October 3, 2022 18:00
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