Giter VIP home page Giter VIP logo

Comments (7)

tamilselvan1102 avatar tamilselvan1102 commented on July 18, 2024

/sig api-machinery

from kubernetes.

fedebongio avatar fedebongio commented on July 18, 2024

/assign @alexzielenski @apelisse
/cc @jpbetz
/triage accepted

from kubernetes.

Mangaal avatar Mangaal commented on July 18, 2024

As outlined in the documentation (merge strategy and upgrading from client-side apply to server-side apply). According to my understanding, fields previously managed by client-side apply are expected to migrate to server-side apply. In cases where there's no other controller or manager managing these fields, they might be replaced by the new configuration applied via server-side apply.

If my understanding is correct, this behavior isn't a bug but rather an intended consequence of the transition process.

However, this migration behavior seems to be causing issues in ArgoCD after upgrading the Kubernetes and kubectl dependencies to v0.29.6, as discussed in ArgoCD issue #17882.
/help

from kubernetes.

k8s-ci-robot avatar k8s-ci-robot commented on July 18, 2024

@Mangaal:
This request has been marked as needing help from a contributor.

Guidelines

Please ensure that the issue body includes answers to the following questions:

  • Why are we solving this issue?
  • To address this issue, are there any code changes? If there are code changes, what needs to be done in the code and what places can the assignee treat as reference points?
  • Does this issue have zero to low barrier of entry?
  • How can the assignee reach out to you for help?

For more details on the requirements of such an issue, please see here and ensure that they are met.

If this request no longer meets these requirements, the label can be removed
by commenting with the /remove-help command.

In response to this:

/help

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

from kubernetes.

alexzielenski avatar alexzielenski commented on July 18, 2024

This is intended behavior of kubectl. It was a bug fixed relatively recently: #112905.

Mixing client-side-apply and server-side-apply is not supported. If you would like to manually manage a portion of your resource while ArgoCD manages another portion then please use SSA in your initial commands by adding --server-side=true and --field-manager=<DifferentFieldManager> for your manual application. If both manifests are applied using SSA and different field managers then they will complement each other as desired.

from kubernetes.

Mangaal avatar Mangaal commented on July 18, 2024

Thanks, @alexzielenski, for the confirmation.

from kubernetes.

Mangaal avatar Mangaal commented on July 18, 2024

Closing this issue

from kubernetes.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.