File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -138,16 +138,11 @@ $ oc adm policy add-scc-to-user -n wasp privileged -z wasp
138
138
$ oc wait mcp worker --for condition=Updated=True --timeout=-1s
139
139
----
140
140
141
- . Determine the pull URL for the wasp agent image by running the following commands :
141
+ . Determine the pull URL for the wasp agent image by running the following command :
142
142
+
143
143
[source,terminal]
144
144
----
145
- $ OCP_VERSION=$(oc get clusterversion | awk 'NR==2' |cut -d' ' -f4 | cut -d'-' -f1)
146
- ----
147
- +
148
- [source,terminal]
149
- ----
150
- $ oc get csv kubevirt-hyperconverged-operator.v${OCP_VERSION} -nopenshift-cnv -ojson | jq '.spec.relatedImages[] | select(.name|test(".*wasp-agent.*")) | .image'
145
+ $ 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'
151
146
----
152
147
153
148
. Deploy `wasp-agent` by creating a `DaemonSet` object as shown in the following example:
@@ -177,7 +172,7 @@ spec:
177
172
containers:
178
173
- env:
179
174
- name: SWAP_UTILIZATION_THRESHOLD_FACTOR
180
- value: 0.8
175
+ value: " 0.8"
181
176
- name: MAX_AVERAGE_SWAP_IN_PAGES_PER_SECOND
182
177
value: "1000"
183
178
- name: MAX_AVERAGE_SWAP_OUT_PAGES_PER_SECOND
You can’t perform that action at this time.
0 commit comments