bf2fc6cc711aee1a0c2a/kas-installer

Kas-installer is not working for Openshift 4.9.X

franvila opened this issue · 11 comments

Using kas-installer for OSD 4.9.X does not work because of the observability operator version. It should install the latest version (currently 3.0.7) instead of the one used (I think it is 3.0.2). The installer is stuck on this step:

Screenshot from 2021-11-17 11-54-42

I really don't know about the backward compatibility, but we would need kas-installer to work with both versions of Openshift, 4.8.X and 4.9.X (and future) as we should always be testing with the latest version and been able to test in older versions to reproduce any issue.

Jenkins run: https://ci.int.devshift.net/view/managed-services/job/managed-kafka-perf-tests/65/console

Great! I didn't know it is already on track. Thanks!

I ran in to issues with Observability 3.0.7 and will revert the PR.

I ran in to issues with Observability 3.0.7 and will revert the PR.

@MikeEdgar What issues did you have that meant you had to revert?

@david-martin , @R-Lawton - with 3.0.7 the Grafana resource and grafana-deployment were not being created. I didn't get a chance to dig it, but I did not see any errors logged.

#112 has the changes. If anyone has a chance to look at getting to the cause, it would be most appreciated!

what version of 4.9 did you use? I used 4.9.7 and has no issues. I got to 4.9 via updating from 4.8

@R-Lawton , it was 4.9.5, but I had the same issue on 4.8.17.

I just tested it with OSD 4.9.8 and it stuck in the same place:
Deployment observability-operator-controller-manager still not created. Waiting...

This was fixed by #129