Michael Irwin
Michael Irwin
I've been experimenting with this as well, but instead of using a separate tool that generates the manifests or relying on something that's deployed in the cluster, I'm simply using...
Same thing occurred to me (error logs and all) when I downloaded the YAML files and applied them using kustomize (made my own kustomization.yaml file). When I added the `namespace`...
I also have this need. I have the keys on my local machine and am trying to run k3sup on a bastion host that will be operating on a machine...
I ran into this today. It's probably because the plugin has hard-coded values for the access key, secret, and region. You'll have to update your shell and any other code...
I, too, would like to see this flag added. The method to use `--kubelet-extra-args` should be avoided as the kubelet docs indicate the `max-pods` flag is [deprecated](https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/) (can't deep-link on...
But, I'd also like to see a value that can go above what the ENI-based max allows, as not everyone that uses the EKS-optimized AMI is using the VPC CNI...
Sounds great! I can add a dedicated JS section as well. As a separate question... have you considered extending the controller to serve as a webhook to automatically add the...
> We have not invested in this because we're looking more into adopting the solution from EKS at this point, but we would welcome contributions adding this. Yeah... we started...
Alrighty... I've added the snippet for the JS SDK. I didn't include a link to an example repo, as I couldn't find one. But, I did find a docker image...
And added the link to the repo. Thanks for making and pushing that 👍