Skip to content

Commit

Permalink
passing manual testing
Browse files Browse the repository at this point in the history
  • Loading branch information
usrbinkat committed Jan 10, 2025
1 parent 8d7e1cd commit b43a8ed
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/hack/u.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spec:
type: q35
devices:
rng: {}
autoattachPodInterface: true
autoattachPodInterface: false
autoattachSerialConsole: true
autoattachGraphicsDevice: true
networkInterfaceMultiqueue: true
Expand All @@ -85,13 +85,13 @@ spec:
disk:
bus: virtio
interfaces:
- name: enp1s0 # Primary interface
model: virtio
masquerade: {} # Default pod network
macAddress: "de:ad:be:ef:00:01" # Example MAC address
- name: enp2s0 # Secondary interface
- name: enp1s0 # Secondary interface
bridge: {} # Bridge interface
macAddress: "de:ad:be:ef:00:02" # Example MAC address
# name: enp1s0 # Primary interface
# model: virtio
# masquerade: {} # Default pod network
# macAddress: "de:ad:be:ef:00:01" # Example MAC address
features:
acpi:
enabled: true
Expand All @@ -103,10 +103,10 @@ spec:
secureBoot: false
networks:
- name: enp1s0
pod: {} # Default pod network
- name: enp2s0
multus:
networkName: br0 # Multus NetworkAttachmentDefinition
# name: enp2s0
# pod: {} # Default pod network
terminationGracePeriodSeconds: 0
accessCredentials:
- sshPublicKey:
Expand Down

0 comments on commit b43a8ed

Please sign in to comment.