Skip to content

Commit 3145953

Browse files
committed
Merge remote-tracking branch 'origin/master' into e2e/ray-service-runtime-env-update
2 parents 4884683 + 04530dd commit 3145953

File tree

23 files changed

+504
-35
lines changed

23 files changed

+504
-35
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ common workflows when deploying Ray on Kubernetes. If you aren’t familiar with
2222
plugin simplifies running Ray on Kubernetes. See [kubectl-plugin](https://docs.ray.io/en/latest/cluster/kubernetes/user-guides/kubectl-plugin.html#kubectl-plugin) for more details.
2323

2424
* **KubeRay APIServer** (Alpha): It provides a layer of simplified configuration for KubeRay resources. The KubeRay API server is used internally
25-
by some organizations to back user interfaces for KubeRay resource management.
25+
by some organizations to back user interfaces for KubeRay resource management. See [KubeRay APIServer V2](https://github.com/ray-project/kuberay/blob/master/apiserversdk/README.md) for more details.
2626

2727
* **KubeRay Dashboard** (Experimental): Starting from KubeRay v1.4.0, we have introduced a new dashboard that enables users to view and manage KubeRay resources.
28-
While it is not yet production-ready, we welcome your feedback.
28+
While it is not yet production-ready, we welcome your feedback. See [KubeRay Dashboard](https://docs.ray.io/en/master/cluster/kubernetes/user-guides/kuberay-dashboard.html) for more details.
2929

3030
## Documentation
3131

@@ -90,7 +90,7 @@ Please read our [CONTRIBUTING](CONTRIBUTING.md) guide before making a pull reque
9090

9191
Join [Ray's Slack workspace](https://docs.google.com/forms/d/e/1FAIpQLSfAcoiLCHOguOm8e7Jnn-JJdZaCxPGjgVCvFijHB5PLaQLeig/viewform), and search the following public channels:
9292

93-
* `#kuberay-questions`: This channel aims to help KubeRay users with their questions. The messages will be closely monitored by the Ray and KubeRay maintainers.
93+
* `#kuberay`: This channel aims to help KubeRay users with their questions. The messages will be closely monitored by the Ray and KubeRay maintainers.
9494

9595
KubeRay contributors are welcome to join the bi-weekly KubeRay community meetings.
9696

dashboard/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18-alpine AS base
1+
FROM node:24-alpine AS base
22

33
# Install dependencies only when needed
44
FROM base AS deps

historyserver/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# KubeRay History Server
2+
3+
This project is under active development.
4+
See [#ray-history-server](https://app.slack.com/client/TN4768NRM/C09QLLU8HTL) channel to provide feedback.
5+
6+
<!-- TODO: Add docs for local development -->

historyserver/cmd/collector/Dockerfile

Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package main

historyserver/cmd/historyserver/Dockerfile

Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package main

historyserver/go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/ray-project/kuberay/historyserver
2+
3+
go 1.24.8
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package eventserver
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package storage

0 commit comments

Comments
 (0)