Closed lcfang closed 4 years ago
Few days ago, I can install success in istio but with wrong data synchronism, but now I have this failed log to start, It is so strange.
Hi @lcfang, can you share with us the values that you are using to deploy the chart? We would like to test them deploying the chart in a kubernetes cluster not running istio.
The command installing mariadb-galera is:
helm install --set image.debug=true istio-mysql ./mariadb-galera --set global.storageClass=longhorn --namespace test-istio --set serviceAccount.create=true --set rbac.create=true --set rootUser.password=lcftest --set securityContext.fsGroup=0 --set securityContext.runAsUser=0
As you see, I use longhorn which also can be installed by helm my storage, but it is not the requirement.
BTW, I can install successfully without istio in the same environment, but failed with istio.
BTW, I can install successfully without istio in the same environment, but failed with istio.
Thanks, that is what we wanted to verify. If that is the case, you might want to review the requirements of Istio 1.7: https://istio.io/latest/docs/ops/deployment/requirements/
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.
Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.
Adding
podAnnotations: {
sidecar.istio.io/inject: "false"
}
to the values.yaml
or the values-production.yaml
disables istio sidecar injection for this workload only and makes the galera cluster work again.
Thanks for the tip, @uluzox! 👍
Which chart:
Does anyone use mariadb-galera in istio have problem as below?
After pod0 run normally,pod1 can't be running status. when I get the log of pod1, I have this :
Additional context
In the above environment, I can install mariadb-galera success without istio, I am not sure the reason is istio or not. Hope someone to discuss this.