calico
This commit is contained in:
@@ -316,8 +316,8 @@ systemd:
|
||||
Type=oneshot
|
||||
StandardOutput=journal+console
|
||||
StandardError=journal+console
|
||||
ExecStart=/bin/sh -c 'echo "witing 120s..."'
|
||||
ExecStartPre=/bin/sleep 120s
|
||||
#ExecStart=/bin/sh -c 'echo "witing 120s..."'
|
||||
ExecStartPre=/bin/sleep 30s
|
||||
ExecStart=/opt/bin/kubectl apply -f http://build-node.undercloud.local:3000/admin/undercloud-infrastructure/raw/branch/main/calico-config/namespace.yaml
|
||||
ExecStart=/bin/sh -c 'echo "install tigera operator..."'
|
||||
ExecStart=/opt/bin/kubectl create -f http://build-node.undercloud.local:3000/admin/undercloud-infrastructure/raw/branch/main/calico-config/tigera-operator.yaml
|
||||
|
||||
@@ -196,8 +196,8 @@ resource "proxmox_virtual_environment_vm" "control_plane1" {
|
||||
cores = 2
|
||||
}
|
||||
memory {
|
||||
dedicated = 2048
|
||||
floating = 2048
|
||||
dedicated = 4098
|
||||
floating = 4098
|
||||
}
|
||||
|
||||
# Netzwerk
|
||||
@@ -241,8 +241,8 @@ resource "proxmox_virtual_environment_vm" "control_plane2" {
|
||||
cores = 2
|
||||
}
|
||||
memory {
|
||||
dedicated = 2048
|
||||
floating = 2048
|
||||
dedicated = 3072
|
||||
floating = 3072
|
||||
}
|
||||
|
||||
# Netzwerk
|
||||
@@ -278,8 +278,8 @@ resource "proxmox_virtual_environment_vm" "control_plane3" {
|
||||
cores = 2
|
||||
}
|
||||
memory {
|
||||
dedicated = 2048
|
||||
floating = 2048
|
||||
dedicated = 3072
|
||||
floating = 3072
|
||||
}
|
||||
|
||||
# Netzwerk
|
||||
|
||||
Reference in New Issue
Block a user