Skip to content
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

ContainerCluster update failed with googleapi: Error 501: Unimplemented. #3640

Open
ushuz opened this issue Feb 7, 2025 · 0 comments
Open
Labels
question Further information is requested

Comments

@ushuz
Copy link

ushuz commented Feb 7, 2025

Describe your question

We are using Config Controller and ContainerCluster object to provision a new GKE cluster. The cluster has been successfully created, but ContainerCluster object is stuck in UpdateFailed state with a 501 Unimplemented error:

Status:
  Conditions:
    Last Transition Time:  2025-02-07T15:32:07Z
    Message:               Update call failed: error applying desired state: summary: googleapi: Error 501: Unimplemented.
Details:
[
  {
    "@type": "type.googleapis.com/google.rpc.RequestInfo",
    "requestId": "0x0000ffff"
  },
  {
    "@type": "type.googleapis.com/google.rpc.ErrorInfo",
    "domain": "container.googleapis.com",
    "reason": "UNIMPLEMENTED"
  }
]
, notImplemented
    Reason:             UpdateFailed
    Status:             False
    Type:               Ready

No relevant error logs can be found in container.googleapis.com API's audit logs either.

Question: How to identify what method is failing with 501 Unimplemented?

@ushuz ushuz added the question Further information is requested label Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant