Git Product home page Git Product logo

Comments (4)

rmohr avatar rmohr commented on May 27, 2024 1

@shiywang thanks for the report. Youre image shows the right topology. You don't see the device because of rtl8139. The driver got removed from the alpine kernel. e1000 works, and it will be used in the next kubevirt release. Later it will also be possible to define the network type on the api level.

You can use cirros if you like, until the next release is out:

apiVersion: kubevirt.io/v1alpha1
kind: VirtualMachine
metadata:
  name: testvm-nocloud
spec:
  terminationGracePeriodSeconds: 5
  domain:
    resources:
      requests:
        memory: 64M
    devices:
      disks:
      - name: registrydisk
        volumeName: registryvolume
        disk:
          dev: vda
      - name: cloudinitdisk
        volumeName: cloudinitvolume
        disk:
          dev: vdb
  volumes:
    - name: registryvolume
      registryDisk:
        image: kubevirt/cirros-registry-disk-demo:latest
    - name: cloudinitvolume
      cloudInitNoCloud:
        userDataBase64: I2Nsb3VkLWNvbmZpZwpwYXNzd29yZDogYXRvbWljCnNzaF9wd2F1dGg6IFRydWUKY2hwYXNzd2Q6IHsgZXhwaXJlOiBGYWxzZSB9Cg==

I hope that helps.

from demo.

vfreex avatar vfreex commented on May 27, 2024

@rmohr Does KubeVirt support virtio NIC driver?

from demo.

rmohr avatar rmohr commented on May 27, 2024

@vfreex right now it is not possible to select the network type on the api (e1000 wich works for most is preselected on latest master). It will for sure be introduced, but I am not sure when.

from demo.

fabiand avatar fabiand commented on May 27, 2024

@vfreex please open an issue to make the network model selectable

from demo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.