You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the beginning, install a runner in actions-runner-system
root@kenlabs-2:~/k8s_deployment# kubectl -n actions-runner-system get all
NAME READY STATUS RESTARTS AGE
pod/actions-runner-controller-7f8774cc9-8z9jl 2/2 Running 0 5h19m
pod/jiazozifs-api-runnerdeploy-4nfx6-82ds7 1/2 CreateContainerConfigError 0 20m
pod/jiazozifs-api-runnerdeploy-n8nrb-2mkj6 2/2 Running 0 2m15s
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
service/actions-runner-controller-metrics-service ClusterIP 10.43.40.92 <none> 8443/TCP 5h19m
service/actions-runner-controller-webhook ClusterIP 10.43.75.147 <none> 443/TCP 5h19m
NAME READY UP-TO-DATE AVAILABLE AGE
deployment.apps/actions-runner-controller 1/1 1 1 5h19m
NAME DESIRED CURRENT READY AGE
replicaset.apps/actions-runner-controller-7f8774cc9 1 1 1 5h19m
not sure why have a error runner.
when test okay, i want to install another namespace, successful
root@kenlabs-2:~/k8s_deployment# kubectl -n jiaozifs get pods
NAME READY STATUS RESTARTS AGE
jiaozifs-api-pg-db-deployment-97589c4cc-wk752 1/1 Running 0 4d2h
jiaozifs-backend-api-deployment-7cb98fcbdc-hms54 1/1 Running 0 5h2m
jiaozifs-ui-deployment-6b485cf48b-8httx 1/1 Running 0 31h
jiazozifs-api-runnerdeploy-nj56q-28tsc 2/2 Running 0 9m58s
testrunner-debug-2 1/1 Running 0 4d1h
and finally want to delete runner in actions-runner-system, only kee runner in jiaozfs. what should i do.
i have try to force remove in github runner details but not work.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
i have several runner but not useful, i have no idea to remove this.
install runner flow this doc https://github.com/actions/actions-runner-controller/blob/master/docs/deploying-arc-runners.md
runner yaml
in the beginning, install a runner in actions-runner-system
not sure why have a error runner.
when test okay, i want to install another namespace, successful
and finally want to delete runner in actions-runner-system, only kee runner in jiaozfs. what should i do.
i have try to force remove in github runner details but not work.
Beta Was this translation helpful? Give feedback.
All reactions