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

requeue spoke token controller until the application-manager SA secre… #410

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

xiangjingli
Copy link
Collaborator

@xiangjingli xiangjingli commented Sep 25, 2024

…t token is ready

  • I have taken backward compatibility into consideration.

https://issues.redhat.com/browse/ACM-13250

The fix is to address the issue found in AKS cluster

When the SA token secret open-cluster-management-agent-addon/application-manager was created, AKS didn't generate the token right away. So the spoken token controller regards it as an invalid token secret, and the secret was deleted and regenerated.

We observed the token secret was in create-delete-recreate-delete loop for over 1 hour. Once AKS cluster performance is back, the SA token secret was created with the token as expected. Consequently the AKS cluster secret was generated in the ArgoCD NS

Copy link
Contributor

openshift-ci bot commented Sep 25, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: xiangjingli

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Copy link

codecov bot commented Sep 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 56.43%. Comparing base (b71622d) to head (1dcafc7).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #410      +/-   ##
==========================================
+ Coverage   56.28%   56.43%   +0.15%     
==========================================
  Files          68       68              
  Lines       15243    15248       +5     
==========================================
+ Hits         8579     8605      +26     
+ Misses       5805     5788      -17     
+ Partials      859      855       -4     
Flag Coverage Δ
unit 56.43% <ø> (+0.15%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant