Skip to content
Snippets Groups Projects
Commit 29796153 authored by Dean Kelly's avatar Dean Kelly
Browse files

Merge branch 'netma-launch' into 'rht-integration'

Netma launch

See merge request !12
parents e3bc02d1 36770db0
No related branches found
No related tags found
2 merge requests!18Rht integration,!12Netma launch
Checking pipeline status
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment