dgkanatsios / azuregameserversscalingkubernetes

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

Errors during DGS delete #8

Closed dgkanatsios closed 6 years ago

dgkanatsios commented 6 years ago

When you delete a DedicatedGameServerCollection, some errors are logged into the console

Example:

INFO[0072] Event(v1.ObjectReference{Kind:"Pod", Namespace:"default", Name:"openarena-collection-example-ifzdl", UID:"0a1a0d34-91b9-11e8-81bc-aaf3f78eddce", APIVersion:"v1", ResourceVersion:"
236963", FieldPath:""}): type: 'Warning' reason: 'Error in getting the DedicatedGameServer' dedicatedgameservers.azuregaming.com "openarena-collection-example-ifzdl" not found
INFO[0072] dedicatedgameservers.azuregaming.com "openarena-collection-example-ayqki" not found
E0727 19:21:53.103336    3217 PodController.go:160] error syncing 'default/openarena-collection-example-ayqki': dedicatedgameservers.azuregaming.com "openarena-collection-example-ayqki" not
found

We should check if they can be removed.

dgkanatsios commented 6 years ago

Fixed in #11