Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
-
Forked from aws/aws-app-mesh-controller-for-k8s
A controller to help manage App Mesh resources for a Kubernetes cluster.
Go
-
-
-
Forked from awsdocs/amazon-eks-user-guide
The open source version of the Amazon EKS user guide. You can submit feedback & requests for changes by submitting issues in this repo or by making proposed changes & submitting a pull request.
269 contributions in the last year
Contribution activity
October 2020
Created a pull request in kubernetes/kubernetes that received 5 comments
reconcile AWS NLB attributes on service creation
What type of PR is this? /kind bug What this PR does / why we need it: The NLB attributes are now reconciled immediately after creating the load b…
- Undo resourceName restriction on leader election role
- Add readiness gate documentation
- Allow patch for events
- Tighten RBAC permissions
- use numeric target group if available
- Target group name based on target port
- Update configurations doc
- Installation guide
- Fix NLB model for supporting multiple certificate ARNs
- Add e2e tests for NLB IP mode
- Fix addons_config default values
- Add support for specifying source ranges for NLB
- Add feature gates for ALB addons
- Enable security hardening options
- [aws-load-balancer-controller] Fix RBAC permissions on leader election role
- Tighten leader election role
- Update toplevel README
- [aws-load-balancer-controller] Release chart v1.0.0
- [aws-load-balancer-controller] revert to rc4
- [aws-load-balancer-controller] Update to aws load balancer controller v2
- Allow configuring ingress class
- Update to aws load balancer controller rc3
- populate default securityContext
- add readinessGate doc into website and migration guide
- fix RBAC permission
- update docs website link
- update install doc and migration iam policy
- refine logos in readme
- fix typo in the migration docs
- update migration doc to include more information
- add TargetGroupBinding docs
- updating the 2048 game example
- add bages to readme
- add v2.0.0 manifest and strict leaderelection rbac
- fix aws session metrics
- add liveness probe and adjust cpu/mem limit
- fix eniInfo parsing from annotation
- optimize the memory usage and fix bugs
- improve performance
- multiple bug fixes for v2.0.0-rc4
- cutting v2.0.0-rc4 release
- [Bug Fix] Handle TargetGroupBinding's networking changed from non-nil to nil
- Respect region settings when get SDK credentials with IAMForSA support
- Make annotation based forward action backwards-compatible when numeric port is used.
- echo controller version at startup and remove --master flag
- Add default AWS API throttle config for WAF/WAFv2
- multiple bug fix and code style changes
- add e2e test for Ingress
- Some pull request reviews not shown.
- Fix for appmesh-controller CI failure
- [aws-load-balancer-controller] Allow VPC ID override
- [appmesh-controller] restrict leader election RBAC permissions
- organize repo management scripts
- [aws-load-balancer-controller] allow --aws-region override
- aws-node-termination-handler: v1.9.0
- Update IAM policies for appmesh-controller
- [aws-load-balancer-controller] Add support for additional pod annotations and labels
Created an issue in coredns/coredns that received 6 comments
forward plugin issues with truncated responses without force_tcp or prefer_udp config
What happened: When either prefer_udp or force_tcp options are not set in the forward config, CoreDNS follows the client protocol when talking to …