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

Update k8s and merge to master #548

Closed
wants to merge 38 commits into from
Closed

Update k8s and merge to master #548

wants to merge 38 commits into from

Conversation

thiagolotufo
Copy link

@thiagolotufo thiagolotufo commented Oct 5, 2022

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

Solve #510

silvia.vasquez and others added 30 commits August 17, 2021 17:53
@github-advanced-security
Copy link

You have successfully added a new CodeQL configuration .github/workflows/codeql-analysis.yml:CodeQL-Build. As part of the setup process, we have scanned this repository and found no existing alerts. In the future, you will see all code scanning alerts on the repository Security tab.

1 similar comment
@github-advanced-security
Copy link

You have successfully added a new CodeQL configuration .github/workflows/codeql-analysis.yml:CodeQL-Build. As part of the setup process, we have scanned this repository and found no existing alerts. In the future, you will see all code scanning alerts on the repository Security tab.

@fguisso fguisso closed this Oct 19, 2023
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.

6 participants