Skip to content

Commit a143e96

Browse files
committed
remove ao-logs - this fixes: kiali/kiali#2611
this also fixes some other metadata for the next release based on the new sdk
1 parent 6be90b3 commit a143e96

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

manifests/kiali-ossm/manifests/kiali.clusterserviceversion.yaml

+10-13
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@ spec:
158158
url: https://github.com/kiali/kiali-ui
159159
installModes:
160160
- type: OwnNamespace
161-
supported: true
161+
supported: false
162162
- type: SingleNamespace
163-
supported: true
163+
supported: false
164164
- type: MultiNamespace
165165
supported: false
166166
- type: AllNamespaces
@@ -188,6 +188,8 @@ spec:
188188
version: route.openshift.io/v1
189189
- kind: Ingress
190190
version: extensions/v1beta1
191+
- kind: ConsoleLink
192+
version: consolelinks.console.openshift.io/v1
191193
specDescriptors:
192194
- displayName: Authentication Strategy
193195
description: "Determines how a user is to log into Kiali. Supported strategies include 'openshift', 'openid', 'token', and 'anonymous'."
@@ -251,20 +253,11 @@ spec:
251253
spec:
252254
serviceAccountName: kiali-operator
253255
containers:
254-
- name: ansible
255-
command:
256-
- /usr/local/bin/ao-logs
257-
- /tmp/ansible-operator/runner
258-
- stdout
259-
image: registry-proxy.engineering.redhat.com/rh-osbs/openshift-service-mesh-kiali-rhel7-operator${KIALI_OPERATOR_TAG}
260-
imagePullPolicy: "IfNotPresent"
261-
volumeMounts:
262-
- mountPath: /tmp/ansible-operator/runner
263-
name: runner
264-
readOnly: true
265256
- name: operator
266257
image: registry-proxy.engineering.redhat.com/rh-osbs/openshift-service-mesh-kiali-rhel7-operator${KIALI_OPERATOR_TAG}
267258
imagePullPolicy: "IfNotPresent"
259+
args:
260+
- "--zap-level=info"
268261
volumeMounts:
269262
- mountPath: /tmp/ansible-operator/runner
270263
name: runner
@@ -283,6 +276,10 @@ spec:
283276
fieldPath: metadata.namespace
284277
- name: OPERATOR_NAME
285278
value: "kiali-operator"
279+
- name: ANSIBLE_DEBUG_LOGS
280+
value: "True"
281+
- name: ANSIBLE_VERBOSITY_KIALI_KIALI_IO
282+
value: "1"
286283
- name: RELATED_IMAGE_kiali_default
287284
value: "registry-proxy.engineering.redhat.com/rh-osbs/openshift-service-mesh-kiali-rhel7${KIALI_1_0_TAG}"
288285
- name: RELATED_IMAGE_kiali_v1_0

0 commit comments

Comments
 (0)