-
Notifications
You must be signed in to change notification settings - Fork 522
container-monitoring addon doesn't work with 1.16 #2066
Comments
Also, are the uuid's that I replaced with |
@jackfrancis : we are yet to test out the support for 1.16. We are planning to work on it in the next couple of weeks. |
Hey, is there any progress on this one? I see similar behaviour for k8s 1.15 also. |
Hi, @ptylenda , We are working on adding container monitoring add-on support for 1.16 and it should work for the 1.15. what is the error you are hitting on k8s 1.15 version? Can you please share more details about the error.? |
Hey @ganga1980, briefly, it looks as follows:
So it looks that the issue is a bit different, it complains about log workspace not being present. |
Hi, @ptylenda , As described in this doc https://github.com/Azure/aks-engine/blob/master/docs/tutorials/containermonitoringaddon.md#1-using-default-log-analytics-workspace at this point of time, this option works only if you create the cluster using aks-engine deploy comnmand. Did you create the cluster using "aks-engine deploy" command using the API definition? or the aks-engine generate and following deployment template? If its latter option, this onboarding using this option doesnt work, but legacy option should work. We have plan to enable using aks-engine generate also, but right now we dont have support for this. |
@ganga1980, thanks for the guidance - my bad, I missed the part about |
@ptylenda , we do support collecting inventory and perf for the windows nodes and containers. But not the logs. Enabling collecting and ingesting stdout/stderr logs for windows containers is in back log. I can reach out you as soon as we have the working version. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Problem could be because service_control script is trying to use invoke-rc.d (which doesn't work because there are no runlevels in a docker container) before trying the service command (which will work). |
Here's some debug data from our E2E tests:
The text was updated successfully, but these errors were encountered: