Merge "Auto Generated INFO.yaml file"
[joid.git] / ci / kubernetes / post-install.sh
1 #!/bin/bash
2 set -ex
3
4 if [[ $1 == *"multus"* ]]; then
5     /snap/bin/kubectl apply -f kubernetes/kube_cni_multus.yml
6 fi
7
8 /snap/bin/kubectl apply -f kubernetes/nginx-app.yaml
9 /snap/bin/kubectl cluster-info
10 /snap/bin/kubectl get nodes
11 /snap/bin/kubectl get pods --all-namespaces
12 /snap/bin/kubectl get services,endpoints,ingress --all-namespaces