~narindergupta/opnfv/stable-R2

« back to all changes in this revision

Viewing changes to ci/kubernetes/post-install.sh

  • Committer: Gerrit Code Review
  • Author(s): Narinder Gupta
  • Date: 2016-01-08 16:48:18 UTC
  • mfrom: (85.1.1)
  • Revision ID: git-v1:0dfde7f39658b7c9461f11126df0255192a3bf18
Merge "Templates for configuration guide"

Show diffs side-by-side

added added

removed removed

Lines of Context:
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