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

[RayService] Remove everything related to Ray Serve V1 API #1790

Merged
merged 2 commits into from
Jan 2, 2024

Conversation

kevin85421
Copy link
Member

@kevin85421 kevin85421 commented Dec 29, 2023

Why are these changes needed?

  • ray-service.custom-serve-service.yaml

    # Step 1: Build KubeRay image and install it.
    # Step 2: Create the RayService
    kubectl apply -f ray-service.custom-serve-service.yaml
    
    # Step 3: Port forwarding
    kubectl port-forward svc/custom-ray-serve-service-name 8000
    
    # Step 4: Send a request
    curl -X POST -H 'Content-Type: application/json' localhost:8000/fruit/ -d '["PEAR", 12]'
  • ray-service.different-port.yaml

    # Step 1: Build KubeRay image and install it.
    # Step 2: Create the RayService
    kubectl apply -f ray-service.different-port.yaml
    
    # Step 3: Port forwarding
    kubectl port-forward svc/custom-ray-serve-service-name 9000
    
    # Step 4: Send a request
    curl -X POST -H 'Content-Type: application/json' localhost:9000/fruit/ -d '["PEAR", 12]'

Related issue number

#1779

Checks

  • I've made sure the tests are passing.
  • Testing Strategy
    • Unit tests
    • Manual tests
    • This PR is not tested :(

@kevin85421 kevin85421 marked this pull request as ready for review December 30, 2023 01:00
@kevin85421 kevin85421 merged commit 9c9797b into ray-project:master Jan 2, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants