Skip to content

tedhtchang/kuberay-tls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Generate CA

openssl req -x509 -nodes -newkey rsa:2048 -keyout ca.key -days 1826 -out ca.crt -subj '/CN=root-ca'
# replace oc with kubectl if necessary
oc create secret generic ca-secret --from-file=./ca.key --from-file=./ca.crt

Create single node cluster with RAY_USE_TLS = "1"

oc apply -f https://raw.githubusercontent.com/tedhtchang/kuberay-tls/master/ray-cluster.mini.yaml

Clean up

oc delete -f https://raw.githubusercontent.com/tedhtchang/kuberay-tls/master/ray-cluster.mini.yaml
oc delete secret ca-secret

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published