You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Created two distinct aws-auth-init jobs. The replace job will ignore changes to the job image. This will prevent the configmap managed by terraform from being deleted when the cluster version changes. On the other hand, we want the patch job to run any time the roles, users, or accounts change as well as when the job image changes. This will ensure that the version of kubectl always matches the version of the cluster.
Added self_managed_node_groups to the example and replace and patch tests.
Added terraform-docs to example README's.
Added terraform example snippets to the example README's.
Default image_tag the the Kubernetes server version retrieved from the aws_eks_cluster data resource.
Added github actions for release, pre-title, and stale-actions.