Skip to content

Commit

Permalink
Merge pull request openshift#11 from Billy99/billy99-ovntrace-smartnic-2
Browse files Browse the repository at this point in the history
Cleanup from move of yaml files to yaml/ directory
  • Loading branch information
Billy99 committed Apr 21, 2021
2 parents 4ebf321 + 96be466 commit b9bf5af
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 19 deletions.
2 changes: 1 addition & 1 deletion cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ else
kubectl delete -f yamls/server-pod-v4.yaml
fi

kubectl delete -f svc-nodePort.yaml
kubectl delete -f yamls/svc-nodePort.yaml


# Delete HOST backed Pods and Service
Expand Down
2 changes: 1 addition & 1 deletion launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ FT_SMARTNIC_CLIENT=false
manage_labels

if [ "$FT_SMARTNIC_SERVER" == true ] || [ "$FT_SMARTNIC_CLIENT" == true ]; then
kubectl create -f netAttachDef-smartNic.yaml
kubectl create -f yamls/netAttachDef-smartNic.yaml
fi

# Create Cluster Networked Pods and Services
Expand Down
17 changes: 0 additions & 17 deletions svc-nodePort-host.yaml

This file was deleted.

0 comments on commit b9bf5af

Please sign in to comment.