Skip to content

Commit

Permalink
image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
innerpeacez committed Nov 29, 2019
1 parent 7bfea73 commit 609ac28
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion install/deploy/skywalking-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,17 @@ sudo sysctl -w vm.drop_caches=3
TAG=`env | grep OAP_TAG | sed 's/OAP_TAG=//g'`
IMAGE=`env | grep OAP_REPOSITORY | sed 's/OAP_REPOSITORY=//g'`

echo $TAG
echo $IMAGE

docker images

helm -n $DPELOY_NAMESPACE install skywalking skywalking --set oap.istio.adapter.enabled=$MIXER_ENABLED \
--set oap.envoy.als.enabled=$ALS_ENABLED --set oap.replicas=1 --set oap.image.tag=$TAG,oap.image.repository=$IMAGE

for component in $NEED_CHECK_PREFIX"oap" ; do
sleep 60
kubectl get deploy -o wide
kubectl get deploy -o wide -n $DPELOY_NAMESPACE
kubectl -n ${DPELOY_NAMESPACE} wait $component --for condition=available --timeout=600s
done

Expand Down

0 comments on commit 609ac28

Please sign in to comment.