Marek Červenka
Marek Červenka
i have problem with creation VM with multiple nics part of terraform config ``` resource "ovirt_vm" "vm" { .... initialization { authorized_ssh_key = "${var.vm_authorized_ssh_key}" host_name = "${var.vm_hostname}" timezone = "${var.vm_timezone}"...
i want see only invite packet tried combination of sipgrep '^INVITE' -M -m -A 1 sipgrep '(INVITE)' -M -m -A 1 always see trying, ringing, .... sipgrep 2.1.0 any hint?
can you add example how can i specify static IPs for brokers when using LoadBalancer? dynamic assignment is working with this config CFK part of config ``` apiVersion: platform.confluent.io/v1beta1 kind:...
#### Question i have following use case/scenario * One main DC (DC1) . center of star network topology * DC2 to DCX (i.e. 5) * DCs are connected on L3...