dgkanatsios / azuregameserversscalingkubernetes

Scaling Dedicated Game Servers on Azure Kubernetes Service
MIT License
39 stars 16 forks source link

Error while running OpenArena Pods #70

Open uthappa123 opened 4 years ago

uthappa123 commented 4 years ago

Unable to get the pods running post the last step:

kubectl get pods NAME READY STATUS RESTARTS AGE openarena-adjjh-bsuvw 0/1 Completed 0 14m openarena-kiaoy-iaijg 0/1 Completed 0 14m openarena-lkkvy-lvqdz 0/1 Completed 0 14m openarena-rcrzp-owwdf 0/1 Completed 0 14m openarena-utwna-cnknn 0/1 Completed 0 14m

kubectl logs openarena-adjjh-bsuvw Starting: /data/oa_ded.x86_64 +set dedicated 2 +set fs_homepath /data/openarena +set net_port 27960 +exec server_config_openarena-adjjh.cfg +map dm4ish Start processing stdbuf: failed to run command '/data/oa_ded.x86_64': No such file or directory Finished processing

I checked on the Azure File share, I could not find '/data/oa_ded.x86_64' file. However, I do see bunch of .cfg files. (see attached)

image

dgkanatsios commented 4 years ago

The file is missing, probably you didn't copy all the files from openarena? That's how mine is looking

image