Open tstirmllnl opened 5 months ago
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale
.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close
.
/lifecycle stale
/remove-lifecycle stale
Hi, thanks for opening this issue. Sorry it took so long to get me to look at it.
I'll investigate the length limitation of the resource name. I'm inclined to say it is the name of the resource in the annotation that indirectly has this limitation, but right now I'm not sure.
It also looks like it leaves macvtap.network.kubevirt.io/ resources from previous runs. How does one remove these?
IIRC (been too long since I looked at this project ...) we never implemented support for this. I do agree that it is a known bug.
Would you mind opening a new one ?
@maiqueb No worries. New issue created about macvtap.network.kubevirt.io/
not getting cleared between runs has been created here: https://github.com/kubevirt/macvtap-cni/issues/121
What happened: The
name
property ofDP_MACVTAP_CONF
appears to have a character limit of 10 characters. I'm not sure if this due to it or the annotation that has to be set on theNetworkAttachmentDefinition
.What you expected to happen: I didn't expect this character limit.
How to reproduce it (as minimally and precisely as possible):
name
fielddataplanea
and updateNetworkAttachmentDefinition
to bek8s.v1.cni.cncf.io/resourceName: macvtap.network.kubevirt.io/dataplanea
it will work.Deploy VM
kubectl describe
prints outLooking at the node where its scheduled it looks like the macvtap wasn't allocated.
NOTE: It also looks like it leaves
macvtap.network.kubevirt.io/
resources from previous runs. How does one remove these?Additional context: Add any other context about the problem here.
Environment:
virtctl version
): 1.1.0kubectl version
): 1.23.9uname -a
): 3.10.0-1160.11.1.el7.x86_64