Skip to content

Add proxyProfile support to qdr pkg#2395

Open
ajssmith wants to merge 1 commit intoskupperproject:mainfrom
ajssmith:issue-2391
Open

Add proxyProfile support to qdr pkg#2395
ajssmith wants to merge 1 commit intoskupperproject:mainfrom
ajssmith:issue-2391

Conversation

@ajssmith
Copy link
Member

@ajssmith ajssmith commented Mar 5, 2026

Resolves #2391, Resolves #2393

@ajssmith ajssmith added the do-not-merge Work In Progress label Mar 5, 2026
for _, profile := range desired {
current, ok := actual[profile.Name]
if !ok {
if err := agent.CreateProxyProfile(profile); err != nil {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should it just call continue here, if err == nil?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, makes sense. Will adjust.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do-not-merge Work In Progress

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add proxyProfile support to kube adaptor Add proxyProfile support to qdr package

2 participants