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

Copy Ingress history from kubernetes/contrib #10

Merged
merged 278 commits into from
Nov 10, 2016
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 29, 2016

  1. Configuration menu
    Copy the full SHA
    045619b View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#642 from aledbf/restrict-nginx-status

    Improve nginx-ingress-controller documentation.
    bprashanth committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    a06f0a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2016

  1. Configuration menu
    Copy the full SHA
    c9f8a06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7abc7a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2016

  1. Configuration menu
    Copy the full SHA
    2632fe5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83643b1 View commit details
    Browse the repository at this point in the history
  3. Avoid sync Ingress updates

    aledbf committed Mar 31, 2016
    Configuration menu
    Copy the full SHA
    60e2e5f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ca6c82 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2016

  1. Configuration menu
    Copy the full SHA
    0a71f49 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#681 from aledbf/add-lb-status

    Update Ingress status information in nginx controller
    bprashanth committed Apr 1, 2016
    Configuration menu
    Copy the full SHA
    f22e6d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2016

  1. Readme for tls example.

    bprashanth committed Apr 4, 2016
    Configuration menu
    Copy the full SHA
    3464d1c View commit details
    Browse the repository at this point in the history
  2. Updated with correction for Ingress TLS spec

    Fix for `error validating data: expected type array, for field spec.tls, got map; if you choose to ignore these errors, turn validation off with --validate=false`
    joonathan committed Apr 4, 2016
    Configuration menu
    Copy the full SHA
    b6ccc1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b2de6e View commit details
    Browse the repository at this point in the history
  4. Single sync error.

    bprashanth committed Apr 4, 2016
    Configuration menu
    Copy the full SHA
    ba26bca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d59739 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    73afef4 View commit details
    Browse the repository at this point in the history
  7. Bump up glbc version.

    bprashanth committed Apr 4, 2016
    Configuration menu
    Copy the full SHA
    2afc21c View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2016

  1. Fix arguments to match replication controller

    The DaemonSet as it exists causes the pod to crash on startup with the following:
    
    Error syncing pod, skipping: failed to "StartContainer" for "nginx-ingress-lb" with RunContainerError: "runContainer: API error (500): Cannot start container 7eab41694a7d817665337724b5710bd17d7846f0212408aa9d6056e3211447a4: [8] System error: exec: \"/nginx-ingress-controller-lb\": stat /nginx-ingress-controller-lb: no such file or directory\n"
    
    Modifying the arguments to match the replication controller works.
    wfhartford committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    44d7008 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#706 from joonathan/patch-1

    Updated with correction for Ingress TLS spec
    bprashanth committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    b658ba8 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2016

  1. Configuration menu
    Copy the full SHA
    0c2e199 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf263c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49c3af2 View commit details
    Browse the repository at this point in the history
  4. Add an all-in-one rc.yaml

    bprashanth committed Apr 10, 2016
    Configuration menu
    Copy the full SHA
    b7e8109 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2016

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

Commits on Apr 12, 2016

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

Commits on Apr 13, 2016

  1. Add a multi-tls example.

    bprashanth committed Apr 13, 2016
    Configuration menu
    Copy the full SHA
    40a9eb0 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2016

  1. Merge pull request kubernetes#720 from wfhartford/patch-1

    Fix daemonset arguments to match replication controller
    bprashanth committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    4159a40 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2016

  1. Simpler firewall rules

    bprashanth committed Apr 21, 2016
    Configuration menu
    Copy the full SHA
    8084341 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe026b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc6d9a4 View commit details
    Browse the repository at this point in the history
  4. Bump version

    bprashanth committed Apr 21, 2016
    Configuration menu
    Copy the full SHA
    d3a5103 View commit details
    Browse the repository at this point in the history
  5. Godeps

    bprashanth committed Apr 21, 2016
    Configuration menu
    Copy the full SHA
    198a319 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    17b1061 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2016

  1. Fix nginx ingress controller bug around config map merging

     * a config map bool value of false cannot overwritte a true value from
       defaults
     * implement merging in ReadConfig
     * remove helper function merge
     * adds tests to ensure config is read properly
    simonswine committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    94e6702 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2016

  1. Configuration menu
    Copy the full SHA
    64791c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    724a829 View commit details
    Browse the repository at this point in the history
  3. Check for valid PEM content

    aledbf committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    87297ad View commit details
    Browse the repository at this point in the history
  4. Fix https port

    aledbf committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    f05eec6 View commit details
    Browse the repository at this point in the history
  5. Fix issues with named ports

    aledbf committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    16b4af5 View commit details
    Browse the repository at this point in the history
  6. Add header X-Forwarded-Port

    aledbf committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    102c056 View commit details
    Browse the repository at this point in the history
  7. Make optional redirect to SSL

    aledbf committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    5663c72 View commit details
    Browse the repository at this point in the history
  8. Bump version

    aledbf committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    107bf18 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    996e19c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    102c2ee View commit details
    Browse the repository at this point in the history
  11. Fix HSTS

    aledbf committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    a86a682 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8bf7007 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2016

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

