1 changed file
.envrc-python + | ||
Add comment 1 Plus #
Add comment 2 Plus # Author: Hari Sekhon
Add comment 3 Plus # Date: 2025-01-01 01:43:27 +0700 (Wed, 01 Jan 2025)
Add comment 4 Plus #
Add comment 5 Plus # vim:ts=2:sts=2:sw=2:et
Add comment 6 Plus #
Add comment 7 Plus # https///github.com/HariSekhon/Templates
Add comment 8 Plus #
Add comment 9 Plus # License: see accompanying Hari Sekhon LICENSE file
Add comment 10 Plus #
Add comment 11 Plus # If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback to help steer this or other code I publish
Add comment 12 Plus #
Add comment 13 Plus # https://www.linkedin.com/in/HariSekhon
Add comment 14 Plus #
Add comment 15 Plus
Add comment 16 Plus # https://docs.aws.amazon.com/eks/latest/userguide/updating-an-add-on.html
Add comment 17 Plus
Add comment 18 Plus # eksctl update addon -f update-addon.yaml
Add comment 19 Plus
Add comment 20 Plus ---
Add comment 21 Plus apiVersion: eksctl.io/v1alpha5
Add comment 22 Plus kind: ClusterConfig
Add comment 23 Plus metadata:
Add comment 24 Plus name: MYCLUSTER # XXX: Edit
Add comment 25 Plus region: eu-west-1
Add comment 26 Plus
Add comment 27 Plus addons:
Add comment 28 Plus - name: vpc-cni
Add comment 29 Plus version: latest
Add comment 30 Plus serviceAccountRoleARN: arn:aws:iam::111122223333:role/role-name # XXX: Edit
Add comment 31 Plus resolveConflicts: preserve
Add comment 32 Plus