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

KubeVirt GenerateRandMAC #1752

Closed
chifu1234 opened this issue Dec 29, 2023 · 5 comments · Fixed by #1856
Closed

KubeVirt GenerateRandMAC #1752

chifu1234 opened this issue Dec 29, 2023 · 5 comments · Fixed by #1856
Assignees
Labels
sig/cluster-management Denotes a PR or issue as being assigned to SIG Cluster Management.

Comments

@chifu1234
Copy link

Bug Report

Describe the bug

When setting macAddress on the bridge of the VM, not every CNI implementation supports a deterministic MAC as they assign a MAC themself. The VM then gets the wrong MAC, and thus, no traffic is switched to the VM.

apiVersion: kubevirt.io/v1
kind: VirtualMachine
metadata:
  name: testerli-6cbbdfbcf7-bfrgv
  namespace: cluster-rb489cv8zn
spec:
  dataVolumeTemplates:
      labels:
    spec:
      domain:
        devices:
          interfaces:
          - bridge: {}
            macAddress: c2:4b:c4:9c:a5:f3
            name: default
...

Expected behavior

When creating Machine Deployment I can configure that kubermatic will not configure a RandomMac and the VM Object.

@kubermatic-bot
Copy link
Contributor

Issues go stale after 90d of inactivity.
After a furter 30 days, they will turn rotten.
Mark the issue as fresh with /remove-lifecycle stale.

If this issue is safe to close now please do so with /close.

/lifecycle stale

@kubermatic-bot kubermatic-bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Mar 29, 2024
@kubermatic-bot
Copy link
Contributor

Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.

If this issue is safe to close now please do so with /close.

/lifecycle rotten

@kubermatic-bot kubermatic-bot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Apr 28, 2024
@kubermatic-bot
Copy link
Contributor

Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen.
Mark the issue as fresh with /remove-lifecycle rotten.

/close

@kubermatic-bot
Copy link
Contributor

@kubermatic-bot: Closing this issue.

In response to this:

Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen.
Mark the issue as fresh with /remove-lifecycle rotten.

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@cnvergence
Copy link
Member

/remove-lifecycle rotten

@kubermatic-bot kubermatic-bot removed the lifecycle/rotten Denotes an issue or PR that has aged beyond stale. label Sep 4, 2024
@cnvergence cnvergence added the sig/cluster-management Denotes a PR or issue as being assigned to SIG Cluster Management. label Sep 4, 2024
@cnvergence cnvergence self-assigned this Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sig/cluster-management Denotes a PR or issue as being assigned to SIG Cluster Management.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants