redhat-developer / web-terminal-operator

OpenShift Console Web Terminal
MIT License
41 stars 15 forks source link

The banner is not disappering after removing the operator from the Cluster #121

Open latheefp opened 2 years ago

latheefp commented 2 years ago

Summary

I have installed the operator for testing purpose and removed it. but still i can see the banner icon on the top of page.

i did restart, reg login, refresh of browser, still exists.

removed-error

HarikrishnanBalagopal commented 1 year ago

The code for it is here https://github.com/openshift/console/blob/3d6c0330f78023fc51b455805aa8d923f122c0da/frontend/packages/console-app/src/components/cloud-shell/CloudShellMastheadButton.tsx#L48

amisevsk commented 1 year ago

Hi @latheefp, a few questions on your set up:

I notice that the DevWorkspace Operator is still installed in your cluster. OCP 4.10 and below had a minor bug where the Web Terminal icon would be displayed incorrectly if DevWorkspace was installed on the cluster -- see https://bugzilla.redhat.com/show_bug.cgi?id=2006329