Skip to content

Commit

Permalink
fix: second minikube cni parameter was not considered
Browse files Browse the repository at this point in the history
  • Loading branch information
vicenteherrera committed Jun 1, 2024
1 parent b432740 commit 506c9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/minikube/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ start:
--extra-config=kubelet.authorization-mode=Webhook \
--extra-config=scheduler.bind-address=0.0.0.0 \
--extra-config=controller-manager.bind-address=0.0.0.0 \
--extra-config=kubelet.housekeeping-interval=10s $$NETPARAM1 $$NETPARAM1 ; \
--extra-config=kubelet.housekeeping-interval=10s $$NETPARAM1 $$NETPARAM2 ; \
if test "$(NETWORK)" = "$(NETWORK_CILIUM)"; then \
echo "# Additional Cilium CNI installation step" ; \
cilium install ; \
Expand Down

0 comments on commit 506c9ce

Please sign in to comment.