Skip to content

Commit

Permalink
Merge pull request #79 from enp0s3/fix-doc
Browse files Browse the repository at this point in the history
docs: fix manifests and the deployment documentation
  • Loading branch information
Barakmor1 authored Nov 13, 2024
2 parents 0f04640 + 355d243 commit d1be001
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ $ oc wait mcp worker --for condition=Updated=True --timeout=-1s
7. #### Deploy `wasp-agent` <br>
* ##### Determine wasp-agent image pull URL:
```console
$ OCP_VERSION=$(oc get clusterversion | awk 'NR==2' |cut -d' ' -f4 | cut -d'-' -f1)
$ oc get csv kubevirt-hyperconverged-operator.v${OCP_VERSION} -nopenshift-cnv -ojson | jq '.spec.relatedImages[] | select(.name|test(".*wasp-agent.*")) | .image'
oc get csv -n openshift-cnv -l=operators.coreos.com/kubevirt-hyperconverged.openshift-cnv -ojson | jq '.items[0].spec.relatedImages[] | select(.name|test(".*wasp-agent.*")) | .image'
```
* ##### Create a `DaemonSet` with the relevant image URL according to the following [example](../manifests/openshift/ds.yaml).

Expand Down
2 changes: 1 addition & 1 deletion manifests/openshift/ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
containers:
- env:
- name: SWAP_UTILIZATION_THRESHOLD_FACTOR
value: 0.8
value: "0.8"
- name: MAX_AVERAGE_SWAP_IN_PAGES_PER_SECOND
value: "1000"
- name: MAX_AVERAGE_SWAP_OUT_PAGES_PER_SECOND
Expand Down

0 comments on commit d1be001

Please sign in to comment.