valheim-k8s icon indicating copy to clipboard operation
valheim-k8s copied to clipboard

valheim game-server on kubernetes

Results 13 valheim-k8s issues
Sort by recently updated
recently updated
newest added

Adding some additional features that are commonly used with load balancers. Namely: - loadBalancerIP - externalTrafficPolicy - service annotations Let me know if there is anything else needed for this...

Adds a configurable value for loadBalancerIP in the service object

To avoid surprise world-data loss when upgrading or modifying charts, I'd suggest marking the world-data PVC with the [`"helm.sh/resource-policy": keep`](https://helm.sh/docs/howto/charts_tips_and_tricks/#tell-helm-not-to-uninstall-a-resource) annotation. It might make sense for this to be configurable...

Using the Release name in the k8s object names ensures that multiple installations of the chart in a single namespace cannot conflict, and also helps identify resources that belong together....

There are two important use-cases for custom annotations on services: * Integrating with things like external-dns to auto-register a DNS entry for the Service when the [`external-dns.alpha.kubernetes.io/hostname`](https://github.com/kubernetes-sigs/external-dns/blob/master/docs/faq.md#how-do-i-specify-a-dns-name-for-my-kubernetes-objects) annotation is present,...

Adds option to open http status port and start http status server. Builds on #30 Could start working on #23

Hello, I'm passing such values: ``` worldName: "ZadupieNowe3" serverName: "NieliszCycowNiemce" password: "secret" storage: kind: "persistentVolumeClaim" pvc: storageClassName: "longhorn" size: 5Gi serverStorage: kind: "persistentVolumeClaim" pvc: storageClassName: "longhorn" size: 5Gi ``` and...

For whatever reason, GCP Autopilot K8s clusters set an ephemeral storage limit of 1Gi: https://cloud.google.com/kubernetes-engine/docs/concepts/autopilot-overview#default_container_resource_requests This seems to be exceeded, at least during initial setup. I get errors in the...

- [ ] GKE - [ ] AWS - [ ] Digital Ocean - [ ] Azure * The only real difference between theses providers, assuming managed clusters, would be...

This is more or less a painful unresolved Microsoft issue, but it is not possible to use the a Microsoft Azure load balancer udp rule without a tcp/http health probe....