jeremylvln / Shulker

A Kubernetes operator for managing complex and dynamic Minecraft infrastructures, including game servers and proxies.
https://shulker.jeremylvln.fr/
GNU Affero General Public License v3.0
182 stars 14 forks source link

Mount volumes on ProxyFleets #465

Closed TehNeon closed 6 months ago

TehNeon commented 6 months ago

What happened?

I'm not sure whether to classify this as a bug or a feature request. ProxyFleets are unable to define volumes or volumeMounts in the podOverrides, where as the MinecraftServerFleet allows it to.

What components are involved in your issue?

Operator

Version

0.7.0

Kubernetes Version

1.27

Relevant log output

No response

Code of Conduct

jeremylvln commented 6 months ago

Hi @TehNeon !

I was thinking it was not really needed for the proxies, but you are right, it's better for consistency to be able to do it on both. Would you mind share your usecase for my personal knowledge?

TehNeon commented 6 months ago

Hi @TehNeon !

I was thinking it was not really needed for the proxies, but you are right, it's better for consistency to be able to do it on both. Would you mind share your usecase for my personal knowledge?

In my usecase, I'm trying to mount ConfigMaps which hold connection information for databases for some of my plugins.

I also may have found another issue with imagePullSecrets not getting applied correctly, but I still have some experimentation to do with that before potentially creating an issue for it.

github-actions[bot] commented 6 months ago

:tada: This issue has been resolved in version 0.8.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: