om agones integration 源码
与Open Match的Agones示例集成 集成的目标是使本地/集群外游戏后端和前端与使用simple-udp游戏安装在不同名称空间中的Agones和Open Match的远程集群通信。 第1步-创建集群: gcloud container clusters create integration --cluster-version=1.12 \ --tags=integration --scopes=gke-default --num-nodes=4 --machine-type=n1-standard-8 第2步-为过去的用户创建节点池: gcloud container node-pools create agones-system \ --cluster=integration \ --node-taints agones.dev/agones-system=tru
用户评论