OpenLens
OpenLens copied to clipboard
OpenLens 6.3.0 Blank UI
I upgraded from OpenLens 6.2.5 to 6.3.0 and now see a blank UI when I connect to any cluster
I was not experiencing this issue with 6.2.5. I tried opening and closing the application multiple times, but the same issue persisted. Anyone else having similar issues?
Same here
Same.
- The only thing that solved me for now is cmd+r after you are connected to the cluster and see the blank page.
- I've tried the deletion of ~/Library/Application Support/Lens with no success.
- I've tried also: https://github.com/ykursadkaya/homebrew-openlens and it's the same
- I've tried also downloading the 6.2.5 and it was the same...
- EDIT: 6.2.5 is working! go down to my msg, explaining how to downgrade back to 6.2.5
@ErezWeiss thank you for cmd+r
, indeed helps
@mtomilov great! Let us know if you solved it somehow
cmd+r
made the UI come back, but it seems that I have to run it every time I open Lens. Another issue I discovered is that the "Exec into container" and "Logs" button is gone from Pods
Was it in the previous version?
Nope. With 6.2.5 I see the "Pod Logs" and "Pod Shell" and "Attach to Pod" buttons
seems related: https://github.com/lensapp/lens/issues/1690
I've managed to install 6.2.5 and it seems to be working
brew uninstall openlens
rm -rf ~/Library/Application Support/OpenLens
rm -rf ~/Library/Logs/OpenLens
vi openlens.rb and paste this:
cask "openlens" do
arch arm: "-arm64"
version "6.2.5"
sha256 arm: "673a4ad49bb108bd1b995bf0d3eda971254ab6da4f54ad65f067208c8cde99db",
intel: "e680ca5f0091663435696eff4da6666007d7bc8cb69078f56d1b7d7674cca296"
url "https://github.com/MuhammedKalkan/OpenLens/releases/download/v#{version}/OpenLens-#{version}#{arch}.dmg"
name "OpenLens"
desc "Open source build of Lens Kubernetes IDE"
homepage "https://github.com/MuhammedKalkan/OpenLens/"
auto_updates true
app "OpenLens.app"
zap trash: [
"~/Library/Application Support/OpenLens",
"~/Library/Logs/OpenLens",
]
end
brew install --cask openlens.rb
lensapp/lens#1690
Relevant issue https://github.com/lensapp/lens/issues/6823
https://github.com/lensapp/lens/issues/6819 Smells of revenue protection disguised as a technical fix. The arch package maintainer has got stuffed by this too. I expect a fork from 6.2.x will be the only solution.
yeah they killed it
https://github.com/lensapp/lens/issues/6823#issuecomment-1363736366
Reading PRs like https://github.com/lensapp/lens/pull/6722 feels like they also want to disable binaries at OpenLens at all.
Wow... Seems like I will change from Lens
Also additionally to the above experience, I cannot change the sync files and folders option to have a specific config file. Always get reset to the default one.
Also additionally to the above experience, I cannot change the sync files and folders option to have a specific config file. Always get reset to the default one.
https://github.com/lensapp/lens/issues/6834
With 6.2.5 dmg, things work as expected. Unfortunately ther is no brew support for installing this specific version.
@rajaie-sg Can you test if it's still an issue in latest master
?
The good news is, that 6.4.0-alpha.0 fixes this issue and #6834 as well. Tested with local build on macOS Big Sur (M1 silicon)
With 6.2.5 dmg, things work as expected. Unfortunately ther is no brew support for installing this specific version.
I've explained it above
ErezWeiss
@ErezWeiss, this only works for one time and the application is auto-updated to 6.3.0
. tried to brew cu pin openlens
and other methods but can't get it to stop updating... any ideas?
Lens decide to make the update non toggleable.
The good news is, that 6.4.0-alpha.0 fixes this issue and #6834 as well. Tested with local build on macOS Big Sur (M1 silicon)
Maybe we have to build this one
ErezWeiss
@ErezWeiss, this only works for one time and the application is auto-updated to
6.3.0
. tried tobrew cu pin openlens
and other methods but can't get it to stop updating... any ideas?
Hi, after installing version 6.2.5 you can block updates by changing the permissions of the pending folder:
sudo chmod -R 000 ~/Library/Application\ Support/Caches/open-lens-updater/pending
same error here, on macOS with v6.3.0
Same here
Just my 2c, this kind of thing is typically "fork in the road" time to break off from upstream.
@djvs feel free to fork
@jkroepke To fork off from the main Lens I mean, not to fork OpenLens, sorry.