Re Alvarez Parmar
Re Alvarez Parmar
Do you have EKS specific documentation about using Humanitec with EKS?
Do you have a blog post that walks through the content? Slide deck by itself is not very useful.
I have the same problem on 2.9.2. The driver pod completes but the worker pod keeps running. Disabling xcom push gets rid of this problem.
Another use case is when you'd like to _prewarm_ nodes at scheduled times. Currently, customers have to wait for Karpenter to provision nodes when pods are pending or create dummy...
I've create a BR NodePool with the following configuration: ```yaml [settings.kernel.sysctl] "user.max_user_namespaces" = "16384" "vm.max_map_count" = "262144" ``` Yet, when I start a pod with `hostUsers: false`, the Pod remains...
I disabled seccomp (and apparmor for good measure) but still couldn't get past the error. Here's my manifest: ```yaml apiVersion: apps/v1 kind: Deployment metadata: name: user-namespace-test namespace: default spec: replicas:...
Thanks @andrew-aiken! I successfully ran pods with `hostUsers = false` on BR 1.33 nodes. After upgrading both the cluster and node group to 1.34, it continues working as expected. Puzzling...