Skip to content

Commit

Permalink
Merge pull request kubernetes-retired#468 from jayunit100/patch-10
Browse files Browse the repository at this point in the history
use iptables for kpng-local-up until we fix other issues
  • Loading branch information
k8s-ci-robot authored Mar 18, 2023
2 parents 50d1e71 + 9530f46 commit 82b7099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/kpng-local-up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ source "${SCRIPT_DIR}/common.sh"

: ${IMAGE:="test/kpng:latest"}
: ${PULL:="IfNotPresent"}
: ${BACKEND:="nft"}
: ${BACKEND:="iptables"} # Temporary until we fix https://github.com/kubernetes-sigs/kpng/issues/467 the kernelmodule nft not loading?
: ${CONFIG_MAP_NAME:=kpng}
: ${SERVICE_ACCOUNT_NAME:=kpng}
: ${NAMESPACE:=kube-system}
Expand Down

0 comments on commit 82b7099

Please sign in to comment.