Skip to content

Commit

Permalink
mute k3d registry create help
Browse files Browse the repository at this point in the history
  • Loading branch information
pPrecel committed Apr 30, 2024
1 parent 182cbbe commit c9eff9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/k3d.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ endif

.PHONY: create-k3d
create-k3d: delete-k3d ## Delete old k3d registry and cluster. Create preconfigured k3d with registry
k3d registry create ${REGISTRY_NAME} --port 5000
k3d registry create ${REGISTRY_NAME} --port 5000 --no-help
k3d cluster create ${CLUSTER_NAME} --registry-use "k3d-${REGISTRY_NAME}:5000"
kubectl create namespace kyma-system

Expand Down

0 comments on commit c9eff9f

Please sign in to comment.