Skip to content

Commit

Permalink
24.0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cn-wencai committed Oct 11, 2024
1 parent 5497fa9 commit d95969f
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 20 deletions.
12 changes: 6 additions & 6 deletions README_K8S.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ chmod +x scripts/loadImages.sh
scripts/loadImages.sh -p ida-<version>.tgz -r <docker_registry>
#Example of using private docker registry:
scripts/loadImages.sh -p ida-24.0.8.tgz -r $REGISTRY_HOST/ida
scripts/loadImages.sh -p ida-24.0.8.1.tgz -r $REGISTRY_HOST/ida
```

## IDA Operator
Expand Down Expand Up @@ -107,10 +107,10 @@ chmod +x scripts/deployOperator.sh
scripts/deployOperator.sh -i <operator_image> -c <operator_scope> -s <image_pull_secret>
#Example of namespace-scoped operator:
scripts/deployOperator.sh -i $REGISTRY_HOST/ida/ida-operator:24.0.8 -s ida-operator-secret
scripts/deployOperator.sh -i $REGISTRY_HOST/ida/ida-operator:24.0.8.1 -s ida-operator-secret
#Example of cluster-scoped operator:
scripts/deployOperator.sh -i $REGISTRY_HOST/ida/ida-operator:24.0.8 -c Cluster -s ida-operator-secret
scripts/deployOperator.sh -i $REGISTRY_HOST/ida/ida-operator:24.0.8.1 -c Cluster -s ida-operator-secret
```

Expand Down Expand Up @@ -163,7 +163,7 @@ chmod +x scripts/upgradeOperator.sh
scripts/upgradeOperator.sh -i <operator_image>
#Example of using private docker registry:
scripts/upgradeOperator.sh -i $REGISTRY_HOST/ida/ida-operator:24.0.8
scripts/upgradeOperator.sh -i $REGISTRY_HOST/ida/ida-operator:24.0.8.1
```

Step 4. Monitor the pod until it shows a STATUS of "Running":
Expand Down Expand Up @@ -323,7 +323,7 @@ A custom resource YAML is a configuration file that describes an instance of a d

Parameters | Description
--- | --------------
idaWeb.image | Image URL. E.g., example.repository.com/ida/ida:24.0.8
idaWeb.image | Image URL. E.g., example.repository.com/ida/ida:24.0.8.1
idaWeb.imagePullPolicy | Image pull policy. The default value is **Always**.
idaWeb.imagePullSecrets | Image pull secrets. E.g., ida-docker-secret
idaWeb.replicas | Number of IDA pods. The default value is 1.
Expand Down Expand Up @@ -400,6 +400,6 @@ chmod +x scripts/upgradeIDA.sh
scripts/upgradeIDA.sh -i <ida_image>
#Example of using private docker registry:
scripts/upgradeIDA.sh -i $REGISTRY_HOST/ida/ida:24.0.8
scripts/upgradeIDA.sh -i $REGISTRY_HOST/ida/ida:24.0.8.1
```

2 changes: 1 addition & 1 deletion descriptors/cluster/cluster-role-binding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
app.kubernetes.io/instance: ida
app.kubernetes.io/managed-by: ida
app.kubernetes.io/name: ida
release: 24.0.8
release: 24.0.8.1
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
Expand Down
2 changes: 1 addition & 1 deletion descriptors/cluster/cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
app.kubernetes.io/instance: ida
app.kubernetes.io/managed-by: ida
app.kubernetes.io/name: ida
release: 24.0.8
release: 24.0.8.1
rules:
- apiGroups:
- ""
Expand Down
2 changes: 1 addition & 1 deletion descriptors/cluster/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
app.kubernetes.io/instance: ida
app.kubernetes.io/managed-by: ida
app.kubernetes.io/name: ida
release: 24.0.8
release: 24.0.8.1
spec:
replicas: 1
selector:
Expand Down
2 changes: 1 addition & 1 deletion descriptors/ida-operators-edit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
app.kubernetes.io/instance: ida
app.kubernetes.io/managed-by: ida
app.kubernetes.io/name: ida
release: 24.0.8
release: 24.0.8.1
rules:
- apiGroups:
- sdc.ibm.com
Expand Down
2 changes: 1 addition & 1 deletion descriptors/namespaced/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
app.kubernetes.io/instance: ida
app.kubernetes.io/managed-by: ida
app.kubernetes.io/name: ida
release: 24.0.8
release: 24.0.8.1
spec:
replicas: 1
selector:
Expand Down
2 changes: 1 addition & 1 deletion descriptors/namespaced/role-binding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
app.kubernetes.io/instance: ida
app.kubernetes.io/managed-by: ida
app.kubernetes.io/name: ida
release: 24.0.8
release: 24.0.8.1
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
Expand Down
2 changes: 1 addition & 1 deletion descriptors/namespaced/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
app.kubernetes.io/instance: ida
app.kubernetes.io/managed-by: ida
app.kubernetes.io/name: ida
release: 24.0.8
release: 24.0.8.1
rules:
- apiGroups:
- ""
Expand Down
2 changes: 1 addition & 1 deletion descriptors/operator-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
app.kubernetes.io/instance: ida
app.kubernetes.io/managed-by: ida
app.kubernetes.io/name: ida
release: 24.0.8
release: 24.0.8.1
spec:
group: sdc.ibm.com
names:
Expand Down
2 changes: 1 addition & 1 deletion descriptors/service-account.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ metadata:
app.kubernetes.io/instance: ida
app.kubernetes.io/managed-by: ida
app.kubernetes.io/name: ida
release: 24.0.8
release: 24.0.8.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Upgrade IDA from v24.0.7 to v24.0.8
## Upgrade IDA from v24.0.7 to v24.0.8.1

### Before you begin

Expand Down Expand Up @@ -26,7 +26,7 @@ chmod +x scripts/loadImages.sh
scripts/loadImages.sh -p ida-<version>.tgz -r <docker_registry>
#Example of using private docker registry:
scripts/loadImages.sh -p ida-24.0.8.tgz -r $REGISTRY_HOST/ida
scripts/loadImages.sh -p ida-24.0.8.1.tgz -r $REGISTRY_HOST/ida
```

Step 4. Log in to your cluster
Expand Down Expand Up @@ -65,14 +65,14 @@ oc project <operator_project_name>
oc project ida
```

Step 2. Updrade IDA operator to v24.0.8.
Step 2. Updrade IDA operator to v24.0.8.1.

```
chmod +x scripts/upgradeOperator.sh
scripts/upgradeOperator.sh -i <operator_image>
#Example of using private docker registry:
scripts/upgradeOperator.sh -i $REGISTRY_HOST/ida/ida-operator:24.0.8
scripts/upgradeOperator.sh -i $REGISTRY_HOST/ida/ida-operator:24.0.8.1
```

Step 3. Monitor the pod until it shows a STATUS of "Running":
Expand Down Expand Up @@ -100,7 +100,7 @@ chmod +x scripts/upgradeIDA.sh
scripts/upgradeIDA.sh -i <ida_image>
#Example of using private docker registry:
scripts/upgradeIDA.sh -i $REGISTRY_HOST/ida/ida:24.0.8
scripts/upgradeIDA.sh -i $REGISTRY_HOST/ida/ida:24.0.8.1
```

Step 3. Monitor the pod until it shows a STATUS of "Running":
Expand Down

0 comments on commit d95969f

Please sign in to comment.