confidential-containers / cloud-api-adaptor

Ability to create Kata pods using cloud provider APIs aka the peer-pods approach
Apache License 2.0
44 stars 75 forks source link

CAA will crash if NewServer ( server.go ) gets an error and returns nil #408

Open caavery opened 1 year ago

caavery commented 1 year ago

I believe all the CAAs have the same problem as vsphere

govmomiClient, err := NewGovmomiClient(vmcfg) if err != nil { return nil }

oc logs peer-pod-controller-cca-daemon-66bh6 -n openshift-sandboxed-containers-operator

caavery commented 1 year ago

@bpradipt