swanchain / go-computing-provider

A golang implementation of computing provider
MIT License
11 stars 15 forks source link

create operator for k8s (from dev-help discord ) #48

Open dr4mohamed opened 2 months ago

dr4mohamed commented 2 months ago

Build operator (access admin ) for k8s 1- create namespace swan-chain 2- Port 8085 ==> use ingress https://api.domain.com 3- MultiAddress === > use status.hostIP variable 4 -create configmap config.toml 5- mount volume /node 6- init node or copy old file to /node 7- import pk or generate wallet (use secrets and env ) 8- build go-computing-provider image docker for better usage 9- RBAC add service account access admin to the namespace

dr4mohamed commented 2 months ago

@Normalnoise check this

yejiayu commented 1 month ago

How is the progress on the task going?