TJ Zimmerman

Results 29 comments of TJ Zimmerman

Second, I am using Keycloak as my OIDC provider. You can see my JWT Issuer rules in the `RequestAuthentication` resource above. If these lines are commented out, `/productpage` will return...

**EDIT**: It appears that the user associated with the certificates in my `~/.kube/config` file doesn't have the required permissions to list resources in the cluster as indicated by the following...

Hi @cbluth, I implemented the steps in that Bitnami guide as an Ansible playbook found [here](https://github.com/zimmertr/Kubernetes-Manifests/blob/master/Grafana/provision.yml). [Here](https://github.com/zimmertr/Kubernetes-Manifests/blob/master/Grafana/manifests/cr_prometheus.yml.j2) is the ClusterRole that the user uses and [here](https://github.com/zimmertr/Kubernetes-Manifests/blob/master/Grafana/manifests/crb_prometheus.yml.j2) is how it is...

I am so excited for this!

If you're using Proxmox someone has recently started developing a CSI driver that works with ZFS, LVM, Local, etc. Storage types. [I'm](https://github.com/zimmertr/Kubernetes-Manifests/tree/main/storage#proxmox-csi-driver) using [it](https://github.com/sergelogvinov/proxmox-csi-plugin) with ZFS quite happily now.

Review the hyperlinks you quoted 😉 As for Nutanix, no. The plugin directly interacts with the Proxmox API. But if it works it works well. I'm directly using block storage...

This is a great idea. I currently use [Ansible](https://github.com/zimmertr/Bootstrap-Proxmox/tree/main/roles/create_user) to do so and would love to replace that role.

Also seeing it with the latest version of ArgoCD and K8s when targeting this `kustomization.yml` file with an ApplicationSet using the `git` generator with `spec.template.spec.syncPolicy.syncOptions["CreateNamespace=true"]` set. ```yaml # https://www.talos.dev/v1.5/kubernetes-guides/configuration/deploy-metrics-server/ resources:...