You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Only parse topology when it actually exists
This also helps avoid unnecessary logging that happens each time we need to
reconstruct ResourceSlice state and it's cloud provider attributes.
fix: Delete singleton links if they are removed
Currently if a link is deleted as the last link the driver will never reconcile and leave it in the resource slice. Ensure that this does not happen since that could lead to bad assignments by the scheduler.
interface dhcp configuration
dhcp should be an opt-in option because running it can cause delays
on pod startup on environments that don't have dhcp enabled.
Change-Id: I2905788c261583d86a5701576c2e61a245138c02
optimize image build
- set GOARCH from TARGETARCH
- cache go modules independently of source code changes
- don't set redundant GOOS (the build env is inherently linux)