Skip to content
Snippets Groups Projects

Added Underlay & Overlay CRDs

Merged Panagiotis Karamolegkos requested to merge UPRC_NETMA_CONTROLLER_O into UPRC_NETMA_CONTROLLER
7 files
+ 180
39
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -2,7 +2,8 @@
# To Apply
kubectl create namespace he-codeco-netma
kubectl apply -f netma-crd.yaml
kubectl apply -f netma-o-crd.yaml
kubectl apply -f netma-u-crd.yaml
kubectl apply -f netma-role.yaml
kubectl apply -f netma-role-binding.yaml
kubectl apply -f netma-controller-deployment.yaml
@@ -11,5 +12,6 @@ kubectl apply -f netma-controller-deployment.yaml
kubectl delete -f netma-controller-deployment.yaml
kubectl delete -f netma-role-binding.yaml
kubectl delete -f netma-role.yaml
kubectl delete -f netma-crd.yaml
kubectl delete -f netma-u-crd.yaml
kubectl delete -f netma-o-crd.yaml
kubectl delete namespace he-codeco-netma
\ No newline at end of file
Loading