Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Look up Certificate ARNs that match ingress' #600

Closed
wants to merge 1,189 commits into from
Closed
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jul 24, 2018

  1. Configuration menu
    Copy the full SHA
    451cf25 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2018

  1. Merge pull request kubernetes-sigs#479 from argeualcantara/support-ko…

    …ps-values
    
    Support KOPS values for private/public subnet tags
    bigkraig committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    cd2f3c0 View commit details
    Browse the repository at this point in the history
  2. Add DescribeSSLPolicies to iam-policy.json

    Add `elasticloadbalancing:DescribeSSLPolicies` to work with the `alb.ingress.kubernetes.io/ssl-policy` annotation
    argeualcantara committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    b9230d7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes-sigs#481 from argeualcantara/patch-2

    Add DescribeSSLPolicies to iam-policy.json
    bigkraig committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    459a859 View commit details
    Browse the repository at this point in the history
  4. Updated vendor

    bigkraig committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    e3b1af1 View commit details
    Browse the repository at this point in the history
  5. Breaking dependency on upstream ingress, forked into repo. See TODO-r…

    …epackaging with remaining work
    bigkraig committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    fd51e69 View commit details
    Browse the repository at this point in the history
  6. Working on annotations

    bigkraig committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    6500e62 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8918aaf View commit details
    Browse the repository at this point in the history
  8. Fix node lister

    bigkraig committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    adc7f9c View commit details
    Browse the repository at this point in the history
  9. removed unused files

    bigkraig committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    11e3691 View commit details
    Browse the repository at this point in the history
  10. Fixed ingress hostname sync

    bigkraig committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    078deed View commit details
    Browse the repository at this point in the history
  11. Removed some unused vars

    bigkraig committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    e87c7d9 View commit details
    Browse the repository at this point in the history
  12. Simplified logs

    bigkraig committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    5678844 View commit details
    Browse the repository at this point in the history
  13. Swapped to a pool instead of a waitgroup for assembling ingresses, cu…

    …tting refreshing times for ~180 ALBs down 50% to around 3m40s
    bigkraig committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    91d15ca View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    af63d19 View commit details
    Browse the repository at this point in the history
  15. updated to do list

    bigkraig committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    48d43db View commit details
    Browse the repository at this point in the history
  16. normalized cache names

    bigkraig committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    6bf3311 View commit details
    Browse the repository at this point in the history
  17. updated vendors

    bigkraig committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    628b2f0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    333517f View commit details
    Browse the repository at this point in the history
  19. Updated vendor

    bigkraig committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    da37b00 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    932ba05 View commit details
    Browse the repository at this point in the history
  21. Fixed unit tests

    bigkraig committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    3a94ad4 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5151369 View commit details
    Browse the repository at this point in the history
  23. updated to do list

    bigkraig committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    cda64ff View commit details
    Browse the repository at this point in the history
  24. Fixed makefile

    bigkraig committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    951decb View commit details
    Browse the repository at this point in the history
  25. Fixing a travis test error

    bigkraig committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    1fdc904 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    1c969d4 View commit details
    Browse the repository at this point in the history
  27. Fix a couple of bugs, one with the backoff retry and another with cat…

    …ching errors in batched processes
    bigkraig committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    268af53 View commit details
    Browse the repository at this point in the history
  28. Back off when the ingress can't be assembled, noticed this when an in…

    …gress references a service that doesn't exist.
    bigkraig committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    b4df9b4 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    4717dfc View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    116619b View commit details
    Browse the repository at this point in the history
  31. Implement cidr validation, ignoring the rest of these since we now ha…

    …ve much better error handling/backoffs on bad ingresses.
    bigkraig committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    6a7ef5b View commit details
    Browse the repository at this point in the history
  32. docs cleanup

    bigkraig committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    bff2196 View commit details
    Browse the repository at this point in the history
  33. Removed unused funcs

    bigkraig committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    c6a0928 View commit details
    Browse the repository at this point in the history
  34. removed to do list

    bigkraig committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    8e2e5c3 View commit details
    Browse the repository at this point in the history
  35. Fixed build values

    bigkraig committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    0aef763 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    f632203 View commit details
    Browse the repository at this point in the history
  37. Updated BUILDING doc

    bigkraig committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    47a8c99 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    393cb01 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    4e9163c View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    f7bd577 View commit details
    Browse the repository at this point in the history
  41. Merge pull request kubernetes-sigs#483 from khrisrichardson/repackage…

    …-ingress-addenda
    
    Repackage ingress addenda
    bigkraig committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    8307bf7 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    75d424c View commit details
    Browse the repository at this point in the history
  43. Merge pull request kubernetes-sigs#476 from kubernetes-sigs/repackage…

    …-ingress
    
    Forked upstream ingress
    bigkraig committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    46ac9b9 View commit details
    Browse the repository at this point in the history
  44. removed some unused code

    bigkraig committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    cc9dcc2 View commit details
    Browse the repository at this point in the history
  45. Merge pull request kubernetes-sigs#484 from kubernetes-sigs/code-cleanup

    removed some unused code
    bigkraig committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    a1c9602 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    51664fd View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2018

  1. Configuration menu
    Copy the full SHA
    058a013 View commit details
    Browse the repository at this point in the history
  2. Fix wildcard value

    argeualcantara committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    8d80674 View commit details
    Browse the repository at this point in the history
  3. Update iam-policy.json.

    Without action `"acm:GetCertificate"` alb creation fails in case you have `alb.ingress.kubernetes.io/certificate-arn` declared.
    The error is ```  ERROR   26s (x2 over 1m)  ingress-controller  Error parsing annotations: ACM certificate ARN does not exist. ARN: arn:aws:acm:us-east-1:{acount_id}/certificate/{certificate_id} ```.
    This produced on a managed AWS EKS Cluster.
    stafot committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    eef7edf View commit details
    Browse the repository at this point in the history
  4. Added the option to provide a default target type by creating a stand…

    …ard Configuration object with defaults that is kept in the store.
    bigkraig committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    8f5bbf2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes-sigs#486 from guineveresaenger/contribu…

    …ting
    
    Adds CONTRIBUTING.md file
    bigkraig committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    3f96f8f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7f13876 View commit details
    Browse the repository at this point in the history
  7. Merge pull request kubernetes-sigs#485 from khrisrichardson/helm-name…

    …space-squash
    
    move helm controller values to root
    bigkraig committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    bbcded7 View commit details
    Browse the repository at this point in the history
  8. Merge pull request kubernetes-sigs#491 from stafot/hotfix/acm_certifi…

    …cate_failure_eks
    
    Update iam-policy.json.
    bigkraig committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    3e303f7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2aaf92e View commit details
    Browse the repository at this point in the history
  10. Merge pull request kubernetes-sigs#492 from kubernetes-sigs/471-defau…

    …lt-target-type
    
    Added the option to provide a default target type.
    bigkraig committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    d9939a7 View commit details
    Browse the repository at this point in the history
  11. Changed waf naming to be clear that this is waf regional, not waf. Al…

    …so fixing a bug which disassociated the web acl.
    bigkraig committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    1774390 View commit details
    Browse the repository at this point in the history
  12. Merge pull request kubernetes-sigs#494 from kubernetes-sigs/490-fix

    Fix a bug which disassociated Web ACLs right after associating them
    bigkraig committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    972b6c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2018

  1. TargetGroup names are not unique enough in the current state, if two …

    …services were using the same port they would conflict. This wasn't a problem when services were nodeports only.
    bigkraig committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    7b98e25 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-sigs#497 from kubernetes-sigs/469-fix

    TargetGroup names are not unique enough in the current state
    bigkraig committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    a6565ea View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2018

  1. Configuration menu
    Copy the full SHA
    4683ddf View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2018

  1. Added semver to gopkg

    lareeth committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    9c40d62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c97591a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7bb2c8c View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes-sigs#508 from kubernetes-sigs/refactor-lb

    small refactoring in lb to start to unravel managed sg
    bigkraig committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    0542190 View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes-sigs#503 from lareeth/feature/kubelet-1…

    …10-providerid
    
    Kubernetes 1.11 has removed ExternalID
    bigkraig committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    dcf3d44 View commit details
    Browse the repository at this point in the history
  6. minor code clarifications

    bigkraig committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    c5a4746 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4dbd0de View commit details
    Browse the repository at this point in the history
  8. Fixing some unnecessary reconcilng errors and TD diffing issues. Defa…

    …ulting to the 0.0.0.0/0 cidr in the annotation rather than in random funcs, allows for proper needsMods() and strip the AZ when we diff the TD because AWS handles adding the az for us and it can never change.
    bigkraig committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    3b7e6ce View commit details
    Browse the repository at this point in the history
  9. Fixed tests

    bigkraig committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    e86c1e2 View commit details
    Browse the repository at this point in the history
  10. Removed wrong comment

    bigkraig committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    96c2f0d View commit details
    Browse the repository at this point in the history
  11. Merge pull request kubernetes-sigs#510 from kubernetes-sigs/467-pod-m…

    …anagedsg
    
    Attaches the managed SG to the instances running the pods
    bigkraig committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    54f942d View commit details
    Browse the repository at this point in the history
  12. Stop pruning the desired targets by the health api call, this strippe…

    …d out all new nodes from desired state. Instead, when fetching all of the nodes from the cluster, only grab the "running" nodes and cache those API calls for a few minutes
    bigkraig committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    8f0e403 View commit details
    Browse the repository at this point in the history
  13. Merge pull request kubernetes-sigs#512 from kubernetes-sigs/511-fix-b…

    …ad-targets
    
    Leverage the EC2 state when building a list of cluster nodes
    bigkraig committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    60eeb3d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    29b6d52 View commit details
    Browse the repository at this point in the history
  15. Typo in backend

    bigkraig committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    3d023ea View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e6c46f4 View commit details
    Browse the repository at this point in the history
  17. Merge pull request kubernetes-sigs#513 from kubernetes-sigs/501-fix-b…

    …ackend-protocol
    
    Correct typo in backend-protocol annotation
    bigkraig committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    0be9f73 View commit details
    Browse the repository at this point in the history
  18. 1.0-beta.5

    bigkraig committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    b4668ea View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e577750 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2de6ad4 View commit details
    Browse the repository at this point in the history
  21. Merge pull request kubernetes-sigs#515 from kubernetes-sigs/default-s…

    …cheme
    
    Set the scheme to internal by default, the only required annotation
    bigkraig committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    0363ab8 View commit details
    Browse the repository at this point in the history
  22. Added missing IAM policy

    bigkraig committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    a7e95af View commit details
    Browse the repository at this point in the history
  23. Merge pull request kubernetes-sigs#516 from kubernetes-sigs/1.0-beta.5

    Added missing IAM policy
    bigkraig committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    86624c4 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    a87d3a5 View commit details
    Browse the repository at this point in the history
  25. Merge pull request kubernetes-sigs#517 from kubernetes-sigs/1.0-beta.5

    Cache node lookup errors for a shorter time
    bigkraig committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    9e4e724 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2018

  1. Catch DescribeInstanceStatus errors and throw them to prevent removin…

    …g instances from target groups
    bigkraig committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    7994681 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-sigs#518 from kubernetes-sigs/1.0-beta.5

    Catch DescribeInstanceStatus errors
    bigkraig committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    9784bdb View commit details
    Browse the repository at this point in the history
  3. Improve error message

    bigkraig committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    35d5bf0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes-sigs#519 from kubernetes-sigs/1.0-beta.5

    Improve error message
    bigkraig committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    2894ebf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8351be1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f25a453 View commit details
    Browse the repository at this point in the history
  7. Merge pull request kubernetes-sigs#523 from kubernetes-sigs/499-walkt…

    …hrough
    
    Added rbac deployment to walkthrough
    bigkraig committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    3f670a2 View commit details
    Browse the repository at this point in the history
  8. Merge pull request kubernetes-sigs#524 from kubernetes-sigs/1.0-beta.5

    Fix a type mismatch that was detected in kubernetes-sigs#507
    bigkraig committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    444ebf9 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2018

  1. updated values table

    kanolato committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    2ef98cd View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-sigs#528 from kanolato/chore/helm-docs

    updated values table
    bigkraig committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    f80ccc0 View commit details
    Browse the repository at this point in the history
  3. Support named ports

    bigkraig committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    bc572ee View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2018

  1. Fixed IAM policy for web-acl

    kumudt committed Aug 5, 2018
    Configuration menu
    Copy the full SHA
    db6f043 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2018

  1. Merge pull request kubernetes-sigs#531 from NestAway/kumudt/waf-iam-p…

    …olicy-fix
    
    Fixes IAM policy for Associating / Dissociating regional waf
    bigkraig committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    a6235ee View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2018

  1. Merge pull request kubernetes-sigs#529 from kubernetes-sigs/472-named…

    …-ports
    
    Support named ports
    bigkraig committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    b3024f8 View commit details
    Browse the repository at this point in the history
  2. It's my understanding from kubernetes/kubernetes#61877 that this is d…

    …eprecated in 1.11 and not 1.10
    bigkraig committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    1249955 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes-sigs#535 from kubernetes-sigs/534-exter…

    …nalid
    
    Continue to use the deprecated node external id through 1.10
    bigkraig committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    b654744 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2018

  1. Support the default IngressBackend configuration in the ingress spec.…

    … There is one outstanding issue which will occur if there are multiple listeners with different default backends that needs to be addressed.
    bigkraig committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    ec0e55e View commit details
    Browse the repository at this point in the history
  2. Cleaned up tags

    bigkraig committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    76be1a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18d82b6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes-sigs#537 from kubernetes-sigs/405-ingre…

    …ssbackend
    
    Support default IngressBackends
    bigkraig committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    5d7b84c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5210dd8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request kubernetes-sigs#538 from bigkraig/simplify-tg-name

    Made the TG hashed name longer
    bigkraig committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    9f321d0 View commit details
    Browse the repository at this point in the history
  7. Fixed invalid target type

    bigkraig committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    60bdf8a View commit details
    Browse the repository at this point in the history
  8. Merge pull request kubernetes-sigs#539 from bigkraig/master

    Fixed invalid target type created in kubernetes-sigs#538
    bigkraig committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    ed09eaa View commit details
    Browse the repository at this point in the history
  9. An ingress can be created before pods exist, in that case do not try …

    …to register an empty list of targets
    bigkraig committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    2156906 View commit details
    Browse the repository at this point in the history
  10. Merge pull request kubernetes-sigs#540 from bigkraig/master

    Don't register empty lists of targets
    bigkraig committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    30bdaf0 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2018

  1. Configuration menu
    Copy the full SHA
    9d0ce09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddfa984 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0ab5d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b348cf9 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2018

  1. Changed to include a http to https redirect example in docs and fixed…

    … a constant reconcile bug
    bigkraig committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    39cca8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    851e37c View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes-sigs#542 from bigkraig/custom-actions

    Customized ALB actions
    bigkraig committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    51c425e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0cd2e4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes-sigs#544 from bigkraig/use-aws-native-t…

    …argettype
    
    Changed target type 'pod' to 'ip' which better matches AWS
    bigkraig committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    dad6c15 View commit details
    Browse the repository at this point in the history
  6. 1.0-beta.6

    bigkraig committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    521c924 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d9bae88 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7a508aa View commit details
    Browse the repository at this point in the history
  9. Corrected docs

    bigkraig committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    238badb View commit details
    Browse the repository at this point in the history
  10. Merge pull request kubernetes-sigs#547 from bigkraig/546-docs

    Missed a couple of mentions of `pod` in the docs
    bigkraig committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    86ceee1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2901016 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    92cc1fc View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2018

  1. Configuration menu
    Copy the full SHA
    877de6a View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-sigs#553 from bigkraig/550-eksctl-docs-…

    …update
    
    Updated the docs to build a cluster with eksctl
    bigkraig committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    2b03874 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes-sigs#549 from bendrucker/validate-provi…

    …der-id
    
    Validate node's providerID in case it's empty
    bigkraig committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    4ed2700 View commit details
    Browse the repository at this point in the history
  4. Fixing a bunch of stuff with metrics. We did not delete labels if we …

    …hit 0 on managed ingresses and we did not count ingress reconcile/assembly errors
    bigkraig committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    824b282 View commit details
    Browse the repository at this point in the history
  5. Fixed a test

    bigkraig committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    c7cccea View commit details
    Browse the repository at this point in the history
  6. Merge pull request kubernetes-sigs#554 from bigkraig/metrics

    Fixing some prometheus measurements
    bigkraig committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    27f2048 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2018

  1. Configuration menu
    Copy the full SHA
    baabbfe View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2018

  1. walkthrough.md: fix indentation for code block

    Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
    gyuho committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    ab52ece View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-sigs#564 from gyuho/patch-1

    walkthrough.md: fix indentation for code block
    bigkraig committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    43364b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc2afc8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes-sigs#565 from kubernetes-sigs/revert-56…

    …4-patch-1
    
    Revert "walkthrough.md: fix indentation for code block"
    bigkraig committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    f911acc View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes-sigs#562 from DataDog/lbernail/support-…

    …secondary-cidrs
    
    [elbv2/PopulateAZ] Support VPC with secondary CIDR ranges
    bigkraig committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    d48e7aa View commit details
    Browse the repository at this point in the history
  6. walkthrough.md: fix indentation for code block

    Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
    gyuho committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    7a9d8d3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7f982b6 View commit details
    Browse the repository at this point in the history
  8. Merge pull request kubernetes-sigs#567 from bigkraig/557

    Updated 2048 annotations to correct target-type var
    bigkraig committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    8d92a83 View commit details
    Browse the repository at this point in the history
  9. Merge pull request kubernetes-sigs#566 from gyuho/patch-1

    walkthrough.md: fix indentation for code block
    bigkraig committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    d22ecd2 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2018

  1. Configuration menu
    Copy the full SHA
    0af4585 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-sigs#571 from r0fls/update-ing-status-l…

    …b-empty
    
    sync ingress status when status.loadbalancer is empty
    bigkraig committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    734cbf1 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2018

  1. cmd/main.go: remove unnecessary blank line

    Just nits. Thanks!
    
    Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
    gyuho committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    bcbeec8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-sigs#581 from gyuho/minor-format

    cmd/main.go: remove unnecessary blank line
    bigkraig committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    1e5cbe9 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2018

  1. internal/*: remove blank lines (minor)

    Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
    gyuho committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    bca15be View commit details
    Browse the repository at this point in the history
  2. Update walkthrough

    Fixed wrong spelling
    pauloancheta committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    8fc423c View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes-sigs#585 from pauloancheta/patch-1

    Fix spelling for walkthrough
    bigkraig committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    a8d5758 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2018

  1. Merge pull request kubernetes-sigs#583 from gyuho/minor

    internal/*: remove blank lines (minor)
    bigkraig committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    9470da5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91b5f5d View commit details
    Browse the repository at this point in the history
  3. fix ingress controller

    M00nF1sh committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    dcf418e View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2018

  1. update

    M00nF1sh committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    1ba33a8 View commit details
    Browse the repository at this point in the history
  2. update

    M00nF1sh committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    50e0869 View commit details
    Browse the repository at this point in the history
  3. update

    M00nF1sh committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    06890bb View commit details
    Browse the repository at this point in the history
  4. update

    M00nF1sh committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    8cc0708 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a396584 View commit details
    Browse the repository at this point in the history
  6. Added tests

    bigkraig committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    b04bace View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2018

  1. update

    M00nF1sh committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    e867ffc View commit details
    Browse the repository at this point in the history
  2. update

    M00nF1sh committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    cb94547 View commit details
    Browse the repository at this point in the history
  3. added license

    M00nF1sh committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    d9e33f7 View commit details
    Browse the repository at this point in the history
  4. Added M00nF1sh to owners

    bigkraig committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    261785e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f358bb0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request kubernetes-sigs#589 from M00nF1sh/bugfix-namedport

    Support for named targetPort and multi-port service
    bigkraig committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    d71a334 View commit details
    Browse the repository at this point in the history
  7. Merge pull request kubernetes-sigs#590 from bigkraig/487-https-loops

    Filter out redirect loop actions
    M00nF1sh committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    d1782a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2018

  1. Avoid deprecated API

    `NewFilteredSharedInformerFactory` has been deprecated, with `NewSharedInformerFactoryWithOptions` taking its place with no change in behavior.
    cv committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    2f76721 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-sigs#596 from cv/master

    Avoid deprecated SharedInformerFactory API
    bigkraig committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    0c47954 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2018

  1. Configuration menu
    Copy the full SHA
    45bf03a View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2018

  1. Subnet tag value

    NickLarsenNZ committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    2df2be7 View commit details
    Browse the repository at this point in the history
  2. subnet tag value

    NickLarsenNZ committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    e15b415 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24795c9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes-sigs#609 from r0fls/helm-liveness-delay

    wait readiness delay for liveness to start
    k8s-ci-robot committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    afe7a19 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    53a9e2c View commit details
    Browse the repository at this point in the history
  6. Catching a nil pointer error

    bigkraig committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    52d2fb1 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2018

  1. Configuration menu
    Copy the full SHA
    d000590 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8233011 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b56b03 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a774706 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    500c08b View commit details
    Browse the repository at this point in the history
  6. Merge pull request kubernetes-sigs#611 from r0fls/configureable-readi…

    …ness-probe
    
    configurable readiness delay in helm chart
    k8s-ci-robot committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    df5bc6a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e7e8ba3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d8445c3 View commit details
    Browse the repository at this point in the history
  9. Leveraging GetResourcesPages

    bigkraig committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    c94f4b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2018

  1. Tag set to 1 or empty

    NickLarsenNZ committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    be1eb91 View commit details
    Browse the repository at this point in the history
  2. Tag set to 1 or empty

    NickLarsenNZ committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    69b1275 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes-sigs#607 from NickLarsenNZ/subnet-tag-d…

    …oc-update
    
    Subnet tag doc update
    k8s-ci-robot committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    ddfe2b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a777672 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    86cb17e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    25d2535 View commit details
    Browse the repository at this point in the history
  7. Merge pull request kubernetes-sigs#610 from kubernetes-sigs/listener-…

    …nil-pointer
    
    Catching a nil pointer error
    k8s-ci-robot committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    c3632cc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5fae11d View commit details
    Browse the repository at this point in the history
  9. Merge pull request kubernetes-sigs#617 from kubernetes-sigs/616-run-h…

    …ealthchecks-at-init
    
    Start to execute AWS healthchecks prior to syncing state
    k8s-ci-robot committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    9d0cebc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d6102ad View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a6bc4c7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    841300b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a0573d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2018

  1. Merge pull request kubernetes-sigs#615 from kubernetes-sigs/defaultba…

    …ckend-404
    
    Set the ingress default backend to a 404 response
    k8s-ci-robot committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    c141fa9 View commit details
    Browse the repository at this point in the history
  2. Extract generateID and add tests

    cv committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    f4e19af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54f7333 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b2830d View commit details
    Browse the repository at this point in the history
  5. Use previously-defined constant

    cv committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    5322ab3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f557269 View commit details
    Browse the repository at this point in the history
  7. Move private func to bottom

    cv committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    477d0d4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6320eab View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e745520 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    32a20ef View commit details
    Browse the repository at this point in the history
  11. Test hygiene, add error case

    cv committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    6b15f1f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    619fd31 View commit details
    Browse the repository at this point in the history
  13. Bump to 500 items per page

    cv committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    117ca42 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2314b26 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6f36877 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8ba9861 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9355b45 View commit details
    Browse the repository at this point in the history
  18. Clearer name (thanks @rifelpet)

    cv committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    7fd22d4 View commit details
    Browse the repository at this point in the history
  19. Avoid nil

    cv committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    62b5712 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    acdd2f5 View commit details
    Browse the repository at this point in the history
  21. Merge pull request kubernetes-sigs#620 from cv/extract-generate-id

    Extract generateID and add tests
    k8s-ci-robot committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    a126a2e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    7ac926f View commit details
    Browse the repository at this point in the history
  23. Merge pull request kubernetes-sigs#621 from kubernetes-sigs/NPE-fix

    Fixed an NPE when actions are undefined
    k8s-ci-robot committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    8a1fc60 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2018

  1. Configuration menu
    Copy the full SHA
    673ef2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75cea3a View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes-sigs#623 from NickLarsenNZ/ingress-cont…

    …roller-check-errors
    
    Added the AWS service to the error messages returned by `Status()`
    k8s-ci-robot committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    6c0452e View commit details
    Browse the repository at this point in the history
  4. import testify

    M00nF1sh committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    5d6b326 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    72c37e8 View commit details
    Browse the repository at this point in the history
  6. update

    M00nF1sh committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    a2c68cd View commit details
    Browse the repository at this point in the history
  7. update

    M00nF1sh committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    219f2b8 View commit details
    Browse the repository at this point in the history
  8. update

    M00nF1sh committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    8061eb6 View commit details
    Browse the repository at this point in the history
  9. update

    M00nF1sh committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    6d3ac3a View commit details
    Browse the repository at this point in the history
  10. update

    M00nF1sh committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    e4ec1ac View commit details
    Browse the repository at this point in the history
  11. update

    M00nF1sh committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    5e91338 View commit details
    Browse the repository at this point in the history
  12. update

    M00nF1sh committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    d2dee3d View commit details
    Browse the repository at this point in the history
  13. update

    M00nF1sh committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    c6a0e10 View commit details
    Browse the repository at this point in the history
  14. update

    M00nF1sh committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    5253dc7 View commit details
    Browse the repository at this point in the history
  15. update

    M00nF1sh committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    2a2213f View commit details
    Browse the repository at this point in the history
  16. update

    M00nF1sh committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    ebdca7b View commit details
    Browse the repository at this point in the history
  17. fix comments

    M00nF1sh committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    ac9837b View commit details
    Browse the repository at this point in the history
  18. update

    M00nF1sh committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    bfb5468 View commit details
    Browse the repository at this point in the history
  19. fix test case

    M00nF1sh committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    c8578d8 View commit details
    Browse the repository at this point in the history
  20. update

    M00nF1sh committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    ea7dc9a View commit details
    Browse the repository at this point in the history
  21. support mocking ec2

    M00nF1sh committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    bf5a09e View commit details
    Browse the repository at this point in the history
  22. fix broken testcase

    M00nF1sh committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    9d1d174 View commit details
    Browse the repository at this point in the history
  23. update

    M00nF1sh committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    3300c94 View commit details
    Browse the repository at this point in the history
  24. adding ut

    M00nF1sh committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    509551a View commit details
    Browse the repository at this point in the history
  25. update

    M00nF1sh committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    8766338 View commit details
    Browse the repository at this point in the history
  26. Merge pull request kubernetes-sigs#614 from M00nF1sh/bugfix-mulinterface

    Refactor of securityGroup handling
    k8s-ci-robot committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    37cfd6f View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2018

  1. Configuration menu
    Copy the full SHA
    c0995de View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2018

  1. Configuration menu
    Copy the full SHA
    8ad75b3 View commit details
    Browse the repository at this point in the history