- Start the KinD env and disable auth. In the
faas-netes
project
make start-kind
export KUBECONFIG="$(kind get kubeconfig-path --name="kind")"
helm upgrade openfaas --install ./chart/openfaas \
--namespace openfaas \
--set basic_auth=false \
--set openfaasImagePullPolicy=IfNotPresent \
--set faasnetes.imagePullPolicy=IfNotPresent \
--set functionNamespace=openfaas-fn --wait
./contrib/restart_port_forward.sh
- In the
faas-certifier
project
export KUBECONFIG="$(kind get kubeconfig-path --name="kind")"
export OPENFAAS_URL=http://127.0.0.1:31112/
make test-kubernetes