Skip to content

Commit

Permalink
Merge pull request #399 from andy108369/bump-vers
Browse files Browse the repository at this point in the history
bump rook-ceph, ingress-nginx, nvidia-device-plugin, metallb versions
  • Loading branch information
HoomanDgtl authored Oct 17, 2024
2 parents 749fc2b + 52fe498 commit 3561527
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ kubectl apply -f nvidia-runtime-class.yaml
helm upgrade -i nvdp nvdp/nvidia-device-plugin \
--namespace nvidia-device-plugin \
--create-namespace \
--version 0.15.1 \
--version 0.16.2 \
--set runtimeClassName="nvidia" \
--set deviceListStrategy=volume-mounts
```
Expand All @@ -483,7 +483,7 @@ helm upgrade -i nvdp nvdp/nvidia-device-plugin \
root@ip-172-31-8-172:~# helm upgrade -i nvdp nvdp/nvidia-device-plugin \
--namespace nvidia-device-plugin \
--create-namespace \
--version 0.15.1 \
--version 0.16.2 \
--set runtimeClassName="nvidia" \
--set deviceListStrategy=volume-mounts
Expand Down Expand Up @@ -522,7 +522,7 @@ kubectl label nodes <node-name> allow-nvdp=true
helm upgrade -i nvdp nvdp/nvidia-device-plugin \
--namespace nvidia-device-plugin \
--create-namespace \
--version 0.15.1 \
--version 0.16.2 \
--set runtimeClassName="nvidia" \
--set deviceListStrategy=volume-mounts \
--set-string nodeSelector.allow-nvdp="true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ EOF
helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
helm upgrade --install ingress-nginx ingress-nginx/ingress-nginx \
--version 4.11.0 \
--version 4.11.3 \
--namespace ingress-nginx --create-namespace \
-f ingress-nginx-custom.yaml
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ helm repo update
helm upgrade -i nvdp nvdp/nvidia-device-plugin \
--namespace nvidia-device-plugin \
--create-namespace \
--version 0.15.1 \
--version 0.16.2 \
--set runtimeClassName="nvidia" \
--set deviceListStrategy=volume-mounts

Expand All @@ -253,7 +253,7 @@ helm upgrade -i nvdp nvdp/nvidia-device-plugin \
root@ip-172-31-8-172:~# helm upgrade -i nvdp nvdp/nvidia-device-plugin \
--namespace nvidia-device-plugin \
--create-namespace \
--version 0.15.1 \
--version 0.16.2 \
--set runtimeClassName="nvidia" \
--set deviceListStrategy=volume-mounts
Expand Down Expand Up @@ -296,7 +296,7 @@ helm repo update
helm upgrade -i nvdp nvdp/nvidia-device-plugin \
--namespace nvidia-device-plugin \
--create-namespace \
--version 0.15.1 \
--version 0.16.2 \
--set runtimeClassName="nvidia" \
--set deviceListStrategy=volume-mounts \
--set-string nodeSelector.allow-nvdp="true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,17 +205,17 @@ helm repo add rook-release https://charts.rook.io/release
- Verify the Rook repo has been added

```
helm search repo rook-release --version v1.14.8
helm search repo rook-release --version v1.15.3
```

- Expected/Example Result

```
# helm search repo rook-release --version v1.14.8
# helm search repo rook-release --version v1.15.3
NAME CHART VERSION APP VERSION DESCRIPTION
rook-release/rook-ceph v1.14.8 v1.14.8 File, Block, and Object Storage Services for yo...
rook-release/rook-ceph-cluster v1.14.8 v1.14.8 Manages a single Ceph cluster namespace for Rook
rook-release/rook-ceph v1.15.3 v1.15.3 File, Block, and Object Storage Services for yo...
rook-release/rook-ceph-cluster v1.15.3 v1.15.3 Manages a single Ceph cluster namespace for Rook
```

### **Deployment Steps**
Expand Down Expand Up @@ -260,7 +260,7 @@ EOF
### Install the Operator Chart

```
helm install --create-namespace -n rook-ceph rook-ceph rook-release/rook-ceph --version 1.14.8 -f rook-ceph-operator.values.yml
helm install --create-namespace -n rook-ceph rook-ceph rook-release/rook-ceph --version 1.15.3 -f rook-ceph-operator.values.yml
```

## PRODUCTION
Expand All @@ -270,7 +270,7 @@ helm install --create-namespace -n rook-ceph rook-ceph rook-release/rook-ceph --
- Install the Operator chart:

```
helm install --create-namespace -n rook-ceph rook-ceph rook-release/rook-ceph --version 1.14.8
helm install --create-namespace -n rook-ceph rook-ceph rook-release/rook-ceph --version 1.15.3
```

#### STEP 2 - Install Ceph Cluster Helm Chart
Expand Down Expand Up @@ -467,7 +467,7 @@ EOF

```
helm install --create-namespace -n rook-ceph rook-ceph-cluster \
--set operatorNamespace=rook-ceph rook-release/rook-ceph-cluster --version 1.14.8 -f rook-ceph-cluster.values.yml
--set operatorNamespace=rook-ceph rook-release/rook-ceph-cluster --version 1.15.3 -f rook-ceph-cluster.values.yml
```

#### STEP 3 - Label the storageClass
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Sections within this guide:
```
helm repo add metallb https://metallb.github.io/metallb
helm -n metallb-system install metallb metallb/metallb --version 0.14.7
helm -n metallb-system install metallb metallb/metallb --version 0.14.8
```

### Expose your MetalLB Controller to the Akash IP Operator
Expand Down

0 comments on commit 3561527

Please sign in to comment.