Conversation
andybavier
approved these changes
Apr 29, 2025
3 tasks
Signed-off-by: Lazar, Madalina <madalina.lazar@intel.com>
Signed-off-by: Lazar, Madalina <madalina.lazar@intel.com>
Signed-off-by: Lazar, Madalina <madalina.lazar@intel.com>
Signed-off-by: Lazar, Madalina <madalina.lazar@intel.com>
Signed-off-by: Lazar, Madalina <madalina.lazar@intel.com>
Signed-off-by: Lazar, Madalina <madalina.lazar@intel.com>
Signed-off-by: Lazar, Madalina <madalina.lazar@intel.com>
Signed-off-by: Lazar, Madalina <madalina.lazar@intel.com>
Signed-off-by: Lazar, Madalina <madalina.lazar@intel.com>
Signed-off-by: Lazar, Madalina <madalina.lazar@intel.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
The purpose of this issue is to separate the connect-agent binary into its own chart so we can update the CCG controller separately. This won't fix the fact that an update of the connect-agent can't be performed on the same machine. Given how things are implemented now we won't be able to support in-place upgrade
Any Newly Introduced Dependencies
Please describe any newly introduced 3rd party dependencies in this change. List their name, license information and how they are used in the project.
How Has This Been Tested?
Tested this with local tests using the following:
updated CCG
Bumped the CCG chart version to 1.1.1, left the agent 0.1.0 to use
image: "registry-rs.edgeorchestration.intel.com/edge-orch/cluster/connect-agent:1.0.6"Ran make helm-build, make docker-build to build the chart into a tgz file, then the docker images. Pulled everything on a coder machine to use with cluster tests. I installed the chart manually from the .tgz file using helm. When updating CCG the agent remained the same and the cluster was still active and running fine.
updated connect agent
Checklist: