-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Knative on AKS docs: istio installation istio-statsd-prom-bridge crashing #358
Comments
@chanezon: GitHub didn't allow me to assign the following users: user. Note that only knative members and repo collaborators can be assigned. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This is also reported in knative/serving#1954 and knative/serving#1921 . It is being fixed upstream in istio/istio#8249 . @chanezon is this a blocking issue when using Knative 0.1? |
I don't know if it is blocking for all scenarios: I am running into issues in source-to-url sample |
I used the fix @sdake provided in knative/serving#1921, ie going back to statsd 0.6.0, it solved the istio issue, but not the source-to-url issue. A lot of "failed to list" "failed to watch" error messages in the knative-controller logs
|
@chanezon the failure to watch is a limitation at this time of the AKS platform as far as we can tell. With knative, you are likely running into the same limitation. We speculate AKS kube apiserver doesn't have sufficient resources to process significant (20+) watchers. See here for more details: with a response from AKS support: and a response from a Microsoft upstream developer: Cheers |
And Microsoft's response: Azure/AKS#620 Cheers |
Thank you @sdake, I'll play with Knative elsewhere until these issues are sorted out on AKS. |
Btw. it also happens if you play that on docker for windows edge (statsd_exporter: error: unknown short flag '-s', try --help) . When using https://github.com/knative/serving/blob/master/third_party/istio-1.0.2/istio.yaml issue is gone |
Expected Behavior
Following https://github.com/knative/docs/blob/master/install/Knative-with-AKS.md
should yield a set of running or completed pods.
Actual Behavior
Instead, pod istio-statsd-prom-bridge is in CrashLoopBackOff state.
Steps to Reproduce the Problem
Follow the steps in
https://github.com/knative/docs/blob/master/install/Knative-with-AKS.md until https://github.com/knative/docs/blob/master/install/Knative-with-AKS.md#installing-knative-components
1.
2.
3.
Additional Info
The text was updated successfully, but these errors were encountered: