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

Deprecate Kuberay CLI for Ray Kubectl plugin #2246

Merged
merged 1 commit into from
Jul 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading