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

Support routing directly to pods #449

Merged
merged 9 commits into from
Jul 12, 2018
Merged

Support routing directly to pods #449

merged 9 commits into from
Jul 12, 2018

Commits on Jul 10, 2018

  1. Added alb.ingress.kubernetes.io/routing-target annotation which whe…

    …n set to `pod` will configure the Target Group to use the pod ip and port for the targets.
    bigkraig committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    7500f98 View commit details
    Browse the repository at this point in the history
  2. Improved listener/rule reconciliation but still need to address the u…

    …sage of the default rule's target group for the listeners default action. it should be using the default backend service
    bigkraig committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    86a5009 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0e0e61 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a6c25b View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2018

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

Commits on Jul 12, 2018

  1. Adjust indentation to fix a minor markdown rendering issue

    This change removes the extra backticks from the first deploy step in the
    walkthrough.md.
    Silas Boyd-Wickizer authored and bigkraig committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    7997ce8 View commit details
    Browse the repository at this point in the history
  2. 1.0-beta.3

    bigkraig committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    49d98aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16792d5 View commit details
    Browse the repository at this point in the history
  4. Fixed 2048 example

    bigkraig committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    13062fc View commit details
    Browse the repository at this point in the history