Kubernetes 1.27 'failed to update managedFields' #32598
the4thamigo-uk
started this conversation in
General
Replies: 2 comments 1 reply
-
|
Hello the4thamigo-uk there are some users who were able to run using Kubernetes 1.27 and 1.28. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
I can reproduce this on v1.25.16 by these steps:
I think it's a bug of Kubernetes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
We are seeing these kinds of messages in our logs.
These are coming from
k8s_control_plane_component, which is not happy with the format of theimagePullSecretsfield in this pod manifest. I could be wrong but I believe the code is here :https://github.com/airbytehq/airbyte-platform/blame/main/airbyte-commons-worker/src/main/java/io/airbyte/workers/process/KubePodProcess.java#L583-L597
Our pod manifest is being created like this :
This does not happen with Kubernetes 1.26
Beta Was this translation helpful? Give feedback.
All reactions