Skip to content

Commit

Permalink
docs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
omidraha committed Aug 8, 2023
1 parent 2130cda commit 1001908
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions src/aws/eks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -437,3 +437,29 @@ https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.2/guide/servic
https://docs.aws.amazon.com/eks/latest/userguide/network-load-balancing.html

https://cloud.google.com/anthos/clusters/docs/multi-cloud/aws/how-to/network-load-balancing#internet-facing-nlb

Elastic network interfaces
**************************

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html?shortFooter=true#AvailableIpPerENI

Increase the amount of available IP addresses for your Amazon EC2 nodes
************************************************************************

https://docs.aws.amazon.com/eks/latest/userguide/cni-increase-ip-addresses.html

https://github.com/terraform-aws-modules/terraform-aws-eks/issues/2297

https://github.com/pulumi/pulumi-eks/issues/611

https://github.com/pulumi/pulumi-eks/issues/633

https://github.com/pulumi/pulumi-eks/issues/609

.. code-block:: bash
node_user_data="""
#!/bin/bash
set -o xtrace
/etc/eks/bootstrap.sh --apiserver-endpoint '${var.cluster_endpoint}' --b64-cluster-ca '${var.cluster_ca_data}' '${var.cluster_name}' --use-max-pods false --kubelet-extra-args '--max-pods=6'
""",

0 comments on commit 1001908

Please sign in to comment.