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

Populate NetworkInterface status via machinepoollet #961

Merged
merged 1 commit into from
Jan 17, 2024
Merged

Conversation

afritzler
Copy link
Member

Proposed Changes

In the current implementation the NIC status {State,IPs} is not updated by the machinepoollet. This leads to the problem that a NIC which is Available is not being represented correctly in it's status. This PR changes the machinepoollet logic in a way, that it populates effective IPs to the NIC status and transitions the NIC state to Available if the NIC could be provisioned successfully.

@afritzler afritzler requested a review from a team as a code owner January 16, 2024 14:10
@github-actions github-actions bot added enhancement New feature or request size/L labels Jan 16, 2024
@afritzler afritzler changed the title Update NIC status via machinepoollet Update NetworkInterface status via machinepoollet Jan 16, 2024
@afritzler afritzler changed the title Update NetworkInterface status via machinepoollet Populate NetworkInterface status via machinepoollet Jan 16, 2024
@afritzler afritzler requested a review from lukasfrank January 16, 2024 14:13
@afritzler afritzler force-pushed the enh/nic-status branch 5 times, most recently from 6164150 to 868c97f Compare January 17, 2024 14:22
In the current implementation the NIC status {State,IPs} is not updated
by the `machinepoollet`. This leads to the problem that a NIC which is
`Available` is not being represented correctly in it's status. This PR
changes the `machinepoollet` logic in a way, that it populates effective
IPs to the NIC status and transitions the NIC state to `Available` if
the NIC could be provisioned successfully.
@afritzler afritzler merged commit a13a4dc into main Jan 17, 2024
8 checks passed
@afritzler afritzler deleted the enh/nic-status branch January 17, 2024 14:50
afritzler added a commit that referenced this pull request Dec 18, 2024
Rollback #961 as it causes
a race between ironcore and ironcore-net controllers constantly updating
the NIC IP status.
lukasfrank pushed a commit that referenced this pull request Dec 18, 2024
Rollback #961 as it causes
a race between ironcore and ironcore-net controllers constantly updating
the NIC IP status.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request size/L
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants