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

fix: resource already exists #1785

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

imkira
Copy link

@imkira imkira commented May 22, 2024

What issue type does this pull request address? (keep at least one, remove the others)
/kind bugfix

What does this pull request do? Which issues does it resolve? (use resolves #<issue_number> if possible)

During syncing of virtual namespaces to physical, the default service account already exists, which leads to errors during syncing. In this fix we consume the error in case the physical resource already exists.

Please provide a short message that should be published in the vcluster release notes
Fixed an issue where vcluster would not sync due to already existing default service accounts

What else do we need to know?

This is part of a collaborative work at Woven by Toyota with my colleagues @ajithcnambiar and @tauxi

During syncing of virtual namespaces to physical, the default service
account already exists, which leads to errors during syncing. In this
fix we consume the error in case the physical resource already exists.

Co-authored-by: Ajith Chandran <ajith.chandran@woven.toyota>
Co-authored-by: Wojtek Koronski <wojtek.koronski@woven.toyota>
Copy link

netlify bot commented May 22, 2024

Deploy Preview for vcluster-docs canceled.

Built without sensitive environment variables

Name Link
🔨 Latest commit e1d7d3d
🔍 Latest deploy log https://app.netlify.com/sites/vcluster-docs/deploys/664d5665521fd70007722895

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

Successfully merging this pull request may close these issues.

None yet

2 participants