Carter

Results 118 comments of Carter

I need something like this to support integration tests using HBase. HBase servers register their hostnames to ZooKeeper, and clients connect to ZooKeeper to look up an HBase server. Therefore,...

The problem is that `spark-submit` 3.x handles `local://` values for `--jars` differently than 2.4.x. You can see the difference in the configmap created by `spark-submit`. With 2.4.x, `spark-submit --jars local://my/directory/*`...

I agree, feel free to open a PR with your fix; otherwise I'll try to get to this soon.

I don't have any concerns with increasing this value, because the current default is mostly arbitrary. However, we don't want to mask issues such as https://github.com/DataDog/datadog-agent/issues/12997, so we shouldn't increase...

Oh interesting, it sounds like Arch is just using the maximum possible value. From [`proc` manual](https://man7.org/linux/man-pages/man5/proc.5.html): > /proc/sys/kernel/pid_max (since Linux 2.5.34) > This file specifies the value at which PIDs...

I think it makes sense to configure it here, because the AL2 AMI is not assuming Kubernetes usage (and it is late in its support cycle). @tzneal the failure mode...

Seems fine to me. @equick can you take a look at our [updated PR testing doc](https://github.com/awslabs/amazon-eks-ami/blob/master/CONTRIBUTING.md#testing-changes) and add details on how you validated this change? For reference, [this k8s blog...

I suggested it, because: 1. When you only want to set a parameter or two, like in @suket22 's example, it feels a little silly to throw that in a...

I'd like to get some more context on how `eksctl` intends to leverage this change. This PR is essentially moving [this block](https://github.com/weaveworks/eksctl/blob/main/pkg/nodebootstrap/assets/scripts/bootstrap.al2.sh#L17-L20) into our bootstrap script. There's logic to create...

Are you defining your own bootstrap command? It appears that `$ecr_password` is empty when the script reaches this line:https://github.com/awslabs/amazon-eks-ami/blob/master/files/pull-sandbox-image.sh#L16 So `containerd` is prompting for a password from the tty, and...