Skip to content

Commit

Permalink
chore: adjustments for development in corporate environments
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgb committed Jan 30, 2023
1 parent 9a50838 commit 9886434
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ Dockerfile.cross
# Kuttl
/kuttl-report.xml
/kubeconfig

# Local k3d/k3s config
/registries.yaml
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@ k3d-image-import: docker-build ## Imports controller image into k3d cluster
k3d image import --cluster "${K3D_CLUSTER}" "${IMG}"

k3d-cluster-create: ## Create a default K3d cluster
k3d cluster create "${K3D_CLUSTER}" --config test/e2e-config/k3d-config.yml
# FIXME: Remove registry-config flag when https://github.com/k3d-io/k3d/pull/1199 is released
k3d cluster create "${K3D_CLUSTER}" --config test/e2e-config/k3d-config.yml --registry-config registries.yaml

k3d-cluster-delete: ## Delete the default K3d cluster
k3d cluster delete "${K3D_CLUSTER}"

0 comments on commit 9886434

Please sign in to comment.