diff --git a/container/debug2/alpine.yaml b/container/debug2/alpine.yaml new file mode 100644 index 0000000..e272e52 --- /dev/null +++ b/container/debug2/alpine.yaml @@ -0,0 +1,14 @@ +apiVersion: v1 +kind: Pod +metadata: + name: alpine-test2 + namespace: ${TENANT_NAMESPACE} +spec: + containers: + - name: alpine2 + image: alpine:latest + command: ["/bin/sh"] + args: ["-c", "while true; do sleep 3600; done"] + stdin: true + tty: true + restartPolicy: Never \ No newline at end of file diff --git a/kustomization.yaml b/kustomization.yaml index 7a1c689..0a91e30 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -18,6 +18,6 @@ resources: - templates/windowsserver/ks-flavor.yaml - templates/windowsserver-rh/ks-flavor.yaml - postgres/ks.yaml - - windows-vm-standard-john/ks-vm.yaml - - windows-vm-standard-john/ks-pvc.yaml - - windows-vm-standard-john/windows-lb.yaml +# - windows-vm-standard-john/ks-vm.yaml +# - windows-vm-standard-john/ks-pvc.yaml +# - windows-vm-standard-john/windows-lb.yaml diff --git a/ubuntu-vm-3 john/ubuntu/ubuntu-vm.yaml b/ubuntu-vm-3 john/ubuntu/ubuntu-vm.yaml index c4bc587..1ac74ef 100644 --- a/ubuntu-vm-3 john/ubuntu/ubuntu-vm.yaml +++ b/ubuntu-vm-3 john/ubuntu/ubuntu-vm.yaml @@ -1,14 +1,14 @@ apiVersion: kubevirt.io/v1 kind: VirtualMachine metadata: - name: ubuntu-vm-3-john + name: ubuntu-vm-3- namespace: kubevirt-vms spec: running: true template: metadata: labels: - kubevirt.io/domain: ubuntu-vm-3-john + kubevirt.io/domain: ubuntu-vm-2 spec: domain: cpu: