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

Open
chifu1234 opened this issue Dec 29, 2023 · 2 comments
Open

KubeVirt GenerateRandMAC #1752

chifu1234 opened this issue Dec 29, 2023 · 2 comments
Labels
lifecycle/rotten Denotes an issue or PR that has aged beyond stale.

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lifecycle/rotten Denotes an issue or PR that has aged beyond stale.
Projects
None yet
Development

No branches or pull requests

2 participants