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

Do not use log.Fatal() #116

Merged
merged 4 commits into from
Apr 8, 2024
Merged

Do not use log.Fatal() #116

merged 4 commits into from
Apr 8, 2024

Conversation

damyan
Copy link
Contributor

@damyan damyan commented Mar 28, 2024

Return error when the k8s client cannot be initalized. Setup procedure failure will exit the DHCP service anyway, do not use log.Fatal()

Fixes #115

Return error when the k8s client cannot be initalized. Setup procedure
failure will exit the DHCP service anyway, do not use `log.Fatal()`
@github-actions github-actions bot added size/S enhancement New feature or request labels Mar 28, 2024
@damyan damyan requested a review from lukasfrank March 28, 2024 16:55
@github-actions github-actions bot added size/M and removed size/S labels Apr 2, 2024
@damyan
Copy link
Contributor Author

damyan commented Apr 2, 2024

@lukasfrank Can you please review that one?

plugins/ipam/k8s.go Outdated Show resolved Hide resolved
plugins/ipam/plugin.go Outdated Show resolved Hide resolved
plugins/ipam/k8s.go Outdated Show resolved Hide resolved
plugins/ipam/k8s.go Outdated Show resolved Hide resolved
@damyan damyan requested a review from lukasfrank April 8, 2024 10:21
@damyan damyan merged commit 13c771a into main Apr 8, 2024
8 checks passed
@damyan damyan deleted the feature/ipam-controlled-failure branch April 8, 2024 10:53
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/M
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement controlled IPAM plugin failure
2 participants