Skip to content
Snippets Groups Projects

Netma launch

Merged Alejandro Muñiz requested to merge netma-launch into rht-integration
+ 6
2
@@ -34,11 +34,15 @@ echo "........................................Installing NetMA..................
cd secure-connectivity
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.15.3/cert-manager.yaml
kubectl apply -f https://raw.githubusercontent.com/k8snetworkplumbingwg/multus-cni/master/deployments/multus-daemonset-thick.yml
# Just in case the previous Prometheus instalation does not include the coreos monitoring CRDs.
# helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
# helm repo update
# helm install prometheus-operator prometheus-community/kube-prometheus-stack -n he-codeco-netma
kubectl taint nodes kind-control-plane node-role.kubernetes.io/control-plane:NoSchedule-
# kubectl taint nodes --all node-role.kubernetes.io/control-plane- node-role.kubernetes.io/master-
kubectl create namespace he-codeco-netma
kubectl get nodes
# kubectl create namespace he-codeco-netma
# kubectl get nodes
kubectl wait --for=condition=Ready pod --all -A --timeout=20m # wait until everything is running before we continue
kubectl create -f ./deployments/l2sm-deployment.yaml -n=he-codeco-netma
Loading