future-gigabyte-33261
05/02/2025, 6:48 PMprehistoric-morning-49258
05/02/2025, 7:04 PMfuture-gigabyte-33261
05/02/2025, 7:07 PMprehistoric-morning-49258
05/02/2025, 7:09 PMfuture-gigabyte-33261
05/02/2025, 7:24 PMfuture-gigabyte-33261
05/02/2025, 7:26 PMfuture-gigabyte-33261
05/02/2025, 7:26 PMfuture-gigabyte-33261
05/02/2025, 7:27 PMsquare-orange-60123
05/02/2025, 10:38 PMapiVersion: v1
data:
cloudInit: |-
#cloud-config
password: <your_password>
chpasswd:
expire: false
ssh_pwauth: true
package_update: true
packages:
- qemu-guest-agent
runcmd:
- - systemctl
- enable
- --now
- qemu-guest-agent.service
kind: ConfigMap
metadata:
name: sle-micro-base
namespace: harvester-public
labels:
<http://harvesterhci.io/cloud-init-template|harvesterhci.io/cloud-init-template>: user
for the template and you can get the OS from here, under the 'alternate downloads' section, one of the qcow2 images should work. https://get.opensuse.org/microos/. If that doesn't work, maybe try directly from suse.com https://www.suse.com/download/sle-micro/
fyi there is paid support for pretty much anything, the software is opensource. But opensource != free support as a general rule of thumbfuture-gigabyte-33261
05/02/2025, 10:44 PMfuture-gigabyte-33261
05/02/2025, 11:17 PMkubectl get configmaps -n klesti-testing sle-micro-base -o yaml
apiVersion: v1
data:
cloudInit: |-
#cloud-config
password: 1
chpasswd:
expire: false
ssh_pwauth: true
package_update: true
packages:
- qemu-guest-agent
runcmd:
- - systemctl
- enable
- --now
- qemu-guest-agent.service
kind: ConfigMap
metadata:
creationTimestamp: "2025-05-02T22:54:58Z"
labels:
<http://harvesterhci.io/cloud-init-template|harvesterhci.io/cloud-init-template>: user
name: sle-micro-base
namespace: klesti-testing
resourceVersion: "77648758"
uid: 7f013572-e05b-4f02-8264-346d1fcf36d1
kubectl get configmaps -n klesti-testing sle-micro-base -o yaml
apiVersion: v1
data:
cloudInit: |-
#cloud-config
password: 1
chpasswd:
expire: false
ssh_pwauth: true
package_update: true
packages:
- qemu-guest-agent
runcmd:
- - systemctl
- enable
- --now
- qemu-guest-agent.service
kind: ConfigMap
metadata:
creationTimestamp: "2025-05-02T22:54:58Z"
labels:
<http://harvesterhci.io/cloud-init-template|harvesterhci.io/cloud-init-template>: user
name: sle-micro-base
namespace: klesti-testing
resourceVersion: "77648758"
uid: 7f013572-e05b-4f02-8264-346d1fcf36d1
> kubectl get virtualmachine -n klesti-testing micro-os-test -o yaml
apiVersion: <http://kubevirt.io/v1|kubevirt.io/v1>
kind: VirtualMachine
metadata:
annotations:
<http://harvesterhci.io/vmRunStrategy|harvesterhci.io/vmRunStrategy>: RerunOnFailure
<http://harvesterhci.io/volumeClaimTemplates|harvesterhci.io/volumeClaimTemplates>: '[{"metadata":{"name":"micro-os-test-disk-0-khqng","annotations":{"<http://harvesterhci.io/imageId|harvesterhci.io/imageId>":"harvester-public/image-4gcdm"}},"spec":{"accessModes":["ReadWriteMany"],"resources":{"requests":{"storage":"20Gi"}},"volumeMode":"Block","storageClassName":"longhorn-image-4gcdm"}}]'
<http://kubevirt.io/latest-observed-api-version|kubevirt.io/latest-observed-api-version>: v1
<http://kubevirt.io/storage-observed-api-version|kubevirt.io/storage-observed-api-version>: v1
<http://network.harvesterhci.io/ips|network.harvesterhci.io/ips>: '[]'
creationTimestamp: "2025-05-02T23:13:36Z"
finalizers:
- <http://wrangler.cattle.io/VMController.CleanupPVCAndSnapshot|wrangler.cattle.io/VMController.CleanupPVCAndSnapshot>
- <http://kubevirt.io/virtualMachineControllerFinalize|kubevirt.io/virtualMachineControllerFinalize>
generation: 2
labels:
<http://harvesterhci.io/creator|harvesterhci.io/creator>: harvester
<http://harvesterhci.io/os|harvesterhci.io/os>: linux
name: micro-os-test
namespace: klesti-testing
resourceVersion: "77672128"
uid: 5c88efcb-0a1f-467d-9918-ebae679eff1c
spec:
runStrategy: RerunOnFailure
template:
metadata:
annotations:
<http://harvesterhci.io/sshNames|harvesterhci.io/sshNames>: '[]'
creationTimestamp: null
labels:
<http://harvesterhci.io/vmName|harvesterhci.io/vmName>: micro-os-test
spec:
affinity: {}
architecture: amd64
domain:
cpu:
cores: 2
sockets: 1
threads: 1
devices:
disks:
- bootOrder: 1
disk:
bus: virtio
name: disk-0
- disk:
bus: virtio
name: cloudinitdisk
inputs:
- bus: usb
name: tablet
type: tablet
interfaces:
- macAddress: d6:0e:1b:cb:1a:f2
masquerade: {}
model: virtio
name: default
features:
acpi:
enabled: true
machine:
type: q35
memory:
guest: 4Gi
resources:
limits:
cpu: "2"
memory: 4Gi
requests:
cpu: 125m
memory: 2730Mi
evictionStrategy: LiveMigrateIfPossible
hostname: micro-os-test
networks:
- name: default
pod: {}
terminationGracePeriodSeconds: 120
volumes:
- name: disk-0
persistentVolumeClaim:
claimName: micro-os-test-disk-0-khqng
- cloudInitNoCloud:
networkDataSecretRef:
name: micro-os-test-bbolz
secretRef:
name: micro-os-test-bbolz
name: cloudinitdisk
status:
conditions:
- lastProbeTime: null
lastTransitionTime: "2025-05-02T23:13:52Z"
status: "True"
type: Ready
- lastProbeTime: null
lastTransitionTime: null
status: "True"
type: LiveMigratable
- lastProbeTime: null
lastTransitionTime: "2025-05-02T23:13:55Z"
message: a non-live-updatable field was changed in the template spec
status: "True"
type: RestartRequired
- lastProbeTime: "2025-05-02T23:15:03Z"
lastTransitionTime: null
status: "True"
type: AgentConnected
created: true
desiredGeneration: 2
observedGeneration: 2
printableStatus: Running
ready: true
runStrategy: RerunOnFailure
volumeSnapshotStatuses:
- enabled: false
name: disk-0
reason: 2 matching VolumeSnapshotClasses for longhorn-image-4gcdm
- enabled: false
name: cloudinitdisk
reason: Snapshot is not supported for this volumeSource type [cloudinitdisk]
>
square-orange-60123
05/02/2025, 11:18 PMfuture-gigabyte-33261
05/02/2025, 11:21 PMfuture-gigabyte-33261
05/02/2025, 11:22 PMfuture-gigabyte-33261
05/02/2025, 11:22 PMfuture-gigabyte-33261
05/02/2025, 11:22 PMfuture-gigabyte-33261
05/02/2025, 11:22 PMfuture-gigabyte-33261
05/02/2025, 11:22 PMfuture-gigabyte-33261
05/02/2025, 11:22 PMmysterious-animal-29850
05/03/2025, 1:07 AMfuture-gigabyte-33261
05/03/2025, 7:16 PMfuture-gigabyte-33261
05/03/2025, 7:16 PMfuture-gigabyte-33261
05/03/2025, 7:17 PMfuture-gigabyte-33261
05/03/2025, 7:18 PMfuture-gigabyte-33261
05/03/2025, 7:19 PMgreat-bear-19718
05/04/2025, 11:44 PMcareful-piano-35019
05/05/2025, 5:32 AMgreat-bear-19718
05/05/2025, 5:34 AMhandsome-elephant-92657
05/05/2025, 5:35 AMgreat-bear-19718
05/05/2025, 5:36 AMcareful-piano-35019
05/05/2025, 5:41 AMfuture-gigabyte-33261
05/05/2025, 8:31 AMfuture-gigabyte-33261
05/05/2025, 8:32 AMfuture-gigabyte-33261
05/05/2025, 8:39 AMfuture-gigabyte-33261
05/05/2025, 8:41 AMcareful-piano-35019
05/05/2025, 8:41 AMfuture-gigabyte-33261
05/05/2025, 8:41 AMfuture-gigabyte-33261
05/05/2025, 8:47 AMfuture-gigabyte-33261
05/05/2025, 9:22 AMfuture-gigabyte-33261
05/05/2025, 9:27 AMfuture-gigabyte-33261
05/05/2025, 9:28 AMfuture-gigabyte-33261
05/05/2025, 9:32 AMfuture-gigabyte-33261
05/05/2025, 4:05 PMclever-king-8072
05/22/2025, 9:06 AMfuture-gigabyte-33261
05/22/2025, 9:10 AM