This repository has been archived by the owner on Dec 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Missing BMH fields cause panic #6
Labels
bug
Something isn't working
Comments
/assign |
Still working on this, had some difficulty last week reproducing the error. Several possible attempts to resolve have failed, including removing the check from pkg/vbmh/machines.go Extrapolate function:
The particular error we're seeing is when a vbmh is missing the networkData.Name or networkData.Namespace fields. To reproduce this error:
|
Work in progress, tracked in #22 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
SIP requires some BMH fields, including
Spec.NetworkData.Namespace
andSpec.NetworkData.Name
. When BMHs are pushed to K8s without these fields, SIP panics.The text was updated successfully, but these errors were encountered: