diff options
Diffstat (limited to 'kubernetes/oneclick/aai.sh')
-rwxr-xr-x | kubernetes/oneclick/aai.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/kubernetes/oneclick/aai.sh b/kubernetes/oneclick/aai.sh new file mode 100755 index 0000000000..9a8e837093 --- /dev/null +++ b/kubernetes/oneclick/aai.sh @@ -0,0 +1,7 @@ +#!/bin/bash +KUBECTL_CMD="kubectl --namespace $1-$2 $3 -f ../$2" + +printf "AAI....\n" +$KUBECTL_CMD/hbase-deployment.yaml +$KUBECTL_CMD/aai-deployment.yaml +$KUBECTL_CMD/modelloader-deployment.yaml |