Skip to content

Commit

Permalink
feat(vlan): vlan network type
Browse files Browse the repository at this point in the history
  • Loading branch information
fafucoder authored and oilbeater committed Apr 13, 2020
1 parent c63accf commit edd0ea8
Show file tree
Hide file tree
Showing 45 changed files with 5,060 additions and 17 deletions.
2 changes: 1 addition & 1 deletion dist/images/cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ do
kubectl exec -n kube-system "$ovs" -- bash /kube-ovn/uninstall.sh
done
kubectl delete ds ovs-ovn kube-ovn-cni kube-ovn-pinger -n kube-system --ignore-not-found=true
kubectl delete crd ips.kubeovn.io subnets.kubeovn.io --ignore-not-found=true
kubectl delete crd ips.kubeovn.io subnets.kubeovn.io vlans.kubeovn.io networks.kubeovn.io --ignore-not-found=true

# Remove annotations/labels in namespaces and nodes
kubectl annotate no --all ovn.kubernetes.io/cidr-
Expand Down

0 comments on commit edd0ea8

Please sign in to comment.