Skip to content
Snippets Groups Projects

Integrated the newest NetMA file

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