Skip to content

Commit

Permalink
Deprecate Kuberay CLI for Ray Kubectl plugin (#2246)
Browse files Browse the repository at this point in the history
  • Loading branch information
chiayi authored Jul 15, 2024
1 parent 1efaf68 commit 9831375
Show file tree
Hide file tree
Showing 29 changed files with 1 addition and 1,618 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
build_apiserver:
env:
working-directory: ./apiserver
cli-working-directory: ./cli
name: Build Apiserver, CLI Binaries and Docker Images
name: Build Apiserver and Docker Images
runs-on: ubuntu-latest
steps:
- name: Set up Go
Expand Down Expand Up @@ -98,10 +97,6 @@ jobs:
docker push quay.io/kuberay/apiserver:nightly
if: contains(fromJson('["refs/heads/master"]'), github.ref)

- name: Build CLI
run: go build -o kuberay -a main.go
working-directory: ${{env.cli-working-directory}}

build_security_proxy:
env:
working-directory: ./experimental
Expand Down
21 changes: 0 additions & 21 deletions cli/Makefile

This file was deleted.

163 changes: 0 additions & 163 deletions cli/README.md

This file was deleted.

162 changes: 0 additions & 162 deletions cli/cmd/root.go

This file was deleted.

Loading

0 comments on commit 9831375

Please sign in to comment.