Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Istio VirtualService delegation #715

Merged
merged 12 commits into from
Oct 28, 2020
Prev Previous commit
Next Next commit
decrease istiod resource
  • Loading branch information
kazukousen committed Oct 23, 2020
commit 980ffbf85493d55db0049eebfe545534e220056e
4 changes: 3 additions & 1 deletion test/e2e-istio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ cd ${REPO_ROOT}/bin && \
curl -L https://istio.io/downloadIstio | ISTIO_VERSION=${ISTIO_VER} sh -

echo ">>> Installing Istio ${ISTIO_VER}"
${REPO_ROOT}/bin/istio-${ISTIO_VER}/bin/istioctl manifest apply --set profile=default
${REPO_ROOT}/bin/istio-${ISTIO_VER}/bin/istioctl manifest apply --set profile=default \
--set values.pilot.resources.requests.cpu=100m \
--set values.pilot.resources.requests.memory=100Mi

kubectl -n istio-system rollout status deployment/prometheus

Expand Down