running radiopadre on a Kubernetes cluster #54
Replies: 5 comments 2 replies
-
OK, added this: you can specify Might need to adjust the RAM values upwards if CARTA is struggling. |
Beta Was this translation helpful? Give feedback.
-
I have a possibly very stupid question - did you check in the source for
and cannot find the import in question. |
Beta Was this translation helpful? Give feedback.
-
@JSKenyon done 🤦. Sorry about the delay. |
Beta Was this translation helpful? Give feedback.
-
Hurray! This seems to be working for me now! Should make experimenting/wreckage analysis simpler. |
Beta Was this translation helpful? Give feedback.
-
With new account run
|
Beta Was this translation helpful? Give feedback.
-
OK @landmanbester you'll like this especially. Check out radiopadre-client branch b1.2.2, now with Kubernetes support. All you need is the client branch, and pip install kubernetes in the virtualenv.
Then run like this:
-K
selects the K8s backend.rarg-test-compute-efs-pvc
refers to the PVC to connect to.parrot
refers to a subdirectory on this PVC. This particular--k8s-node-selector
setting specifies a non-default instance type to schedule the pod on -- I have a feeling anm5.4xlarge
is probably needed to run CARTA smoothly (I should probably look into specifying this in terms of CPU and RAM requests). Finally,-e
will save your given command line settings to your~/.radiopadre/radiopadre-client.config
, so that next time you can run simply...without specifying any other command-line options.
Other useful options may be
--k8s-context
and--k8s-namespace
. See also--help
for others.Feedback solicited.
Beta Was this translation helpful? Give feedback.
All reactions