Jose Gomez

Results 11 comments of Jose Gomez

This is still happening with v1.16.8 obj.yaml ``` apiVersion: "k8s.josegomez.io/v1" kind: StorageClusterPair metadata: name: primary-dr spec: remoteSites: - name: dr1 - name: dr2 ``` crd.yaml ``` [...] additionalPrinterColumns: - name:...

Hi @brunobenchimol, Few things here: - The network configuration you are trying to do is done with `network-config` and not with `meta_data` - We don't support passing `network-config` at this...

@brunobenchimol my understanding about `network_config` is that it requires a separated file and it doesn't use meta_data.json. It just has a reference to the file with the format `"network_config": {...

Here is an example that we use with our Calm automation software. ```yaml #cloud-config package_upgrade: false hostname: @@{name}@@ fqdn: @@{name}@@.@@{domain}@@ manage_etc_hosts: true ssh_pwauth: true write_files: - path: /etc/sysconfig/network-scripts/ifcfg-ens3 content: |...

Another one. It depends on the Linux distribution and version. ```yaml #cloud-config password: changeme disable_root: False ssh_pwauth: True users: - name: "admin" groups: sudo shell: /bin/bash lock_passwd: false sudo: ['ALL=(ALL)...

Hi @omesser I have followed the documentation to do the deployment using Kubernetes credential and it doesn't work. I get the following error: ``` stderr: denied: requested access to the...

@connor4312 I'm running Ubuntu 22.04 with already ca-certificates installed and still the same issue.

It is find to keep it separate, but if is_mandatory is true, then we should set in the backend is_runtime to true too. When something is mandatory, the variable must...

RCA: This happens if the cache is not up to date. Decompile process should include `update cache` enabled by default with a flag to disable it if the user have...

@Philbow, by design, you cannot choose a different storage container when creating a VM from an existing image. You can check this by following the steps through the Prism Central...