How to Fix OpenShift Console not Showing the Characters in Firefox
Recently when opening a console in the web-ui of OpenShift in Firefox, I saw the following:
This doesn’t happen when opening the console using Chromium.
In the Firefox debugger, we can see that we have the following error:
Blocked https://console-openshift-console.apps.rdopenshift.si.wp.lan/k8s/ns/openshift-pipelines/pods/el-azure-provisioner-pipeline-event-listener-b4c598b65-5j4xl/terminal from extracting canvas data because no user input was detected.
The error is due to a strict Firefox privacy setting that prevents characters from being loaded. To fix it, it’s enough to go to about:config and set privacy.resistFingerprinting to False.
After changing the setting we can see that the terminal is working again:
These Solutions are Engineered by Humans
Did you find this article interesting? Does it match your skill set? Our customers often present us with problems that need customized solutions. In fact, we’re currently hiring for roles just like this and others here at Würth Phoenix.
Some days after installing an OpenShift cluster you may notice a warning related to insights: the system is complaining because metrics are not stored in a persistent way and a restart of the container may cause the loss of metrics. Read More
On our OpenShift cluster we use pulp3 as the repository manager. One recent task we had to do was to add a certificate before we could expose the repository over TLS. Our IT department provided us with the certificate in Read More
Today we wanted to update our OpenShift cluster, and after a while we came up against the following error: Not good… Let's start by checking the clusterversion to investigate if we can find any errors: oc get clusterversion NAME VERSION Read More
In my previous blog-post I wrote an introduction to pipelining in OpenShift. This blog post is a follow-up to explain how to trigger a pipeline automatically. Tekton triggers are quite complex and need some explanation in order to be understood. Read More
It's been a while since my last blog post about our OpenShift journey since as a devops team, we've been focusing on other activities for a while. Today I'd like to talk a bit about how to use OpenShift for Read More