Commits on Apr 30, 2016

  1. Allow custom nginx templates

    aledbf committed Apr 30, 2016
    Configuration menu
    Copy the full SHA
    b086a68 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2016

  1. fixes kubernetes#874

    non-ascii character used.
    ajohnstone committed May 1, 2016
    Configuration menu
    Copy the full SHA
    1a239ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d25306 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2016

  1. Configuration menu
    Copy the full SHA
    96a66aa View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#766 from aledbf/nginx-tls

    Add support for named port, better docs for TLS nginx Ingress
    bprashanth committed May 2, 2016
    Configuration menu
    Copy the full SHA
    496ace4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes#849 from simonswine/bug-overwrite-true-…

    …with-configmamp
    
    Fix nginx ingress controller bug around config map merging
    bprashanth committed May 2, 2016
    Configuration menu
    Copy the full SHA
    e049275 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e8c051 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2016

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

Commits on May 4, 2016

  1. Configuration menu
    Copy the full SHA
    2e5e341 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e3de84 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes#898 from aledbf/sort-locations

    NGINX Ingress controller Sort locations
    bprashanth committed May 4, 2016
    Configuration menu
    Copy the full SHA
    2db2324 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2016

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

Commits on May 8, 2016

  1. Merge pull request kubernetes#893 from aledbf/custom-errors-example

    NGINX Ingress controller - Add example of custom error pages in nginx ingress controller
    bprashanth committed May 8, 2016
    Configuration menu
    Copy the full SHA
    dba1b60 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2016

  1. Godeps

    bprashanth committed May 9, 2016
    Configuration menu
    Copy the full SHA
    9168a67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d4f49e View commit details
    Browse the repository at this point in the history

Commits on May 10, 2016

  1. Move Ingress godeps to vendor/

    aledbf committed May 10, 2016
    Configuration menu
    Copy the full SHA
    ca620e4 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2016

  1. Revert redirect to ssl

    aledbf committed May 19, 2016
    Configuration menu
    Copy the full SHA
    6ead835 View commit details
    Browse the repository at this point in the history
  2. Update references to 1.3

    aledbf committed May 19, 2016
    Configuration menu
    Copy the full SHA
    076de3e View commit details
    Browse the repository at this point in the history

Commits on May 20, 2016

  1. Add image with redirect

    aledbf committed May 20, 2016
    Configuration menu
    Copy the full SHA
    7878600 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    430e932 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a652e9 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2016

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

