stormshift / support

This repo should serve as a central source for reporting issues with stormshift
GNU General Public License v3.0
3 stars 0 forks source link

Move rdp.coe.muc.redhat.com from inf48 to coe ocp-v #98

Closed rbo closed 2 years ago

rbo commented 2 years ago
[root@inf48 images]# qemu-img convert -O qcow2 /dev/nvme/win10 /var/lib/libvirt/images/windows10-root-disk.qcow2
rbo commented 2 years ago

Create PVC with qcow2:

image

image

Create service

apiVersion: v1
kind: Service
metadata:
  labels:
    app: windows-10-rdp
  annotations:
    metallb.universe.tf/allow-shared-ip: "rdp-coe-muc-redhat-com"
  name: rdp-coe-muc-redhat-com-3389-udp
  namespace: rdp-service
spec:
  ports:
  - name: rdp
    port: 3389
    protocol: UDP
    targetPort: 3389
  selector:
    vm.kubevirt.io/name: windows-10-rdp
  sessionAffinity: None
  type: LoadBalancer
---
apiVersion: v1
kind: Service
metadata:
  labels:
    app: windows-10-rdp
  annotations:
    metallb.universe.tf/allow-shared-ip: "rdp-coe-muc-redhat-com"
  name: rdp-coe-muc-redhat-com-3389-tcp
  namespace: rdp-service
spec:
  ports:
  - name: rdp
    port: 3389
    protocol: TCP
    targetPort: 3389
  selector:
    vm.kubevirt.io/name: windows-10-rdp
  sessionAffinity: None
  type: LoadBalancer

Update DNS rdp.coe.muc.redhat.com

$ dig A +short rdp.coe.muc.redhat.com
10.32.98.152
rbo commented 2 years ago

RDP Running von ocp-virt.