generated from phoenix-oss/tenant-tpl
sdffdsfd
This commit is contained in:
parent
88a93c67d3
commit
1e0cfb816f
3 changed files with 19 additions and 5 deletions
14
container/debug2/alpine.yaml
Normal file
14
container/debug2/alpine.yaml
Normal file
|
@ -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
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue