Vegard Stenhjem Hagen

Results 12 issues of Vegard Stenhjem Hagen

### Is there an existing issue for this? - [X] I have searched the existing issues ### What happened? I'm trying to create a Gateway that combines both HTTPS and...

kind/bug
needs/triage
kind/community-report
sig/agent
area/servicemesh
feature/k8s-gateway-api

**Describe the bug**: I'm trying to create a Gateway where I use both a HTTPS listener with a certificate provided by Cert-manager, and a TLS listener with TLS-passthrough. ```yaml apiVersion:...

kind/bug
priority/important-longterm
lifecycle/stale

### Pull Request Motivation I've tried to fix #6985 combining HTTPS listeners with TLS-termination and TLS listeners with TLS-passthrough that I reported earlier. I'm unsure if this change will introduce...

release-note
kind/bug
needs-ok-to-test
size/M
dco-signoff: yes

I would like a new resource for managing "standalone" VM disks, e.g. `virtual_environment_disk`. Creating a new VM disk is possible by sending a POST call to the `/api2/json/nodes/{node}/storage/{storage}/content` endpoint ref...

:sparkles: enhancement
lifecycle:acknowledged
priority:P1

Netbird 0.29.0 introduces its own relay service based on websockets. Chang over to this mechanism instead of using coturn. https://github.com/netbirdio/netbird/releases/tag/v0.29.0 https://github.com/netbirdio/netbird/issues/2566

enhancement

NetBird currently uses `preferred_username` as `AUTH_USER_ID_CLAIM` which is unsafe as it can be changed. Preferably the `sub` claim should be used as it's guaranteed immutable. See [this Authelia discussion](https://github.com/authelia/authelia/discussions/7185#discussioncomment-12344967). At...

Double check that the [Intel NFD rules](https://github.com/vehagn/homelab/blob/162aeaced344abdfd8340c5d56b7495f29eb9432/k8s/infra/controllers/node-feature-discovery/kustomization.yaml#L7) are properly referenced.

bug

Netbird [v0.36 ](https://github.com/netbirdio/netbird/releases/tag/v0.36.0) added rootless client container support. Switch to this (safer) rootless container using netstack mode: https://docs.netbird.io/how-to/netbird-on-faas#how-to-enable-netstack-mode

enhancement
article

Bootstrap cluster with [Proxmox CCM](https://github.com/sergelogvinov/proxmox-cloud-controller-manager) (private repo [commit](https://github.com/olav-st/homelab/commit/77d5c46810aec1b1c2f8f4da49631bcabc978f8e) for inspiration). Using Proxmox CCM should automatically apply topology labels (now manually applied in machine-config [here](https://github.com/vehagn/homelab/blob/acd6052af7a91f8209cbfb1d0a613906a8a0f814/tofu/kubernetes/talos/machine-config/control-plane.yaml.tftpl#L5-L6)) for use with e.g. [Proxmox CSI...

enhancement
article

Currently a bit wonky `inlineManifests` [implementation](https://github.com/vehagn/homelab/blob/main/tofu/kubernetes/talos/machine-config/control-plane.yaml.tftpl#L24-L37). @roeldev has an imho better implementation in [iac-talos-cluster](https://github.com/roeldev/iac-talos-cluster). The [machine config `inlineManifests`](https://github.com/roeldev/iac-talos-cluster/blob/bc0183ac045d36c64b92294ef8ab2ed281392f7a/talos-config/control-plane.yaml.tpl#L38) variable is configured using a [`terraform_data` resource](https://github.com/roeldev/iac-talos-cluster/blob/bc0183ac045d36c64b92294ef8ab2ed281392f7a/talos-boot.tf#L1-L27) with [jsonencoded output](https://github.com/roeldev/iac-talos-cluster/blob/bc0183ac045d36c64b92294ef8ab2ed281392f7a/talos-boot.tf#L55). This allows...

enhancement
article