-
Notifications
You must be signed in to change notification settings - Fork 255
Unable to decode an event from the watch stream #144
Comments
Are you using something other than the default namespace? If yes, you might have run into this issue #115. |
Similar issues are reported in AKS: Azure/AKS#676 Looks like the new cluster has to be created or upgrade/scale can result in the fixe. Here is the link corresponding to that: @Tra5is @cherwin - Can you please try it on a fresh cluster or a cluster on which the fix above in AKS is applied. Please let me know how it goes. |
@Tra5is @cherwin - any pointers on whether fresh clusters with the fix for AKS |
@kkmsft The cluster that I am using at the moment is merely a couple of days old so it should not be affected by Azure/AKS#676. This problem only occurs when I deploy to a namespace other than |
@cherwin - Thank you. I am suspecting there are two issues in play here - one that the regular watches are not working properly and then the non-default namespace issue.
This seems unrelated to namespace related issues. Were you seeing the above errors as well ? @Tra5is - can you please confirm that with the latest images in this release which includes the support for non-default namespace - https://github.com/Azure/aad-pod-identity/releases/tag/1.3.0-mic-1.4.0-nmi (and on a cluster with Azure/AKS#676 (comment) applied) works well for the issue you have raised ? |
@Tra5is - was wondering if you got a chance to look at the above update and try out the new feature. Please let me know if you are still seeing the issue. |
@Tra5is - Kindly let us know if this is still an issue. |
Closing this issue since the newer AKS cluster and namespace work should have resolved the issues. @Tra5is - please feel free to reopen if that is not the case. |
After deploying the aad-pod-identity yaml to a RBAC enabled AKS cluster I'm getting these errors from the MIC:
I deployed using this script (powershell)
I'm expecting the service that the helm step deploys (appgw-k8s-$namespace) will get the identity created by this helm chart. But the initial error seems to prevent the MIC from picking up the new pod and associated identity.
The text was updated successfully, but these errors were encountered: