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

automated tests #67

Closed
revant opened this issue Feb 23, 2021 · 0 comments
Closed

automated tests #67

revant opened this issue Feb 23, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@revant
Copy link
Collaborator

revant commented Feb 23, 2021

  • Install docker, k3d, kubectl, helm
k3d cluster create devcluster \
  --api-port 127.0.0.1:6443 \
  -p 80:80@loadbalancer \
  -p 443:443@loadbalancer \
  --k3s-server-arg "--no-deploy=traefik"
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v0.44.0/deploy/static/provider/cloud/deploy.yaml
@revant revant added documentation Improvements or additions to documentation question Further information is requested labels Feb 25, 2021
@revant revant closed this as completed Feb 25, 2021
@revant revant mentioned this issue Mar 4, 2021
@revant revant changed the title How to test helm chart automated tests Mar 24, 2021
@revant revant reopened this Mar 24, 2021
@revant revant added enhancement New feature or request and removed documentation Improvements or additions to documentation question Further information is requested labels Mar 24, 2021
@revant revant mentioned this issue Mar 24, 2021
@revant revant closed this as completed Mar 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant