-
Notifications
You must be signed in to change notification settings - Fork 6
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
ERROR: null exception in GenericResourcesImpl.getById #16
Comments
We are having the same problem with out AKS setup. ACI is working without problems. We are using 'Azure Container Agents Plugin' version 0.4.1 and Jenkins is 2.163. I believe AKS API might have been updated. |
We're experiencing the same issue as well, currently unable to complete any deployments Azure Container Service Plugin version 0.2.3
|
I can see that I wrote in a wrong project, as we are not using the ACS plugin, but the ACA. |
We are experiencing the same problem, since last friday.
Jenkins ver. 2.150.2 |
I am facing the same issue, in K8s logs I can see the following : Operation name
|
the accessProfile resource is not versioned as managed cluster resource.. the proper way is to use the POST command instead. Rest API reference: https://docs.microsoft.com/en-us/rest/api/aks/managedclusters/listclusteradmincredentials |
so Jenkins plugin uses Azure libs for Java and it reference to this
so |
AKS published a new API version (2018-08-01-preview), and it seems the Jenkins plugin dynamically discovers and uses the latest API version. This caused the problem because the GET /accessProfiles API is intend to be deprecated in newer versions. A hotfix is on the way to mitigate the issue.. |
@widgetpl the proper API is to use List{Admin|ClusterUser}Credentials like https://github.com/Azure/azure-libraries-for-java/blob/b4caebe92d042fddb59277945c76a69c4b224a52/azure-mgmt-containerservice/src/main/java/com/microsoft/azure/management/containerservice/implementation/ManagedClustersInner.java#L555 |
@yangl900 Hi, Thanks in advance |
We are also facing same issue since last few days? When we can expect fix on this? |
@amitnanaware Still having the error? I believe this error is the same, that we have had with the Azure Container Agents plugin. Azure deployed a hotfix to AKS to mitigate this error. https://github.com/Azure/AKS/releases/tag/2019-02-07 |
Seems to have resolved the issue for us. Thanks all! |
The issue is resolved thanks! |
I think this has resurfaced. My deployments were working fine, and today I started getting this:
|
Yes, seems to be broken for us again as well:
|
Confirm, that issue is back. Probably new API rollout :( |
Same for me |
Same problems here since this morning Amsterdam time |
Same issue here too. When could we expect the fix |
Hello, issue is still occurring, when we can expect fix for this ? |
I am working on fixing this issue. A PR is on the way. |
when new plugin version will be released with this fix ? |
I am now working on the release process, the new version will be 0.2.4 thanks. |
0.2.4 works. Thank you very much @gavinfish |
I can confirm that as well. Cheers. |
Build worked correctly till 31st of January 2019. Then without any modification it started to throw following error:
By the code inspection it looks like problem with Azure/AKS API.
acsDeploy 0.2.3
Jenkins 2.150.2
The text was updated successfully, but these errors were encountered: