oracle-cne / ocne

The Oracle Cloud Native Environment CLI
Universal Permissive License v1.0
1 stars 0 forks source link

Segmentation fault when running cluster start provider oci with a blank oci config #6

Closed zabdulre closed 2 weeks ago

zabdulre commented 1 month ago

In order to start a ephemeral cluster on oci, the user must use the following command:

ocne cluster start --provider oci

This command requires a valid oci config is present at ~/.oci/config or in the provided cluster config. Running this command with a empty oci config should produce a helpful error message. It instead produces an abrupt and confusing segmentation fault.

Steps to reproduce:

  1. Ensure there is a blank oci config at ~/.oci/config
  2. Run ocne cluster start --provider oci

Output:

image