1
1
# kuberay-operator
2
2
3
- ![ Version: 1.4.0-rc.1 ] ( https://img.shields.io/badge/Version-1.4.0--rc.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
3
+ ![ Version: 1.4.0-rc.2 ] ( https://img.shields.io/badge/Version-1.4.0--rc.2 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
4
4
5
5
A Helm chart for deploying the Kuberay operator on Kubernetes.
6
6
@@ -29,8 +29,8 @@ helm version
29
29
``` sh
30
30
helm repo add kuberay https://ray-project.github.io/kuberay-helm/
31
31
32
- # Install both CRDs and KubeRay operator v1.4.0-rc.1 .
33
- helm install kuberay-operator kuberay/kuberay-operator --version 1.4.0-rc.1
32
+ # Install both CRDs and KubeRay operator v1.4.0-rc.2 .
33
+ helm install kuberay-operator kuberay/kuberay-operator --version 1.4.0-rc.2
34
34
35
35
# Check the KubeRay operator Pod in `default` namespace
36
36
kubectl get pods
@@ -58,10 +58,10 @@ helm version
58
58
59
59
``` sh
60
60
# Step 1: Install CRDs only (for cluster admin)
61
- kubectl create -k " github.com/ray-project/kuberay/ray-operator/config/crd?ref=v1.4.0-rc.1 &timeout=90s"
61
+ kubectl create -k " github.com/ray-project/kuberay/ray-operator/config/crd?ref=v1.4.0-rc.2 &timeout=90s"
62
62
63
63
# Step 2: Install KubeRay operator only. (for developer)
64
- helm install kuberay-operator kuberay/kuberay-operator --version 1.4.0-rc.1 --skip-crds
64
+ helm install kuberay-operator kuberay/kuberay-operator --version 1.4.0-rc.2 --skip-crds
65
65
```
66
66
67
67
## List the chart
@@ -71,7 +71,7 @@ To list the `my-release` deployment:
71
71
``` sh
72
72
helm ls
73
73
# NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
74
- # kuberay-operator default 1 2023-09-22 02:57:17.306616331 +0000 UTC deployed kuberay-operator-1.4.0-rc.1
74
+ # kuberay-operator default 1 2023-09-22 02:57:17.306616331 +0000 UTC deployed kuberay-operator-1.4.0-rc.2
75
75
```
76
76
77
77
## Uninstall the Chart
@@ -102,7 +102,7 @@ spec:
102
102
project : default
103
103
source :
104
104
repoURL : https://github.com/ray-project/kuberay
105
- targetRevision : v1.4.0-rc.1
105
+ targetRevision : v1.4.0-rc.2
106
106
path : helm-chart/kuberay-operator/crds
107
107
destination :
108
108
server : https://kubernetes.default.svc
@@ -122,7 +122,7 @@ metadata:
122
122
spec :
123
123
source :
124
124
repoURL : https://github.com/ray-project/kuberay
125
- targetRevision : v1.4.0-rc.1
125
+ targetRevision : v1.4.0-rc.2
126
126
path : helm-chart/kuberay-operator
127
127
helm :
128
128
skipCrds : true
@@ -148,7 +148,7 @@ spec:
148
148
| fullnameOverride | string | ` "kuberay-operator" ` | String to fully override release name. |
149
149
| componentOverride | string | ` "kuberay-operator" ` | String to override component name. |
150
150
| image.repository | string | ` "quay.io/kuberay/operator" ` | Image repository. |
151
- | image.tag | string | ` "v1.4.0-rc.1 " ` | Image tag. |
151
+ | image.tag | string | ` "v1.4.0-rc.2 " ` | Image tag. |
152
152
| image.pullPolicy | string | ` "IfNotPresent" ` | Image pull policy. |
153
153
| labels | object | ` {} ` | Extra labels. |
154
154
| annotations | object | ` {} ` | Extra annotations. |
0 commit comments