-
Notifications
You must be signed in to change notification settings - Fork 22
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
name
property of DP_MACVTAP_CONF
can't exceed 10 characters
#120
Comments
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /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.
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 ? |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with /lifecycle rotten |
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):
NOTE: If you make the
name
fielddataplanea
and updateNetworkAttachmentDefinition
to bek8s.v1.cni.cncf.io/resourceName: macvtap.network.kubevirt.io/dataplanea
it will work.NetworkAttachmentDefinition
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_64The text was updated successfully, but these errors were encountered: