lsst-uk / somerville-operations

User issue reporting and tracking for the Somerville Cloud
0 stars 0 forks source link

Trust error creating cluster via magnum cli #183

Closed millingw closed 1 week ago

millingw commented 2 months ago

I'm trying to create a kubernetes cluster in our jade project using the openstack magnum command line. I'm able to create a small cluster via the Horizon GUI, but when I try to repeat the process via the openstack command line, I get the following error:

"Failed to create trustee or trust for Cluster: bac872b4-cd97-4ea3-b2eb-d3a038bd4c8c"

I'm using the following invocation:

openstack coe cluster create malcolm_k8s --cluster-template kubernetes-1-29-jammy --node-count 2 --master-count 1 --keypair gaia_jade_test_malcolm -os-cloud somerville-jade --flavor medium --master-flavor medium --master-lb-enabled --fixed-network somerville-jade-20240319-bootstrap-network

GregBlow commented 2 months ago

This may be a problem with the application credential being used being too limited in permissions.

To get around this there are two possible solutions (both of which involve generating a new application credential):

1) Generate from Project > API Access

this will create an application credential that requires password to authenticated, so requires a local account and thus isn't immediately applicable, but might be preferred.

image

2) Generate from Identity > Application credentials

image

This requires setting the new application credential to be unrestricted, which is marked as dangerous

image

Should be safe to use, but if you feel uncomfortable with it, let us know and we'll start the process of provisioning you a local account.

millingw commented 2 months ago

Thanks, using an unrestricted application credential with the magnum cli appears to let me bring up a new cluster. Unrestricted credential is fine for the moment

tms-epcc commented 1 week ago

@GregBlow says close