Commits on May 26, 2016

  1. Configuration menu
    Copy the full SHA
    c4228a1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#1054 from aledbf/cert-checksum

    [nginx-ingress-controller] Add ssl certificate checksum to template
    bprashanth committed May 26, 2016
    Configuration menu
    Copy the full SHA
    23d16a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d7acf3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes#1019 from aledbf/update-echoheaders

    Update echoheaders
    bprashanth committed May 26, 2016
    Configuration menu
    Copy the full SHA
    e93d8d8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5faa855 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    28f9828 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2016

  1. Configuration menu
    Copy the full SHA
    24fb4b7 View commit details
    Browse the repository at this point in the history
  2. New UID allocation logic

    bprashanth committed May 27, 2016
    Configuration menu
    Copy the full SHA
    c2696bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d83fa4 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2016

  1. Merge pull request kubernetes#926 from aledbf/configure-errors

    [nginx-ingress-controller] Custom errors should be optional
    bprashanth committed May 28, 2016
    Configuration menu
    Copy the full SHA
    a38fcda View commit details
    Browse the repository at this point in the history
  2. Allow custom health checks

    aledbf committed May 28, 2016
    Configuration menu
    Copy the full SHA
    675ce39 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2016

  1. Add support for geoip in stats

    aledbf committed May 30, 2016
    Configuration menu
    Copy the full SHA
    6968e23 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2016

  1. Add support for rewrite

    aledbf committed May 31, 2016
    Configuration menu
    Copy the full SHA
    95e85b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8ea588 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ccaf15c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e603976 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d5ba27 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8fd6ec6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    221b823 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6b841ed View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2016

  1. Configuration menu
    Copy the full SHA
    5688449 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4a1491 View commit details
    Browse the repository at this point in the history
  3. Update examples

    aledbf committed Jun 2, 2016
    Configuration menu
    Copy the full SHA
    0b031b9 View commit details
    Browse the repository at this point in the history
  4. Fix lint errors

    aledbf committed Jun 2, 2016
    Configuration menu
    Copy the full SHA
    71ca554 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae52257 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    74b66be View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2016

  1. ingress: nginx controller watches referenced tls secrets

    * reload certificates on change
    simonswine committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    00b2180 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32ac61e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f84ca54 View commit details
    Browse the repository at this point in the history
  4. Unittests

    bprashanth committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    22c6e5d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9abd4e0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3bed62f View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2016

  1. Configuration menu
    Copy the full SHA
    08a05db View commit details
    Browse the repository at this point in the history
  2. ingress: adds configurable SSL redirect nginx controller

    * add global value to config map
    * add per ingress value as annotation to ingress resources
    simonswine committed Jun 5, 2016
    Configuration menu
    Copy the full SHA
    3ae80fd View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2016

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

Commits on Jun 9, 2016

  1. Merge pull request kubernetes#1133 from bprashanth/ubernetes_healthch…

    …ecks
    
    Ubernetes multizone and custom healthchecks
    bprashanth authored Jun 9, 2016
    Configuration menu
    Copy the full SHA
    b395b71 View commit details
    Browse the repository at this point in the history
  2. Fix nginx rewrite rule order

    aledbf committed Jun 9, 2016
    Configuration menu
    Copy the full SHA
    b1a17c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e792e94 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2016

  1. Add example

    aledbf committed Jun 13, 2016
    Configuration menu
    Copy the full SHA
    17e42ed View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2016

  1. Merge pull request kubernetes#1144 from aledbf/ip-whitelisting

    [nginx-ingress-controller] Add cidr whitelist support
    bprashanth authored Jun 14, 2016
    Configuration menu
    Copy the full SHA
    5d49051 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2016

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

Commits on Jun 17, 2016

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

Commits on Jun 18, 2016

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

Commits on Jun 20, 2016

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

Commits on Jun 21, 2016

  1. Update godeps

    bprashanth committed Jun 21, 2016
    Configuration menu
    Copy the full SHA
    701c5a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fa9fd2 View commit details
    Browse the repository at this point in the history
  3. Fix log statement

    bprashanth committed Jun 21, 2016
    Configuration menu
    Copy the full SHA
    9bb2aa7 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2016

  1. Improve docs

    aledbf committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    4335d83 View commit details
    Browse the repository at this point in the history
  2. Quota modification

    bprashanth committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    834ddb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56a2bc6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes#1239 from aledbf/conditional-log

    [nginx-ingress-controller]: Add support for conditional log of urls
    bprashanth authored Jun 22, 2016
    Configuration menu
    Copy the full SHA
    b728a0c View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes#1249 from bprashanth/ing

    Reduce number of backends in basic ingress example
    piosz authored Jun 22, 2016
    Configuration menu
    Copy the full SHA
    72fe8dc View commit details
    Browse the repository at this point in the history
  6. Use delayed queue

    aledbf committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    a153187 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2016

  1. Merge pull request kubernetes#1130 from aledbf/improve-docs

    [nginx-ingress-controller] Improve docs and examples
    bprashanth authored Jun 23, 2016
    Configuration menu
    Copy the full SHA
    b9740c9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#1253 from aledbf/use-delayed-queue

    [nginx-ingress-controller]: Use delayed queue
    bprashanth authored Jun 23, 2016
    Configuration menu
    Copy the full SHA
    db82541 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes#1233 from aledbf/avoid-sync

    [nginx-ingress-controller]: Avoid sync without a reachable master
    bprashanth authored Jun 23, 2016
    Configuration menu
    Copy the full SHA
    7e8760b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf9ea5e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    26fd12a View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2016

  1. Configuration menu
    Copy the full SHA
    7303019 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acf87ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5db8389 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58d5638 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cb05e7b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8bbf869 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2016

  1. Fix formatting

    Fix the formatting of this README
    Nalum authored Jun 30, 2016
    Configuration menu
    Copy the full SHA
    c398b66 View commit details
    Browse the repository at this point in the history
  2. Formatting fix

    Nalum authored Jun 30, 2016
    Configuration menu
    Copy the full SHA
    cd2e2b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2016

  1. Configuration menu
    Copy the full SHA
    09d7b75 View commit details
    Browse the repository at this point in the history
  2. Release 0.8

    aledbf committed Jul 1, 2016
    Configuration menu
    Copy the full SHA
    0bcfcef View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2016

  1. Merge pull request kubernetes#1296 from Nalum/patch-1

    Fix formatting
    bprashanth authored Jul 2, 2016
    Configuration menu
    Copy the full SHA
    0d5917e View commit details
    Browse the repository at this point in the history
  2. Add mime aplication/x-javascript to the gzip list and show the defaul…

    …ts in configuration.md
    aledbf committed Jul 2, 2016
    Configuration menu
    Copy the full SHA
    6d03a10 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes#1259 from aledbf/release-0.8

    [nginx-ingress-controller] Release 0.8
    bprashanth authored Jul 2, 2016
    Configuration menu
    Copy the full SHA
    15f199c View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2016

  1. Fix duplicated real_ip_header

    aledbf committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    a2d9c6e View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2016

  1. Fixes kubernetes#1314

    Removed comment to be consistent w/ rest of code
    
    Fixes typo and string concat
    fcvarela committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    9285335 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#1315 from fcvarela/master

    Addresses kubernetes#1314 [nginx-ingress-controller ssl nginx reload abort]
    bprashanth authored Jul 6, 2016
    Configuration menu
    Copy the full SHA
    a7570a8 View commit details
    Browse the repository at this point in the history
  3. Release 0.8.1

    aledbf committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    9b762b7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes#1299 from Nalum/patch-2

    Formatting fix
    bprashanth authored Jul 6, 2016
    Configuration menu
    Copy the full SHA
    ba964cd View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2016

  1. GCE Ingress docs update

    bprashanth committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    94ea4ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89bbb8d View commit details
    Browse the repository at this point in the history
  3. Add HTTPS default backend

    aledbf committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    8f4efb4 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2016

  1. Merge pull request kubernetes#1324 from bprashanth/docs

    GCE Ingress docs update
    bprashanth authored Jul 9, 2016
    Configuration menu
    Copy the full SHA
    cce520a View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2016

  1. Configuration menu
    Copy the full SHA
    8b25cc6 View commit details
    Browse the repository at this point in the history
  2. Update godeps

    aledbf committed Jul 12, 2016
    Configuration menu
    Copy the full SHA
    a736fba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a34124b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4f1b7c View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes#1350 from aledbf/nginx-backlog

    [nginx-ingress-controller]: Improve performance (listen backlog=net.core.somaxconn)
    bprashanth authored Jul 12, 2016
    Configuration menu
    Copy the full SHA
    1aaa63e View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2016

  1. Merge pull request kubernetes#1289 from simonswine/docs-kube-lego

    ingress: nginx suggest kube-lego for automated cert management
    bprashanth authored Jul 16, 2016
    Configuration menu
    Copy the full SHA
    ce7085d View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2016

  1. Unset Authorization header when proxying.

    Alexander Staubo committed Jul 18, 2016
    Configuration menu
    Copy the full SHA
    5effb7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3d6c87 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2016

  1. Mitigate HTTPoxy Vulnerability

    aledbf committed Jul 20, 2016
    Configuration menu
    Copy the full SHA
    a38f2b2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#1336 from aledbf/skip-ingress-rules

    [nginx-ingress-controller]: Add annotation to skip ingress rule
    bprashanth authored Jul 20, 2016
    Configuration menu
    Copy the full SHA
    fe59e29 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes#1338 from aledbf/ssl-default-backend

    [nginx-ingress-controller]: Add HTTPS default backend
    bprashanth authored Jul 20, 2016
    Configuration menu
    Copy the full SHA
    eabad1c View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes#1384 from atombender/issue_1883

    Unset Authorization header when proxying
    bprashanth authored Jul 20, 2016
    Configuration menu
    Copy the full SHA
    5306ca4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes#1398 from aledbf/nginx-httpoxy

    Mitigate HTTPoxy Vulnerability
    bprashanth authored Jul 20, 2016
    Configuration menu
    Copy the full SHA
    1a04fa4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bf5113d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    de6b00d View commit details
    Browse the repository at this point in the history
  8. Merge pull request kubernetes#1351 from aledbf/check-certificate

    [nginx-ingress-controller]: Avoid generation of invalid ssl certificates
    bprashanth authored Jul 20, 2016
    Configuration menu
    Copy the full SHA
    bff40d7 View commit details
    Browse the repository at this point in the history
  9. Release 0.8.2

    aledbf committed Jul 20, 2016
    Configuration menu
    Copy the full SHA
    0d1dd32 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3ef038c View commit details
    Browse the repository at this point in the history
  11. Update changelog

    aledbf committed Jul 20, 2016
    Configuration menu
    Copy the full SHA
    2c7d921 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2016

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

Commits on Jul 28, 2016

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

Commits on Jul 29, 2016

  1. Fix health check link

    bprashanth committed Jul 29, 2016
    Configuration menu
    Copy the full SHA
    632d4ae View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2016

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

Commits on Aug 2, 2016

  1. Configuration menu
    Copy the full SHA
    c2d56dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f70b80 View commit details
    Browse the repository at this point in the history
  3. Removing non-org members.

    foxish committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    b28e160 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2016

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

Commits on Aug 5, 2016

  1. Merge pull request kubernetes#1450 from aledbf/improve-template-errors

    [nginx-ingress-controller]: Check for errors in nginx template
    bprashanth authored Aug 5, 2016
    Configuration menu
    Copy the full SHA
    139c5f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2016

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

Commits on Aug 9, 2016

  1. Bump glbc version

    bprashanth committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    c479d3e View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2016

  1. Bump glbc image.

    bprashanth committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    7e674d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b5d8fe View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2016

  1. Configuration menu
    Copy the full SHA
    114dbd3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#1501 from bprashanth/ing_docs_listing

    Automatic merge from submit-queue
    
    Correctly handle ingress.class in GCE controller 
    
    This bug would only get activated when a user has both `ingess.class=gce` and `ingress.class=nginx` ingresses active in the same GCE/GKE cluster, and would manifest as a set of cloud resources created wastefully for the `ingress.class=nginx` ingress as well.
    
    We were previously only ignoring ingress.class (documented here: https://github.com/kubernetes/contrib/blob/master/ingress/controllers/gce/BETA_LIMITATIONS.md#disabling-glbc) when the ingress was created/deleted/modified. There's a chance another ingress with the correct class results in us entering the `sync` routine and listing all ingresses. The listing routine was not smart enough to ignore `ingress.class=nginx`, so we ended up creating resources for the nginx ingress anyway. 
    
    The second commit fixes some of the nginx examples to include a `readiness` probe that is == liveness probe. 
    
    Minhan or Girish, whichever one has spare cycles first.
    Kubernetes Submit Queue authored Aug 11, 2016
    Configuration menu
    Copy the full SHA
    3032ff1 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2016

  1. Merge pull request kubernetes#1503 from bprashanth/backends

    Automatic merge from submit-queue
    
    Don't clobber backends.
    
    If a parallel ingress controller updates the backend service with another instance group, don't clobber it, just make sure the instance group you put in is there.
    Kubernetes Submit Queue authored Aug 12, 2016
    Configuration menu
    Copy the full SHA
    dfc322c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc50762 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes#1363 from bprashanth/ing_uid

    Automatic merge from submit-queue
    
    Use existing uid if one is found
    
    Without this if we create some ingresses we will get eg: a forwarding rule like "foo-uid". Now if we restart 
    the ingress controller, and while it's down delete the configmap where it stores its uid, it will come back, see an existing ingress, but wrongly record the uid as "empty string". This will cause the ingress to ignore the old forwarding rule, backends etc.
    
    <!-- Reviewable:start -->
    ---
    This change is [<img src="https://reviewable.kubernetes.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.kubernetes.io/reviews/kubernetes/contrib/1363)
    <!-- Reviewable:end -->
    Kubernetes Submit Queue authored Aug 12, 2016
    Configuration menu
    Copy the full SHA
    34a469f View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes#1435 from mml/k8s-ig-dead-code

    Automatic merge from submit-queue
    
    Delete dead code in cluster_manager.
    
    
    
    <!-- Reviewable:start -->
    This change is [<img src="https://reviewable.kubernetes.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.kubernetes.io/reviews/kubernetes/contrib/1435)
    <!-- Reviewable:end -->
    Kubernetes Submit Queue authored Aug 12, 2016
    Configuration menu
    Copy the full SHA
    01cf346 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2016

  1. Merge pull request kubernetes#1467 from aledbf/change-client

    Automatic merge from submit-queue
    
    [nginx-ingress-controller]: Use ClientConfig to configure connection
    
    fixes kubernetes#1459
    
    Running with `docker run`:
    ```
    core@localhost ~ $ docker run -it aledbf/nginx-third-party:0.31 bash
    root@f6a96f46eab0:/# export KUBERNETES_MASTER=http://172.17.4.99:8080
    root@f6a96f46eab0:/# /nginx-ingress-controller --default-backend-service=default/nginx-errors
    I0802 14:44:58.604384       7 main.go:94] Using build: https://github.com/aledbf/contrib - git-5b9146a
    W0802 14:44:58.605282       7 main.go:118] unexpected error getting runtime information: unable to get POD information (missing POD_NAME or POD_NAMESPACE environment variable)
    I0802 14:44:58.607270       7 main.go:123] Validated default/nginx-errors as the default backend
    W0802 14:44:58.611322       7 ssl.go:132] no file dhparam.pem found in secrets
    I0802 14:44:58.615637       7 controller.go:1128] starting NGINX loadbalancer controller
    I0802 14:44:58.615902       7 command.go:35] Starting NGINX process...
    ```
    
    Running inside in a cluster:
    ```
    I0802 14:47:50.254736       1 main.go:94] Using build: https://github.com/aledbf/contrib - git-5b9146a
    I0802 14:47:50.254920       1 merged_client_builder.go:103] No kubeconfig could be created, falling back to service account.
    I0802 14:47:50.343440       1 main.go:123] Validated default/nginx-errors as the default backend
    W0802 14:47:50.343677       1 ssl.go:132] no file dhparam.pem found in secrets
    I0802 14:47:50.347322       1 controller.go:1128] starting NGINX loadbalancer controller
    I0802 14:47:50.347870       1 command.go:35] Starting NGINX process...
    ```
    
    <!-- Reviewable:start -->
    ---
    This change is [<img src="https://reviewable.kubernetes.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.kubernetes.io/reviews/kubernetes/contrib/1467)
    <!-- Reviewable:end -->
    Kubernetes Submit Queue authored Aug 17, 2016
    Configuration menu
    Copy the full SHA
    727a624 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2016

  1. Configuration menu
    Copy the full SHA
    e4de1e6 View commit details
    Browse the repository at this point in the history
  2. Release 0.8.3

    aledbf committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    9d07120 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2016

  1. Configuration menu
    Copy the full SHA
    4f92eb9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#1577 from aledbf/update-nginx-controller

    Automatic merge from submit-queue
    
    WIP: [nginx-ingress-controller] Release 0.8.3
    
    fixes kubernetes#1572
    Kubernetes Submit Queue authored Aug 22, 2016
    Configuration menu
    Copy the full SHA
    e4236ad View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2016

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

Commits on Aug 25, 2016

  1. Refactoring of templates

    aledbf committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    e91c23f View commit details
    Browse the repository at this point in the history
  2. Update gce node return types

    aledbf committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    d43021b View commit details
    Browse the repository at this point in the history
  3. Update ingress godeps

    aledbf committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    28db8fb View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2016

  1. Update sysctl method

    aledbf committed Aug 26, 2016
    Configuration menu
    Copy the full SHA
    3c3880d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b06fcbb View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes#1571 from marketlogicsoftware/kayrus/fi…

    …x_default_namespace
    
    Automatic merge from submit-queue
    
    ingress: use POD_NAMESPACE as a namespace in cli parameters
    
    When you deploy ingress not into `default` namespace, ingress RC fails with the `no service with name default/default-http-backend found: services "default-http-backend" not found` error message.
    
    This fix uses `POD_NAMESPACE` which we already pass into the pod ENV.
    Kubernetes Submit Queue authored Aug 26, 2016
    Configuration menu
    Copy the full SHA
    c6a1b82 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2016

  1. Update image version

    aledbf committed Aug 29, 2016
    Configuration menu
    Copy the full SHA
    05add36 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2016

  1. Configuration menu
    Copy the full SHA
    f4854b6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#1596 from aledbf/improve-defaults

    Automatic merge from submit-queue
    
    [nginx-ingress-controller]: Adapt nginx hash sizes to the number of ingress
    
    This change allows the tuning of 2 important NGINX variables:
    - server_names_hash_max_size
    - server_names_hash_bucket_size
    
    The default values should be enough for most of the users but after +300 Ingress rules or long hostnames as FQDN NGINX requires tuning of this values or it will not start.
    
    The introduced change allows the self-tuning using the Ingress information
    Using `--v=3` it's possible to see the changes:
    ```
    ...
    I0822 21:42:10.517778       1 template.go:84] adjusting ServerNameHashMaxSize variable from 4096 to 16384
    ...
    ```
    
    fixes kubernetes#1487
    Kubernetes Submit Queue authored Sep 1, 2016
    Configuration menu
    Copy the full SHA
    42e3a61 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2016

  1. Update README.md

    pdoreau authored Sep 2, 2016
    Configuration menu
    Copy the full SHA
    1cc40b4 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    pdoreau authored Sep 2, 2016
    Configuration menu
    Copy the full SHA
    dc14774 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    pdoreau authored Sep 2, 2016
    Configuration menu
    Copy the full SHA
    aad6356 View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes#1672 from pdoreau/patch-1

    Automatic merge from submit-queue
    
    Add firewall rules and ing class clarifications
    Kubernetes Submit Queue authored Sep 2, 2016
    Configuration menu
    Copy the full SHA
    fbff29d View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2016

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

Commits on Sep 8, 2016

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

Commits on Sep 9, 2016

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

Commits on Sep 12, 2016

  1. Fix typo

    oilbeater committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    baf5c07 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2016

  1. Allow customisation of the nginx proxy_buffer_size directive via Conf…

    …igMap
    Vy-Shane Xie committed Sep 15, 2016
    5 Configuration menu
    Copy the full SHA
    ae1c450 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#1743 from vyshane/nginx-ingress-control…

    …ler-proxy-buffer-size-2
    
    Automatic merge from submit-queue
    
    Allow customisation of the nginx proxy_buffer_size directive via ConfigMap
    
    I'm opening a new PR with the same changes as kubernetes#1693 because I pushed the latter with an email address that can't be used to sign the CLA. Description from the previous PR:
    
    When using nginx as a proxy we can run into the following error:
    
    ```
    upstream sent too big header while reading response header from upstream
    ```
    
    In order to fix this, we need to be able to configure the proxy_buffer_size nginx directive to increase its value. This PR updates the nginx-ingress-controller to allow that.
    Kubernetes Submit Queue authored Sep 15, 2016
    Configuration menu
    Copy the full SHA
    77afc22 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2016

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

Commits on Sep 18, 2016

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

Commits on Sep 21, 2016

  1. Configuration menu
    Copy the full SHA
    a965f44 View commit details
    Browse the repository at this point in the history
  2. Update godeps

    aledbf committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    73e22a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2016

  1. Bump glbc version to 0.8.0

    bprashanth committed Sep 22, 2016
    Configuration menu
    Copy the full SHA
    8c770ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c70335 View commit details
    Browse the repository at this point in the history
  3. Fix link to auth example

    beeradb committed Sep 22, 2016
    Configuration menu
    Copy the full SHA
    c33d05a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d99efea View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2016

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

Commits on Sep 26, 2016

  1. Merge pull request kubernetes#1711 from aledbf/add-helper-to-funcmap

    Automatic merge from submit-queue
    
    [nginx-ingress-controller]: Add function helpers to nginx template
    
    fixes kubernetes#1695
    Kubernetes Submit Queue authored Sep 26, 2016
    Configuration menu
    Copy the full SHA
    d90ceb7 View commit details
    Browse the repository at this point in the history
  2. Add docs about go template

    aledbf committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    428d8e3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes#1749 from aledbf/cloud-health-check

    Automatic merge from submit-queue
    
    [nginx-ingress-controller] Readiness probe that works behind a CP lb
    
    fixes kubernetes#1507
    Kubernetes Submit Queue authored Sep 26, 2016
    Configuration menu
    Copy the full SHA
    741ac71 View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes#1786 from aledbf/custom-funcs-docs

    Automatic merge from submit-queue
    
    [nginx-ingress-controller] Add docs about go template
    
    Address kubernetes-retired/contrib#1711 (comment)
    Kubernetes Submit Queue authored Sep 26, 2016
    Configuration menu
    Copy the full SHA
    b49a919 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2016

  1. Configuration menu
    Copy the full SHA
    e74b803 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#1771 from bprashanth/ing_0.8.0

    Automatic merge from submit-queue
    
    Bump glbc to 0.8.0
    
    Don't think this hits the bar for 1.4.0, but hopefully it can make 1.4.1. The version bump is for the godep update that fixes an issue with the throttling workqueue (kubernetes/kubernetes#31396). I should've done this sooner, dropped it.
    
    Also fixes kubernetes-retired/contrib#1776 and kubernetes-retired/contrib#1783
    Kubernetes Submit Queue authored Sep 27, 2016
    Configuration menu
    Copy the full SHA
    d6e8d89 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2016

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

Commits on Sep 29, 2016

  1. Configuration menu
    Copy the full SHA
    db3388e View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#1772 from aledbf/check-new-error

    Automatic merge from submit-queue
    
    [nginx-ingress-controller] Avoid replacing nginx.conf file with invalid content
    Kubernetes Submit Queue authored Sep 29, 2016
    Configuration menu
    Copy the full SHA
    e9b160c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75dd1d3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes#1802 from aledbf/fix-vars

    Automatic merge from submit-queue
    
    [nginx-ingress-controller] Initialize proxy_upstream_name variable
    
    fixes kubernetes#1801
    Kubernetes Submit Queue authored Sep 29, 2016
    Configuration menu
    Copy the full SHA
    90d8402 View commit details
    Browse the repository at this point in the history
  5. ingress/controllers/nginx: WebSocket documentation

    For those that do not understand the default way in which nginx proxies
    requests not containing a "Connection" header, the approach for enabling
    WebSocket support might not make sense.  This commit adds documentation
    that explains why things are done this way.
    whitlockjc committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    0373ce6 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2016

  1. Add docs about the log format

    aledbf committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    25bf00a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bae7c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2016

  1. Configuration menu
    Copy the full SHA
    541928e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98af965 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    190c9a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2016

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

Commits on Oct 5, 2016

  1. Merge pull request kubernetes#1808 from whitlockjc/document-nginx-con…

    …nection-header
    
    Automatic merge from submit-queue
    
    ingress/controllers/nginx: WebSocket documentation
    
    For those that do not understand the default way in which nginx proxies
    requests not containing a "Connection" header, the approach for enabling
    WebSocket support might not make sense.  This commit adds documentation
    that explains why things are done this way.
    Kubernetes Submit Queue authored Oct 5, 2016
    Configuration menu
    Copy the full SHA
    a2aae63 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2016

  1. Merge pull request kubernetes#1830 from aledbf/dbackend

    Automatic merge from submit-queue
    
    [nginx-ingress-controller] Add support for default backend in Ingress rule
    
    replaces kubernetes#1759
    Kubernetes Submit Queue authored Oct 6, 2016
    Configuration menu
    Copy the full SHA
    6456025 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2016

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

Commits on Oct 14, 2016

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

Commits on Oct 21, 2016

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

Commits on Oct 25, 2016

  1. Merge pull request kubernetes#1813 from marketlogicsoftware/kayrus/ng…

    …inx-log-format
    
    Automatic merge from submit-queue
    
    Added domain name and server port into nginx logs
    
    I replaced dashes so it shouldn't brake log parsers.
    In addition here are the [fluentd rules](https://github.com/kayrus/elk-kubernetes/blob/dc71d8db4a09a8900a423aebd6929b2f51ebe744/docker/fluentd/td-agent.conf#L230..L237) which parse these logs (requires https://github.com/tagomoris/fluent-plugin-parser plugin)
    Kubernetes Submit Queue authored Oct 25, 2016
    Configuration menu
    Copy the full SHA
    e1faa8e View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2016

  1. Merge pull request kubernetes#1879 from r2d4/map_hash_bucket_size

    Automatic merge from submit-queue
    
    Make map_hash_bucket_size configurable
    
    I was getting an error while trying to run the nginx controller in minikube.  This allows this nginx configuration option to be passed in through a configmap.  
    
    The default value depends on the processor's cache line size (32 | 64 | 128), however ServerNameHashBucketSize is determined similarly, so I've set it to the same default (64).
    
    Fixes kubernetes#1817
    
    ref kubernetes/minikube#611
    
    cc @bprashanth
    Kubernetes Submit Queue authored Nov 3, 2016
    Configuration menu
    Copy the full SHA
    bff5d0e View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2016

  1. Clarify ingress docs

    bprashanth committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    294ff58 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2016

  1. Configuration menu
    Copy the full SHA
    7ed61b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55acaab View commit details
    Browse the repository at this point in the history