Skip to content

Commit

Permalink
test: add test-pods namespace creation for AWS test-infra
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Aug 8, 2024
1 parent 2524d92 commit dfa9bbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ endif

.PHONY: install-nfs-server
install-nfs-server:
kubectl create ns test-pods # for AWS based test-infra
kubectl apply -f ./deploy/example/nfs-provisioner/nfs-server.yaml
kubectl delete secret mount-options --ignore-not-found
kubectl create secret generic mount-options --from-literal mountOptions="nfsvers=4.1"
Expand Down

0 comments on commit dfa9bbe

Please sign in to comment.