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

Feature: support multi hosts in vs #5430

Merged
merged 10 commits into from
Apr 25, 2024

Commits on Mar 12, 2024

  1. Update controller_utils.go

    add GetAnnotations() to support multi hosts
    ooooona authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    040311a View commit details
    Browse the repository at this point in the history
  2. Update istio.go

    add env ANNOTATION_ISTIO_HOST_SEPARATOR to support multi hosts
    ooooona authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    1b5eb18 View commit details
    Browse the repository at this point in the history
  3. Update seldondeployment_controller.go

    Update controller to support multi hosts
    ooooona authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    81b9151 View commit details
    Browse the repository at this point in the history
  4. Update seldondeployment_explainers.go

    Update explianer to support multi hosts
    ooooona authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    9599dcd View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Update istio.go

    Remove seperator defination
    ooooona authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    917831f View commit details
    Browse the repository at this point in the history
  2. Update controller_utils.go

    Rename GetAnnotation to HostsFromAnnotation, and remove the redundant logic
    ooooona authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    81d9699 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48fec79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5699909 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    3afeb73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20a51bd View commit details
    Browse the repository at this point in the history