We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi everyone,
I'm trying to run ado-orchestrator on a EKS and I get the error on pod:
Unhandled exception. k8s.Autorest.HttpOperationException: Operation returned an invalid status code 'Forbidden'
I create a exclusive namespace, but I'm not using a Service Account. It's necessary?
Full log below:
Starting Agent Orchestrator .. ORG_URL: https://dev.azure.com/<REMOVED>/ Unhandled exception. k8s.Autorest.HttpOperationException: Operation returned an invalid status code "Forbidden" at k8s.Kubernetes.SendRequestRaw(String requestContent, HttpRequestMessage httpRequest, CancellationToken cancellationToken) at k8s.AbstractKubernetes.k8s.ICoreV1Operations.ListNamespaceWithHttpMessagesAsync(Nullable"1 allowWatchBookmarks, String continueParameter, String fieldSelector, String labelSelector, Nullable"1 limit, String resourceVersion, String resourceVersionMatch, Nullable"1 timeoutSeconds, Nullable"1 watch, Nullable"1 pretty, IReadOnlyDictionary"2 customHeaders, CancellationToken cancellationToken) at k8s.CoreV1OperationsExtensions.ListNamespaceAsync(ICoreV1Operations operations, Nullable"1 allowWatchBookmarks, String continueParameter, String fieldSelector, String labelSelector, Nullable"1 limit, String resourceVersion, String resourceVersionMatch, Nullable"1 timeoutSeconds, Nullable"1 watch, Nullable"1 pretty, CancellationToken cancellationToken) at KubernetesAgentHostService.Initialize() in /app/KubernetesAgentHostService.cs:line 64 at Program.<Main>$(String[] args) in /app/Program.cs:line 58 at Program.<Main>(String[] args)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi everyone,
I'm trying to run ado-orchestrator on a EKS and I get the error on pod:
Unhandled exception. k8s.Autorest.HttpOperationException: Operation returned an invalid status code 'Forbidden'
I create a exclusive namespace, but I'm not using a Service Account. It's necessary?
Full log below:
Starting Agent Orchestrator .. ORG_URL: https://dev.azure.com/<REMOVED>/ Unhandled exception. k8s.Autorest.HttpOperationException: Operation returned an invalid status code "Forbidden" at k8s.Kubernetes.SendRequestRaw(String requestContent, HttpRequestMessage httpRequest, CancellationToken cancellationToken) at k8s.AbstractKubernetes.k8s.ICoreV1Operations.ListNamespaceWithHttpMessagesAsync(Nullable"1 allowWatchBookmarks, String continueParameter, String fieldSelector, String labelSelector, Nullable"1 limit, String resourceVersion, String resourceVersionMatch, Nullable"1 timeoutSeconds, Nullable"1 watch, Nullable"1 pretty, IReadOnlyDictionary"2 customHeaders, CancellationToken cancellationToken) at k8s.CoreV1OperationsExtensions.ListNamespaceAsync(ICoreV1Operations operations, Nullable"1 allowWatchBookmarks, String continueParameter, String fieldSelector, String labelSelector, Nullable"1 limit, String resourceVersion, String resourceVersionMatch, Nullable"1 timeoutSeconds, Nullable"1 watch, Nullable"1 pretty, CancellationToken cancellationToken) at KubernetesAgentHostService.Initialize() in /app/KubernetesAgentHostService.cs:line 64 at Program.<Main>$(String[] args) in /app/Program.cs:line 58 at Program.<Main>(String[] args)
The text was updated successfully, but these errors were encountered: