Lens - The Kubernetes IDE

Overview

Lens Open Source Project (OpenLens)

Build Status Chat on Slack

The Repository

This repository ("OpenLens") is where Team Lens develops the Lens IDE product together with the community. It is backed by a number of Kubernetes and cloud native ecosystem pioneers. This source code is available to everyone under the MIT license.

Lens - The Kubernetes IDE

Lens - The Kubernetes IDE ("Lens IDE") is a distribution of the OpenLens repository with Team Lens specific customizations released under a traditional EULA.

Lens IDE provides the full situational awareness for everything that runs in Kubernetes. It's lowering the barrier of entry for people just getting started and radically improving productivity for people with more experience.

Lens IDE a standalone application for MacOS, Windows and Linux operating systems. You can download it free of charge for Windows, MacOS, and Linux from Lens IDE website.

Screenshot

Installation

See Getting Started page.

Development

See Development page.

Contributing

See Contributing page.

Comments
  • No metrics with 5.3.0-latest.2021125.2

    No metrics with 5.3.0-latest.2021125.2

    Describe the bug After installing the 5.3.0-latest.2021125.2 version (both on Windows 10 and Rocky Linux 8.5) the metrics for GKE based cluster are not available.

    To Reproduce Steps to reproduce the behavior:

    1. Install 5.2.7 - the metrics are available
    2. Install 5.3.0 - the metrics are not available
    3. Uninstall 5.3.0 and install 5.2.7 again - metrics are available again

    Expected behavior The metric should be availabe

    Screenshots If applicable, add screenshots to help explain your problem. image

    image

    Environment (please complete the following information):

    • Lens Version: 5.3.0-latest.2021125.2
    • OS: Windows 10 and Rocky Linux 8.5 (RHEL 8.5)
    • Installation method (e.g. snap or AppImage in Linux): Windows - exe; Rocky - rpm
    • GKE base cluster
    • Lens metrics configuration: tried Auto detect (works on 5.2.7) and Prometheus Operator (works on 5.2.7)

    Kubeconfig: 5.2.7 works with the exact same Kubeconfig, so the latter is not an issue

    Additional context Add any other context about the problem here.

    bug area/metrics 
    opened by georok 63
  • Turn on strict mode in tsconfig.json, some helpful lints, and required cleanup where strictness necessitates it

    Turn on strict mode in tsconfig.json, some helpful lints, and required cleanup where strictness necessitates it

    • Turn on the following new lints:
      • react/jsx-first-prop-new-line
      • react/jsx-wrap-multilines
      • react/jsx-one-expression-per-line
      • react/jsx-max-props-per-line
      • react/jsx-indent
      • react/jsx-indent-props
      • no-restricted-imports

    All this work is done so that we can have greater confidence in our codebase. The main part of strict: true is treating null and undefined as separate and non-assignable types to all the other types. This will help catch bugs at compile time.

    Signed-off-by: Sebastian Malton [email protected]

    chore 
    opened by Nokel81 58
  • Remove ExtenedMap, ToggleSet, and observable versions

    Remove ExtenedMap, ToggleSet, and observable versions

    • Switch to helper functions instead. They don't impact the prototype tree and it means that we don't need to introduce versions that are both observable and "normal"

    • Tidy and hiddenTableColumns to not need pre-initialization

    Signed-off-by: Sebastian Malton [email protected]

    chore p2 
    opened by Nokel81 58
  • Auto-refresh is not working

    Auto-refresh is not working

    Describe the bug When I remove a pod, the pod list is not refreshed. To see recreated pod I have to click/change tab in UI

    To Reproduce

    1. click Pods tab
    2. Remove Pod

    Expected behavior The list automatically refreshes to show the new pod creation

    Screenshots Screenshot 2021-09-16 092146

    Environment (please complete the following information):

    • Lens Version: 5.2.0-latest.20210908
    • OS: Windows10
    • Installation method (e.g. snap or AppImage in Linux): Lens Setup version: 5.2.0-latest.20210908
    bug blocker p0 
    opened by pblim 53
  • OpenLens 6.3.0 - No Logs or Shell buttons

    OpenLens 6.3.0 - No Logs or Shell buttons

    Describe the bug After installing OpenLens v 6.3.0 i cannot see Logs and Shell buttons under pods / nodes

    To Reproduce Steps to reproduce the behavior:

    1. Install OpenLens on Windows using scoop
    2. Launching OpenLens

    Expected behavior I would like to see the Logs and Shell buttons like in standard Lens IDE

    Screenshots image

    Environment (please complete the following information):

    • Lens Version: OpenLens v 6.3.0
    • OS: Windows 10 Build 19044.2364
    • Installation method (e.g. snap or AppImage in Linux): scoop

    Logs: When you run the application executable from command line you will see some logging output. Please paste them here:

    info:    Ôľ¬ ­čöî Starting LensProxy +0ms
    info:    Ôľ¬ [LENS-PROXY]: Proxy server has started at 127.0.0.1:53779 +5ms
    info:    Ôľ¬ ­čöÄ Testing LensProxy connection ... +2ms
    info:    Ôľ¬ [LENS-USER-STORE]: LOADING ... +7ms
    info:    Ôľ¬ [LENS-USER-STORE]: LOADED from C:\Users\lukjaw\AppData\Roaming\OpenLens\lens-user-store.json +14ms
    info:    Ôľ¬ [LENS-CLUSTER-STORE]: LOADING ... +0ms
    info:    Ôľ¬ [LENS-CLUSTER-STORE]: LOADED from C:\Users\lukjaw\AppData\Roaming\OpenLens\lens-cluster-store.json +140ms
    info:    Ôľ¬ ÔÜí LensProxy connection OK +16ms
    info:    Ôľ¬ [CREATE-ELECTRON-WINDOW]: Loading content for window "splash" from file: C:\Users\lukjaw\scoop\apps\openlens\current\resources\app.asar\static\splash.html... +48ms
    info:    Ôľ¬ [CREATE-ELECTRON-WINDOW]: Window "splash" loaded +222ms
    info:    Ôľ¬ [LENS-EXTENSIONS]: LOADING ... +21ms
    info:    Ôľ¬ [LENS-EXTENSIONS]: LOADED from C:\Users\lukjaw\AppData\Roaming\OpenLens\lens-extensions.json +3ms
    info:    Ôľ¬ [LENS-WEBLINK-STORE]: LOADING ... +5ms
    info:    Ôľ¬ [LENS-WEBLINK-STORE]: LOADED from C:\Users\lukjaw\AppData\Roaming\OpenLens\lens-weblink-store.json +12ms
    info:    Ôľ¬ ­čôč Setting protocol client for lens:// +8ms
    info:    Ôľ¬ ­čôč Protocol client register succeeded Ôťů +2ms
    info:    Ôľ¬ ­čžę Initializing extensions +4ms
    info:    Ôľ¬ [LENS-FILESYSTEM-PROVISIONER-STORE]: LOADING ... +41ms
    info:    Ôľ¬ [LENS-FILESYSTEM-PROVISIONER-STORE]: LOADED from C:\Users\lukjaw\AppData\Roaming\OpenLens\lens-filesystem-provisioner-store.json +4ms
    info:    Ôľ¬ ­čÉÜ Syncing shell environment +0ms
    info:    Ôľ¬ [EXTENSIONS-LOADER]: auto initializing extensions +23ms
    info:    Ôľ¬ [LENS-HOTBAR-STORE]: LOADING ... +2ms
    info:    Ôľ¬ [LENS-HOTBAR-STORE]: LOADED from C:\Users\lukjaw\AppData\Roaming\OpenLens\lens-hotbar-store.json +10ms
    info:    Ôľ¬ [EXTENSION-DISCOVERY] loading extensions from C:\Users\lukjaw\AppData\Roaming\OpenLens +9ms
    info:    Ôľ¬ [EXTENSION-DISCOVERY] watching extension add/remove in C:\Users\lukjaw\.k8slens\extensions +12ms
    info:    Ôľ¬ [CREATE-ELECTRON-WINDOW]: Loading content for window "first-application-window" from url: http://localhost:53779... +17ms
    info:    Ôľ¬ [CREATE-ELECTRON-WINDOW]: Window "first-application-window" loaded +2s
    Checking for update
    info:    Ôľ¬ [KUBECONFIG-SYNC]: starting requested syncs +444ms
    info:    ÔöĆ [KUBECONFIG-SYNC]: starting sync of file/folder +2ms
    info:    ÔöŚ [1] { filePath: 'C:\\Users\\lukjaw\\AppData\\Roaming\\OpenLens\\kubeconfigs' }
    info:    ÔöĆ [KUBECONFIG-SYNC]: starting sync of file/folder +2ms
    info:    ÔöŚ [1] { filePath: 'C:\\Users\\lukjaw\\.kube' }
    
     
    Error: Error: Cannot find channel "latest.yml" update info: HttpError: 404
    "method: GET url: https://github.com/MuhammedKalkan/OpenLens/releases/download/Latest/latest.yml?noCache=1gkstml0t\n\nPlease double check that your authentication token is correct. Due to security reasons, actual status maybe not reported, but 404.\n"
    Headers: {
      "server": "GitHub.com",
      "date": "Thu, 22 Dec 2022 12:42:34 GMT",
      "content-type": "text/plain; charset=utf-8",
      "vary": "X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, Accept-Encoding, Accept, X-Requested-With",
      "cache-control": "no-cache",
      "strict-transport-security": "max-age=31536000; includeSubdomains; preload",
      "x-frame-options": "deny",
      "x-content-type-options": "nosniff",
      "x-xss-protection": "0",
      "referrer-policy": "no-referrer-when-downgrade",
      "content-security-policy": "default-src 'none'; base-uri 'self'; connect-src 'self'; form-action 'self'; img-src 'self' data:; script-src 'self'; style-src 'unsafe-inline'",
      "content-encoding": "gzip",
      "content-length": "29",
      "x-github-request-id": "D228:79F3:8527612:893D291:63A450BA"
    }
        at createHttpError (C:\Users\lukjaw\scoop\apps\openlens\6.3.0\resources\app.asar\node_modules\electron-updater\node_modules\builder-util-runtime\out\httpExecutor.js:14:12)
        at ElectronHttpExecutor.handleResponse (C:\Users\lukjaw\scoop\apps\openlens\6.3.0\resources\app.asar\node_modules\electron-updater\node_modules\builder-util-runtime\out\httpExecutor.js:116:20)
        at ClientRequest.<anonymous> (C:\Users\lukjaw\scoop\apps\openlens\6.3.0\resources\app.asar\node_modules\electron-updater\node_modules\builder-util-runtime\out\httpExecutor.js:82:26)
        at ClientRequest.emit (node:events:526:28)
        at ClientRequest.emit (node:domain:475:12)
        at SimpleURLLoaderWrapper.<anonymous> (node:electron/js2c/browser_init:101:6917)
        at SimpleURLLoaderWrapper.emit (node:events:526:28)
        at SimpleURLLoaderWrapper.emit (node:domain:475:12)
        at Object.newError (C:\Users\lukjaw\scoop\apps\openlens\6.3.0\resources\app.asar\node_modules\electron-updater\node_modules\builder-util-runtime\out\index.js:47:19)
        at GenericProvider.getLatestVersion (C:\Users\lukjaw\scoop\apps\openlens\6.3.0\resources\app.asar\node_modules\electron-updater\out\providers\GenericProvider.js:27:50)
        at async NsisUpdater.getUpdateInfoAndProvider (C:\Users\lukjaw\scoop\apps\openlens\6.3.0\resources\app.asar\node_modules\electron-updater\out\AppUpdater.js:298:19)
        at async NsisUpdater.doCheckForUpdates (C:\Users\lukjaw\scoop\apps\openlens\6.3.0\resources\app.asar\node_modules\electron-updater\out\AppUpdater.js:312:24)
        at async C:\Users\lukjaw\scoop\apps\openlens\6.3.0\resources\app.asar\static\build\main.js:2:413995
        at async r (C:\Users\lukjaw\scoop\apps\openlens\6.3.0\resources\app.asar\static\build\main.js:2:414485)
        at async C:\Users\lukjaw\scoop\apps\openlens\6.3.0\resources\app.asar\static\build\main.js:2:417149
    error:   ÔöĆ [UPDATE-APP/CHECK-FOR-UPDATES] Cannot find channel "latest.yml" update info: HttpError: 404
    "method: GET url: https://github.com/MuhammedKalkan/OpenLens/releases/download/Latest/latest.yml?noCache=1gkstml0t\n\nPlease double check that your authentication token is correct. Due to security reasons, actual status maybe not reported, but 404.\n"
    Headers: {
      "server": "GitHub.com",
      "date": "Thu, 22 Dec 2022 12:42:34 GMT",
      "content-type": "text/plain; charset=utf-8",
      "vary": "X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, Accept-Encoding, Accept, X-Requested-With",
      "cache-control": "no-cache",
      "strict-transport-security": "max-age=31536000; includeSubdomains; preload",
      "x-frame-options": "deny",
      "x-content-type-options": "nosniff",
      "x-xss-protection": "0",
      "referrer-policy": "no-referrer-when-downgrade",
      "content-security-policy": "default-src 'none'; base-uri 'self'; connect-src 'self'; form-action 'self'; img-src 'self' data:; script-src 'self'; style-src 'unsafe-inline'",
      "content-encoding": "gzip",
      "content-length": "29",
      "x-github-request-id": "D228:79F3:8527612:893D291:63A450BA"
    }
        at createHttpError (C:\Users\lukjaw\scoop\apps\openlens\6.3.0\resources\app.asar\node_modules\electron-updater\node_modules\builder-util-runtime\out\httpExecutor.js:14:12)
        at ElectronHttpExecutor.handleResponse (C:\Users\lukjaw\scoop\apps\openlens\6.3.0\resources\app.asar\node_modules\electron-updater\node_modules\builder-util-runtime\out\httpExecutor.js:116:20)
        at ClientRequest.<anonymous> (C:\Users\lukjaw\scoop\apps\openlens\6.3.0\resources\app.asar\node_modules\electron-updater\node_modules\builder-util-runtime\out\httpExecutor.js:82:26)
        at ClientRequest.emit (node:events:526:28)
        at ClientRequest.emit (node:domain:475:12)
        at SimpleURLLoaderWrapper.<anonymous> (node:electron/js2c/browser_init:101:6917)
        at SimpleURLLoaderWrapper.emit (node:events:526:28)
        at SimpleURLLoaderWrapper.emit (node:domain:475:12) +286ms
    error:   Ôöâ [ 1] Error: Cannot find channel "latest.yml" update info: HttpError: 404
    error:   Ôöâ [ 2] "method: GET url: https://github.com/MuhammedKalkan/OpenLens/releases/download/Latest/latest.yml?noCache=1gkstml0t\n\nPlease double check that your authentication token is correct. Due to security reasons, actual status maybe not reported, but 404.\n"
    error:   Ôöâ [ 3] Headers: {
    error:   Ôöâ [ 4]   "server": "GitHub.com",
    error:   Ôöâ [ 5]   "date": "Thu, 22 Dec 2022 12:42:34 GMT",
    error:   Ôöâ [ 6]   "content-type": "text/plain; charset=utf-8",
    error:   Ôöâ [ 7]   "vary": "X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, Accept-Encoding, Accept, X-Requested-With",
    error:   Ôöâ [ 8]   "cache-control": "no-cache",
    error:   Ôöâ [ 9]   "strict-transport-security": "max-age=31536000; includeSubdomains; preload",
    error:   Ôöâ [10]   "x-frame-options": "deny",
    error:   Ôöâ [11]   "x-content-type-options": "nosniff",
    error:   Ôöâ [12]   "x-xss-protection": "0",
    error:   Ôöâ [13]   "referrer-policy": "no-referrer-when-downgrade",
    error:   Ôöâ [14]   "content-security-policy": "default-src 'none'; base-uri 'self'; connect-src 'self'; form-action 'self'; img-src 'self' data:; script-src 'self'; style-src 'unsafe-inline'",
    error:   Ôöâ [15]   "content-encoding": "gzip",
    error:   Ôöâ [16]   "content-length": "29",
    error:   Ôöâ [17]   "x-github-request-id": "D228:79F3:8527612:893D291:63A450BA"
    error:   Ôöâ [18] }
    error:   Ôöâ [19]     at createHttpError (C:\Users\lukjaw\scoop\apps\openlens\6.3.0\resources\app.asar\node_modules\electron-updater\node_modules\builder-util-runtime\out\httpExecutor.js:14:12)
    error:   Ôöâ [20]     at ElectronHttpExecutor.handleResponse (C:\Users\lukjaw\scoop\apps\openlens\6.3.0\resources\app.asar\node_modules\electron-updater\node_modules\builder-util-runtime\out\httpExecutor.js:116:20)
    error:   Ôöâ [21]     at ClientRequest.<anonymous> (C:\Users\lukjaw\scoop\apps\openlens\6.3.0\resources\app.asar\node_modules\electron-updater\node_modules\builder-util-runtime\out\httpExecutor.js:82:26)
    error:   Ôöâ [22]     at ClientRequest.emit (node:events:526:28)
    error:   Ôöâ [23]     at ClientRequest.emit (node:domain:475:12)
    error:   Ôöâ [24]     at SimpleURLLoaderWrapper.<anonymous> (node:electron/js2c/browser_init:101:6917)
    error:   Ôöâ [25]     at SimpleURLLoaderWrapper.emit (node:events:526:28)
    error:   Ôöâ [26]     at SimpleURLLoaderWrapper.emit (node:domain:475:12)
    error:   Ôöâ [27]     at Object.newError (C:\Users\lukjaw\scoop\apps\openlens\6.3.0\resources\app.asar\node_modules\electron-updater\node_modules\builder-util-runtime\out\index.js:47:19)
    error:   Ôöâ [28]     at GenericProvider.getLatestVersion (C:\Users\lukjaw\scoop\apps\openlens\6.3.0\resources\app.asar\node_modules\electron-updater\out\providers\GenericProvider.js:27:50)
    error:   Ôöâ [29]     at async NsisUpdater.getUpdateInfoAndProvider (C:\Users\lukjaw\scoop\apps\openlens\6.3.0\resources\app.asar\node_modules\electron-updater\out\AppUpdater.js:298:19)
    error:   Ôöâ [30]     at async NsisUpdater.doCheckForUpdates (C:\Users\lukjaw\scoop\apps\openlens\6.3.0\resources\app.asar\node_modules\electron-updater\out\AppUpdater.js:312:24)
    error:   Ôöâ [31]     at async C:\Users\lukjaw\scoop\apps\openlens\6.3.0\resources\app.asar\static\build\main.js:2:413995
    error:   Ôöâ [32]     at async r (C:\Users\lukjaw\scoop\apps\openlens\6.3.0\resources\app.asar\static\build\main.js:2:414485)
    error:   Ôöâ [33]     at async C:\Users\lukjaw\scoop\apps\openlens\6.3.0\resources\app.asar\static\build\main.js:2:417149
    error:   ÔöŚ [34] { code: 'ERR_UPDATER_CHANNEL_FILE_NOT_FOUND' }
    

    Additional context I Was using Lens IDE on a license grace period and i wanted to switch to OpenLens.

    I removed previous Lens version and cleared all /User/Appdata files and any remaining files from old installations, rebooted, re-installed OpenLens again, tried also solution mentioned in here:

    https://github.com/lensapp/lens/issues/1690#issuecomment-886260245

    But i ran npm install from the scoop folder (C:\Users****\scoop\apps\openlens\6.3.0\resources\app.asar.unpacked\node_modules)

    bug 
    opened by lukjaw 50
  • Terminal : Support for Windows Subsystem for Linux

    Terminal : Support for Windows Subsystem for Linux

    What would you like to be added:

    Add an option in the Preference page allowing to select the shell used by the terminal similarly to Visual Studio Code.

    Why is this needed:

    Windows Subsystem for Linux is commonly used by Kubernetes administrator running on Windows. Today Lens seems to only support Git Bash

    Environment you are Lens application on:

    • Kubernetes distribution: Any
    • Desktop OS: Windows
    enhancement 
    opened by fjudith 50
  • Mobx-6 migration

    Mobx-6 migration

    Attempt to upgrade from 5.x to 6.x.

    (re)based on https://github.com/lensapp/lens/pull/2520

    Main pitfalls:

    • when using mobx decorators (e.g @observable) class constructor must include makeObservable(this)
    • don't usemobx.toJS() with partial observable data, e.g. toJS({x: 1, y: observable([])}) still returns result.y as observable => use common/utils/toJS to handle such cases.
    • don't apply @action for overriding class methods or use extra @override from mobx package
    • don't use @observable static for classes (there is no way to wrap it with makeObservable)
    • second argument in mobx.toJS has removed, e.g. toJS(data, {recursiveEverything: true}) will throw an error.
    • don't cache when(() => this.someObservableBoolean) in class fields (might not work as you expected)

    Try it locally:

    • git checkout mobx6-migration && yarn
    • make clean && make dev

    More info: https://mobx.js.org/migrating-from-4-or-5.html

    Fixes #1536

    enhancement 
    opened by ixrock 47
  • Use common/logger everywhere, remove main/logger export

    Use common/logger everywhere, remove main/logger export

    • in Renderer make it 'console' which a stub for silly level

    • in Main make it a winston logger with file output as well

    • in testing make it a jest mock stub

    • in all other cases make it a winston logger without file output

    Signed-off-by: Sebastian Malton [email protected]

    chore PR: needs rebase 
    opened by Nokel81 43
  • Blank Screen when accessing one (out of three) clusters

    Blank Screen when accessing one (out of three) clusters

    I have 3 clusters on Digital Ocean under various accounts. I have always been able to connect to them with Lens. About a week ago, I suddenly couldn't connect to one of the clusters. I've tried deleting and re-adding the config in kubectl, I've tried deleting and re-adding it to Lens. I just get a blank screen. kubectl works fine, it's just Lens that isn't showing anything. Lens has no trouble with the other clusters. They are all running the same version.

    Here's a screenshot of Lens and the terminal I launched it from when I try to connect to the cluster that Lens is having issues with:

    Screenshot from 2021-10-12 09-42-00

    • Lens Version: 5.2.5
    • OS: Linux (Mint)
    • Installation method (e.g. snap or AppImage in Linux): AppImage
    apiVersion: v1                                                                                                          
    clusters:                                                                                                               
    - cluster:                                                                                                              
        certificate-authority-data: --redacted--
        server: https://--redacted--.k8s.ondigitalocean.com                                         
      name: do-sfo2-aaronkube                                                                                               
    - cluster:                                                                                                              
        certificate-authority-data: --redacted--
        server: https://--redacted--.k8s.ondigitalocean.com                                         
      name: do-sfo2-caitkube                                                                                                
    - cluster:                                                                                                              
        certificate-authority-data: --redacted--
        server: https://--redacted--.k8s.ondigitalocean.com                                         
      name: do-sfo3-personalkube                                                                                            
    contexts:                                                                                                               
    - context:                                                                                                              
        cluster: do-sfo2-aaronkube                                                                                          
        user: do-sfo2-aaronkube-admin                                                                                       
      name: do-sfo2-aaronkube                                                                                               
    - context:                                                                                                              
        cluster: do-sfo2-caitkube                                                                                           
        user: do-sfo2-caitkube-admin                                                                                        
      name: do-sfo2-caitkube                                                                                                
    - context:                                                                                                              
        cluster: do-sfo3-personalkube                                                                                       
        user: do-sfo3-personalkube-admin                                                                                    
      name: do-sfo3-personalkube                                                                                            
    current-context: do-sfo2-aaronkube                                                                                      
    kind: Config                                                                                                            
    preferences: {}                                                                                                         
    users:                                                                                                                  
    - name: do-sfo2-aaronkube-admin                                                                                         
      user:                                                                                                                 
        exec:                                                                                                               
          apiVersion: client.authentication.k8s.io/v1beta1                                                                  
          args:                                                                                                             
          - kubernetes                                                                                                      
          - cluster                                                                                                         
          - kubeconfig                                                                                                      
          - exec-credential                                                                                                 
          - --version=v1beta1                                                                                               
          - --context=cait                                                                                                  
          - 28472d7b-cac9-4eb7-redacted
          command: doctl                                                                                                    
          env: null                                                                                                         
          provideClusterInfo: false                                                                                         
    - name: do-sfo2-caitkube-admin                                                                                          
      user:                                                                                                                 
        exec:                                                                                                               
          apiVersion: client.authentication.k8s.io/v1beta1                                                                  
          args:                                                                                                             
          - kubernetes                                                                                                      
          - cluster                                                                                                         
          - kubeconfig                                                                                                      
          - exec-credential                                                                                                 
          - --version=v1beta1                                                                                               
          - --context=cait                                                                                                  
          - 016d3b15-5806-4f83-8921-redacted
          command: doctl                                                                                                    
          env: null                                                                                                         
          provideClusterInfo: false                                                                                         
    - name: do-sfo2-redactedkube-admin                                                                                        
      user:                                                                                                                 
        token: --redacted--
    - name: do-sfo3-personalkube-admin                                                                                      
      user:                                                                                                                 
        exec:                                                                                                               
          apiVersion: client.authentication.k8s.io/v1beta1                                                                  
          args:                                                                                                             
          - kubernetes                                                                                                      
          - cluster                                                                                                         
          - kubeconfig                                                                                                      
          - exec-credential                                                                                                 
          - --version=v1beta1                                                                                               
          - --context=personal                                                                                              
          - 6f766a4d-2e46-4ca9-90c0-redacted
          command: doctl                                                                                                    
          env: null                                                                                                         
          provideClusterInfo: false                                                   
    

    This is a screenshot of the developer console in Lens when it can't connect: Screenshot from 2021-10-12 09-51-15

    bug blocker 
    opened by darkpixel 43
  • MonacoEditor component fixes & refactoring

    MonacoEditor component fixes & refactoring

    PR highlights:

    1. refactored react component <MonacoEditor/>:
    • detached from dock.store.ts
    • removed react-monaco-editor since buggy and provide no-real benefits instead of direct access to monaco-editor package apis
    • removed multiple redundant imports of theme-store & user-stores from places of editor usages
    • added webpack plugin monaco-editor-webpack-plugin to properly bundle editor with the app
    • faster/more reliable handling editor's dimensions with new ResizeObserver DOM api
    • improved UX with editor's focus when interacting with <Dock/> (e.g. resizing/open/close) + open/close animation
    1. Refactored dock-tab.store.ts (every dock-tab is using editor in some way, this is why it's in current PR):
    • predictable data initialization with DockTabStore.init(): void and DockTabStore.whenReady(): Promise
    • removed possibly memory leaks because of forgotten reaction for sync tab-data with local-storage
    • added methods DockTabStore.dispose() or DockTabStore.destroy() allows to fully destroy corresponding tab's data
    1. detached dock-tab views registration from dock.tsx
    2. added method-helpers for monitoring active tab state, see also dock.store.ts -> DockStore.onTabChange(callback, options?): IReactionDisposer -> DockStore.onTabClose(callback, options?): IReactionDisposer

    TODO / known bugs:

    • [x] terminal-tab background doesn't react to switching lens-theme to light/dark (see also: #2224)

    Troubleshooting:

    Q: editor's highlighting language syntax and theme is not applied / broken A: Try make clean && make dev

    Demo:

    https://user-images.githubusercontent.com/6377066/136702954-9d370424-1209-4b11-87ed-7f9ef72e5c2e.mov

    Before (Lens 5.2.5 + maybe latest master):

    • complete loosing focus to editor and restoring state (cursor position, selection, etc.) when switching between dock tabs
    • yaml validation error is shared between same kind of tabs (see video) and resets only when value changed

    https://user-images.githubusercontent.com/6377066/136702946-904044d6-3489-4185-b93f-d59468f52f1c.mov

    bug enhancement area/ui 
    opened by ixrock 42
  • Upgrade to latest node-fetch

    Upgrade to latest node-fetch

    • Introduce injection tokens for retriving the implementation of node-fetch via await import() calls

    • Add webpack file for compiling node-fetch to electron-renderer single file format

    Signed-off-by: Sebastian Malton [email protected]

    dependencies 
    opened by Nokel81 41
  • Bump dompurify from 2.4.1 to 2.4.3

    Bump dompurify from 2.4.1 to 2.4.3

    Bumps dompurify from 2.4.1 to 2.4.3.

    Release notes

    Sourced from dompurify's releases.

    DOMPurify 2.4.3

    • Final release that is compatible with MSIE10 & MSIE 11

    DOMPurify 2.4.2

    • Fixed a Trusted Types sink violation with empty input and NAMESPACE , thanks @​tosmolka
    • Fixed a Prototype Pollution issue discovered and reported by @​kevin-mizu
    Commits
    • 90326ef Merge pull request #750 from cure53/dependabot/npm_and_yarn/json5-1.0.2
    • fade506 chore: Prepare 2.4.3, final feature release compatible w. MSIE10/11
    • 3afe389 build(deps): bump json5 from 1.0.1 to 1.0.2
    • f1e180f fix: merged from latest main
    • 7707778 Update README.md
    • 5267b04 chore: Preparing 2.4.2 release
    • d1dd037 fix: Fixed a prototype pollution bug reported by @​kevin_mizu
    • 24d2a7f Merge pull request #748 from tosmolka/tosmolka/747
    • 7de86a0 Fix formatting
    • 191cc00 Fix Trusted Types Sink violation with empty input and NAMESPACE
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
  • Bump ws from 8.11.0 to 8.12.0

    Bump ws from 8.11.0 to 8.12.0

    Bumps ws from 8.11.0 to 8.12.0.

    Release notes

    Sourced from ws's releases.

    8.12.0

    Features

    • Added support for utf-8-validate@6 (ff63bba3).

    Other notable changes

    • buffer.isUtf8() is now used instead of utf-8-validate if available (42d79f60).
    Commits
    • a3214d3 [dist] 8.12.0
    • 42d79f6 [minor] Use buffer.isUtf8() if possible
    • ff63bba [pkg] Update utf-8-validate to version 6.0.0
    • d412358 [minor] Fix nits
    • 2dc2812 [minor] Make sendAfterClose() call the callback in the next tick
    • fb1dfd2 [doc] Fix badge URL
    • 83c72cf [perf] Make toBuffer() use FastBuffer
    • 1b057f9 [minor] Fix nit
    • e6a32f8 [perf] Use FastBuffer instead of Buffer#subarray()
    • 9e0fd77 [minor] Use Buffer#subarray() instead of Buffer#slice()
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
  • Bump postcss from 8.4.20 to 8.4.21

    Bump postcss from 8.4.20 to 8.4.21

    Bumps postcss from 8.4.20 to 8.4.21.

    Release notes

    Sourced from postcss's releases.

    8.4.21

    Changelog

    Sourced from postcss's changelog.

    8.4.21

    • Fixed Input#error types (by Aleks Hudochenkov).
    Commits
    • 32ced0e Release 8.4.21 version
    • a936b80 Update dependencies
    • c9bd445 Fix types
    • 4ad96d1 Merge pull request #1811 from hudochenkov/fix-input-types
    • 15f5fad Add types for an Input.error()
    • 43bd2df Merge pull request #1808 from hudochenkov/update-syntaxes
    • 292b8f0 Add postcss-styled-syntax to list of syntaxes
    • 29f5168 Update postcss-html and postcss-markdown repositories
    • See full diff in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
  • OpenLens 6.25 not able to show cluster CPU and Memory after eks upgraded to 1.24

    OpenLens 6.25 not able to show cluster CPU and Memory after eks upgraded to 1.24

    Describe the bug Before eks upgrade, lens worked fine with my eks clusters. It can show the cluster CPU and Memory usage. In the Node section, it also shows the cpu, memory and disk usage of each instance. After upgrading the eks from 1.22 to 1.24, all these metrics disappeared. No longer see these usages. screenshot: before the eks upgrade

    Screenshot2023_01_07_202501

    screenshot: after the eks upgrade image

    Tried to upgrade the OpenLens to 6.3.0, then all of the cluster information are missing. Same issue as this ticket https://github.com/lensapp/lens/issues/3891

    To Reproduce Steps to reproduce the behavior:

    1. upgrade eks from 1.22 to 1.24
    2. upgrade aws and update-kubeconfig
    3. reconnect the new eks cluster by lens
    4. See error

    Expected behavior Still can see the cluster CPU, memory usages. In the Node section, will be able to see the usage of each node's CPU, memory and disk.

    Environment (please complete the following information):

    • Lens Version: 6.25
    • OS: Mac
    bug 
    opened by xyfleet 0
  • Bump @swc/core from 1.3.24 to 1.3.25

    Bump @swc/core from 1.3.24 to 1.3.25

    Bumps @swc/core from 1.3.24 to 1.3.25.

    Changelog

    Sourced from @​swc/core's changelog.

    [1.3.25] - 2023-01-05

    Bug Fixes

    Documentation

    Features

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
Releases(v6.3.0)
  • v6.3.0(Dec 21, 2022)

    Changes since 6.2.6

    🚀 Features

    • Improve UX for shell env sync failure (#6644) https://github.com/Nokel81
    • Add buttons to quicky filter the current view by a specific namespace (#6677) https://github.com/Nokel81
    • Include bundled extensions in package.json (#6715) https://github.com/jakolehm
    • Refactor kube detail components and add KubeEvents automatically to all custom resources (#6468) https://github.com/Nokel81

    🐛 Bug Fixes

    • Handle globalAgent having a single non-array CA (#6628) https://github.com/Nokel81
    • Fix back navigation in entity settings (#6670) https://github.com/Nokel81
    • Fix not displaying any pie charts when missing only some data (#6671) https://github.com/Nokel81
    • Fix typing of ExtensionStore.createInstance static (#6764) https://github.com/Nokel81
    • Fix queries for operator provider metrics (#6679) https://github.com/Nokel81
    • Fix resize anchor z-index (#6784) https://github.com/aleksfront
    • Prevent shell sync commands from polluting history (#6668) https://github.com/Nokel81
    • Fix allowed resources checks on GKE (#6657) https://github.com/Nokel81
    • Split out use of httpsProxy preference (#6771) https://github.com/Nokel81

    🧰 Maintenance

    • Remove spdy support (#6580) https://github.com/Nokel81
    • Bump @swc/core from 1.3.14 to 1.3.18 (#6609) https://github.com/dependabot
    • Bump mini-css-extract-plugin from 2.6.1 to 2.7.0 (#6607) https://github.com/dependabot
    • Bump css-loader from 6.7.1 to 6.7.2 (#6608) https://github.com/dependabot
    • Bump typescript from 4.8.4 to 4.9.3 (#6606) https://github.com/dependabot
    • Bump concurrently from 7.5.0 to 7.6.0 (#6618) https://github.com/dependabot
    • Bump marked from 4.2.2 to 4.2.3 (#6617) https://github.com/dependabot
    • Bump eslint from 8.27.0 to 8.28.0 (#6616) https://github.com/dependabot
    • Bump @swc/core from 1.3.18 to 1.3.19 (#6615) https://github.com/dependabot
    • Make ClusterFrameManager fully injectable (#6590) https://github.com/Nokel81
    • Bump eslint-plugin-react from 7.31.10 to 7.31.11 (#6624) https://github.com/dependabot
    • Bump esbuild from 0.15.14 to 0.15.15 (#6621) https://github.com/dependabot
    • Bump @typescript-eslint/eslint-plugin from 5.43.0 to 5.44.0 (#6623) https://github.com/dependabot
    • Bump @typescript-eslint/parser from 5.43.0 to 5.44.0 (#6622) https://github.com/dependabot
    • Make systems CAs platform-independent using injectables (#6321) https://github.com/Nokel81
    • Add eslint support for package.json exports (#6639) https://github.com/jansav
    • Make ResourceStack fully injectable (#6591) https://github.com/Nokel81
    • Bump playwright from 1.28.0 to 1.28.1 (#6636) https://github.com/dependabot
    • Bump @types/lodash from 4.14.189 to 4.14.190 (#6638) https://github.com/dependabot
    • Bump @pmmmwh/react-refresh-webpack-plugin from 0.5.9 to 0.5.10 (#6646) https://github.com/dependabot
    • Make PrometheusProviderRegistry fully injectable (#6592) https://github.com/Nokel81
    • Bump @swc/core from 1.3.19 to 1.3.20 (#6656) https://github.com/dependabot
    • Bump esbuild from 0.15.15 to 0.15.16 (#6655) https://github.com/dependabot
    • Make EntitySettingRegistry fully injectable (#6604) https://github.com/Nokel81
    • Remove uses of legacy global logger from injectables (#6660) https://github.com/Nokel81
    • Bump @types/randomcolor from 0.5.6 to 0.5.7 (#6661) https://github.com/dependabot
    • Bump @typescript-eslint/parser from 5.44.0 to 5.45.0 (#6662) https://github.com/dependabot
    • Bump @typescript-eslint/eslint-plugin from 5.44.0 to 5.45.0 (#6663) https://github.com/dependabot
    • Bump mini-css-extract-plugin from 2.7.0 to 2.7.1 (#6673) https://github.com/dependabot
    • Bump @types/node from 16.18.3 to 16.18.4 (#6683) https://github.com/dependabot
    • Add milestone automatically to release PRs (#6681) https://github.com/Nokel81
    • Bump ts-loader from 9.4.1 to 9.4.2 (#6684) https://github.com/dependabot
    • Bump @types/lodash from 4.14.190 to 4.14.191 (#6685) https://github.com/dependabot
    • Bump query-string from 7.1.1 to 7.1.2 (#6694) https://github.com/dependabot
    • Bump @swc/core from 1.3.20 to 1.3.21 (#6695) https://github.com/dependabot
    • Bump react-select from 5.6.1 to 5.7.0 (#6696) https://github.com/dependabot
    • Replace CatalogEntityDetailRegistry with an injectable solution (#6605) https://github.com/Nokel81
    • Bump query-string from 7.1.2 to 7.1.3 (#6701) https://github.com/dependabot
    • Bump eslint from 8.28.0 to 8.29.0 (#6700) https://github.com/dependabot
    • Bump esbuild from 0.15.16 to 0.15.17 (#6699) https://github.com/dependabot
    • Bump @types/node from 16.18.4 to 16.18.6 (#6704) https://github.com/dependabot
    • Bump esbuild from 0.15.17 to 0.15.18 (#6702) https://github.com/dependabot
    • Bump @typescript-eslint/eslint-plugin and @typescript-eslint/parser from 5.45.0 to 5.45.1 (#6705) https://github.com/dependabot
    • Bump typescript from 4.9.3 to 4.9.4 (#6714) https://github.com/dependabot
    • Bump tar from 6.1.12 to 6.1.13 (#6712) https://github.com/dependabot
    • Bump mini-css-extract-plugin from 2.7.1 to 2.7.2 (#6709) https://github.com/dependabot
    • Bump esbuild from 0.15.18 to 0.16.3 (#6718) https://github.com/dependabot
    • Remove named exports from CSS module typings (#6723) https://github.com/Nokel81
    • Unify build fs layout (#6717) https://github.com/jakolehm
    • Bump @typescript-eslint/eslint-plugin and @typescript-eslint/parser from 5.45.1 to 5.46.0 (#6731) https://github.com/dependabot
    • Bump @swc/jest from 0.2.23 to 0.2.24 (#6729) https://github.com/dependabot
    • Simplify Error.cause logging (#6669) https://github.com/Nokel81
    • Bump @swc/core from 1.3.21 to 1.3.22 (#6735) https://github.com/dependabot
    • Bump typedoc from 0.23.21 to 0.23.22 (#6736) https://github.com/dependabot
    • Bump @types/react-beautiful-dnd from 13.1.2 to 13.1.3 (#6737) https://github.com/dependabot
    • Using custom properties for z-index values (#6733) https://github.com/aleksfront
    • Bump esbuild from 0.16.3 to 0.16.5 (#6747) https://github.com/dependabot
    • Bump @types/node from 16.18.6 to 16.18.9 (#6746) https://github.com/dependabot
    • Bump @typescript-eslint/parser from 5.46.0 to 5.46.1 (#6745) https://github.com/dependabot
    • Bump @typescript-eslint/eslint-plugin from 5.46.0 to 5.46.1 (#6744) https://github.com/dependabot
    • Bump marked and @types/marked (#6753) https://github.com/dependabot
    • Bump esbuild from 0.16.5 to 0.16.7 (#6755) https://github.com/dependabot
    • Bump @swc/core from 1.3.22 to 1.3.23 (#6754) https://github.com/dependabot
    • Bump css-loader from 6.7.2 to 6.7.3 (#6752) https://github.com/dependabot
    • Make base store non Singleton (#6690) https://github.com/Nokel81
    • Bump rfc6902 from 4.0.2 to 5.0.0 (#6765) https://github.com/dependabot
    • Bump moment-timezone from 0.5.39 to 0.5.40 (#6767) https://github.com/dependabot
    • Bump got from 11.8.5 to 11.8.6 (#6768) https://github.com/dependabot
    • Bump rfc6902 from 5.0.0 to 5.0.1 (#6766) https://github.com/dependabot
    • Bump @kubernetes/client-node from 0.17.1 to 0.18.0 (#6769) https://github.com/dependabot
    • Make apiBase not an InjectionToken and make openNodeShellSession not special (#6774) https://github.com/Nokel81
    • Bump eslint from 8.29.0 to 8.30.0 (#6776) https://github.com/dependabot
    • Bump sass from 1.56.1 to 1.57.0 (#6777) https://github.com/dependabot
    • Bump esbuild from 0.16.7 to 0.16.9 (#6778) https://github.com/dependabot
    • Bump playwright from 1.28.1 to 1.29.0 (#6779) https://github.com/dependabot
    • Bump @types/node from 16.18.9 to 16.18.10 (#6791) https://github.com/dependabot
    • Remove in-tree extensions to help facilitate a more secure and faster booting lens (#6775) https://github.com/Nokel81
    • Bump esbuild from 0.16.9 to 0.16.10 (#6790) https://github.com/dependabot
    • Bump sass from 1.57.0 to 1.57.1 (#6793) https://github.com/dependabot
    • Bump typedoc from 0.23.22 to 0.23.23 (#6792) https://github.com/dependabot
    • Navigation logging injectable (#6797) https://github.com/samitiilikainen
    • Fix broken import after PR merge (#6803) https://github.com/Nokel81
    Source code(tar.gz)
    Source code(zip)
  • v6.2.6(Dec 21, 2022)

    Changes since 6.2.5

    🐛 Bug Fixes

    • Remove blue borders in light themed tables (#6734) https://github.com/aleksfront
    • Fix loosing osx dock and tray icons on window reopen (#6770) https://github.com/aleksfront
    • Fix helm chart readme load app crash (#6781) https://github.com/aleksfront
    • Fix app crash opening Install Chart dock tab (#6782) https://github.com/aleksfront
    • Fix: load pods from all namespaces in node details (#6794) https://github.com/aleksfront

    🧰 Maintenance

    • Fix publishing @k8slens/extension package to NPM (#6758) https://github.com/Nokel81
    • Always publish NPM package from workflow (#6761) https://github.com/Nokel81
    • Fix always releasing master as NPM package (#6763) https://github.com/Nokel81
    • Fix release workflow file (#6772) https://github.com/Nokel81
    Source code(tar.gz)
    Source code(zip)
  • v6.2.5(Dec 6, 2022)

    Changes since 6.2.4

    🐛 Bug Fixes

    • Fix race conditrion preventing window from opening (#6680) https://github.com/Nokel81
    • Fix: remove excessive scrollbars from the TabLayout view (#6689) https://github.com/aleksfront
    • Fix not being able to add custom helm repos (#6692) https://github.com/Nokel81
    • Fix crash in PersistentVolumeDetails (#6691) https://github.com/Nokel81
    • Fix top-bar .separator width (#6706) https://github.com/aleksfront

    🧰 Maintenance

    • Bump electron from 19.1.8 to 19.1.9 (#6686) https://github.com/dependabot
    Source code(tar.gz)
    Source code(zip)
  • v6.2.4(Nov 30, 2022)

    Changes since 6.2.3

    🐛 Bug Fixes

    • Fix extensions using "application" as magic string for preference tab (#6666) https://github.com/Iku-turso
    • Make preferences from extensions using tabs "application" and "telemetry" appear as last (#6674) https://github.com/Iku-turso

    🧰 Maintenance

    • Bump electron from 19.1.7 to 19.1.8 (#6664) https://github.com/dependabot
    Source code(tar.gz)
    Source code(zip)
  • v6.2.3(Nov 25, 2022)

    Changes since 6.2.2

    🐛 Bug Fixes

    • fix: revert "getAllowedResources for all namespaces using SelfSubjectRulesReview" (#6614) for causing "GKE Cluster won't show config, workloads, or anything at all..." (#6645)
    Source code(tar.gz)
    Source code(zip)
  • v6.2.2(Nov 24, 2022)

    Changes since 6.2.1

    🐛 Bug Fixes

    • fix: getAllowedResources for all namespaces using SelfSubjectRulesReview (#6614) https://github.com/ahippler
    • Add missing gutter between sections in cluster settings (#6631) https://github.com/jansav
    • Adding spacing between Metrics Settings sections (#6632) https://github.com/aleksfront
    • Fix crash when upgrading release (#6626) https://github.com/Nokel81
    • Fix: adjust padding after cluster settings avatar (#6634) https://github.com/aleksfront
    • Fix KubeApi watch retry on timeout (#6640) https://github.com/jakolehm

    🧰 Maintenence

    • Bump electron from 19.1.6 to 19.1.7 #6637) https://github.com/apps/dependabot
    Source code(tar.gz)
    Source code(zip)
  • v6.2.1(Nov 21, 2022)

  • v6.2.0(Nov 17, 2022)

    Changes since 6.1.19

    🚀 Features

    • Add Runtime Classes views (#6294) https://github.com/dex4er
    • Add distribution and version columns for KubernetesClusters (#6166) https://github.com/Nokel81
    • Clickable links in pods details for ServiceAccount, PriorityClass and RuntimeClass (#6352) https://github.com/dex4er
    • Leases view (#6378) https://github.com/dex4er
    • Clickable StorageClass (#6410) https://github.com/dex4er
    • Export node-pty spawn from main to extensions (#6438) https://github.com/jakolehm
    • Increase log file maxsize from 16KB to 1MB (#6458) https://github.com/jakolehm
    • Expose a way to add cluster frame components in Extension API (#6385) https://github.com/aleksfront
    • Remove hyperlink of Helm Maintainers (#6579) https://github.com/Nokel81
    • Allow computed tray menu for extensions (#6598) https://github.com/panuhorsmalahti

    🐛 Bug Fixes

    • Revert "Remove mac-ca usage since it was only in tests (#6043)" (#6319) https://github.com/Nokel81
    • Refactor runnables (#6528) https://github.com/Nokel81
    • Preserve preference URLs (#6501) https://github.com/Iku-turso
    • Fix auto finding logic of preferred versions (#6573) https://github.com/Nokel81
    • Fix CronJob trigger menu missing (#6581) https://github.com/Nokel81
    • Do not mark terminating namespaces as disabled (#6577) https://github.com/Nokel81
    • Fix not being able to install Lens metrics (#6597) https://github.com/Nokel81
    • Fix not using the users configured shell for sync (#6589) https://github.com/Nokel81
    • Block renderering non http(s):// links via <Icon> (#6588) https://github.com/Nokel81

    🧰 Maintenance

    • Bump esbuild from 0.15.7 to 0.15.10 (#6300) https://github.com/dependabot
    • Bump @types/sharp from 0.30.5 to 0.31.0 (#6271) https://github.com/dependabot
    • Bump nodemon from 2.0.19 to 2.0.20 (#6269) https://github.com/dependabot
    • Bump @types/node from 16.11.59 to 16.11.63 (#6305) https://github.com/dependabot
    • Bump electron from 19.0.17 to 19.1.1 (#6306) https://github.com/dependabot
    • Stop overriding intree extension versions on build (#6239) https://github.com/Nokel81
    • Remove mac-ca usage since it was only in tests (#6043) https://github.com/Nokel81
    • Bump typedoc-plugin-markdown to 3.13.6 to fix documentation creation (#6308) https://github.com/Nokel81
    • Making apiBase injectable (#6022) https://github.com/Nokel81
    • Bump playwright from 1.25.2 to 1.26.1 (#6313) https://github.com/dependabot
    • Bump @typescript-eslint/parser from 5.37.0 to 5.39.0 (#6312) https://github.com/dependabot
    • Bump webpack-dev-server from 4.11.0 to 4.11.1 (#6311) https://github.com/dependabot
    • Bump react-router-dom from 5.3.3 to 5.3.4 (#6324) https://github.com/dependabot
    • Bump ts-loader from 9.3.1 to 9.4.1 (#6326) https://github.com/dependabot
    • Bump sass from 1.54.9 to 1.55.0 (#6325) https://github.com/dependabot
    • Bump @ogre-tools/injectable-extension-for-mobx from 10.1.0 to 10.3.2 (#6328) https://github.com/dependabot
    • Bump sharp from 0.31.0 to 0.31.1 (#6330) https://github.com/dependabot
    • Bump @ogre-tools/injectable-extension-for-auto-registration from 10.1.0 to 10.3.2 (#6333) https://github.com/dependabot
    • Bump @types/lodash from 4.14.185 to 4.14.186 (#6329) https://github.com/dependabot
    • Remove logging env in integration tests (#6336) https://github.com/Nokel81
    • Bump @ogre-tools/injectable from 10.1.0 to 10.3.2 (#6332) https://github.com/dependabot
    • Don't run linux integration tests on the unit matrix entry (#6339) https://github.com/Nokel81
    • Upgrade all injectable libraries to v11 (#6338) https://github.com/Nokel81
    • Bump react-router and @types/react-router (#6314) https://github.com/dependabot
    • Bump @swc/core from 1.3.1 to 1.3.4 (#6335) https://github.com/dependabot
    • Bump joi from 17.6.0 to 17.6.2 (#6334) https://github.com/dependabot
    • Bump postcss from 8.4.16 to 8.4.17 (#6337) https://github.com/dependabot
    • Remove sentry logger-transport (#6345) https://github.com/jakolehm
    • Bump @swc/core from 1.3.4 to 1.3.5 (#6342) https://github.com/dependabot
    • Bump semver from 7.3.7 to 7.3.8 (#6341) https://github.com/dependabot
    • Bump eslint from 8.23.1 to 8.24.0 (#6343) https://github.com/dependabot
    • Bump @typescript-eslint/eslint-plugin from 5.37.0 to 5.39.0 (#6340) https://github.com/dependabot
    • Bump adr from 1.4.2 to 1.4.3 (#6347) https://github.com/dependabot
    • Bump @swc/jest from 0.2.22 to 0.2.23 (#6348) https://github.com/dependabot
    • Bump typescript from 4.8.3 to 4.8.4 (#6349) https://github.com/dependabot
    • Bump @types/node from 16.11.63 to 16.11.64 (#6346) https://github.com/dependabot
    • Bump eslint-plugin-react from 7.31.8 to 7.31.10 (#6386) https://github.com/dependabot
    • Bump @pmmmwh/react-refresh-webpack-plugin from 0.5.7 to 0.5.8 (#6381) https://github.com/dependabot
    • Bump electron-builder from 23.3.3 to 23.6.0 (#6379) https://github.com/dependabot
    • Bump @types/tar from 6.1.2 to 6.1.3 (#6380) https://github.com/dependabot
    • Bump @typescript-eslint/parser from 5.39.0 to 5.40.0 (#6389) https://github.com/dependabot
    • Bump playwright from 1.26.1 to 1.27.0 (#6390) https://github.com/dependabot
    • Bump joi from 17.6.2 to 17.6.3 (#6388) https://github.com/dependabot
    • Bump typedoc from 0.23.15 to 0.23.16 (#6391) https://github.com/dependabot
    • Bump @typescript-eslint/eslint-plugin from 5.39.0 to 5.40.0 (#6393) https://github.com/dependabot
    • Bump eslint from 8.24.0 to 8.25.0 (#6394) https://github.com/dependabot
    • Bump @swc/core from 1.3.5 to 1.3.6 (#6392) https://github.com/dependabot
    • Bump @types/node from 16.11.64 to 16.11.65 (#6395) https://github.com/dependabot
    • Bump electron from 19.1.1 to 19.1.2 (#6396) https://github.com/dependabot
    • Add better type safety around Channels (#6133) https://github.com/Nokel81
    • Bump @swc/core from 1.3.6 to 1.3.7 (#6406) https://github.com/dependabot
    • Bump postcss from 8.4.17 to 8.4.18 (#6405) https://github.com/dependabot
    • Bump react-select from 5.4.0 to 5.5.0 (#6404) https://github.com/dependabot
    • Bump playwright from 1.27.0 to 1.27.1 (#6403) https://github.com/dependabot
    • Fix scss compilation warning by removing flex.box dependency (#6411) https://github.com/aleksfront
    • Bump moment-timezone from 0.5.37 to 0.5.38 (#6415) https://github.com/dependabot
    • Bump @types/node from 16.11.65 to 16.11.66 (#6414) https://github.com/dependabot
    • Bump esbuild from 0.15.10 to 0.15.11 (#6412) https://github.com/dependabot
    • Bump react-select from 5.5.0 to 5.5.1 (#6413) https://github.com/dependabot
    • Bump @typescript-eslint/parser from 5.40.0 to 5.40.1 (#6417) https://github.com/dependabot
    • Bump @swc/core from 1.3.7 to 1.3.9 (#6418) https://github.com/dependabot
    • Bump @types/node from 16.11.66 to 16.11.68 (#6423) https://github.com/dependabot
    • Bump typedoc from 0.23.16 to 0.23.17 (#6422) https://github.com/dependabot
    • Bump react-select from 5.5.1 to 5.5.2 (#6421) https://github.com/dependabot
    • Update version on master to 6.2.0-alpha.0 (#6428) https://github.com/Nokel81
    • Add automatic workflow for bumping version on master (#6429) https://github.com/Nokel81
    • Bump tailwindcss from 3.1.8 to 3.2.0 (#6434) https://github.com/dependabot
    • Bump esbuild from 0.15.11 to 0.15.12 (#6433) https://github.com/dependabot
    • Bump react-select from 5.5.2 to 5.5.4 (#6445) https://github.com/dependabot
    • Bump immer from 9.0.15 to 9.0.16 (#6457) https://github.com/dependabot
    • Bump @swc/core from 1.3.9 to 1.3.10 (#6455) https://github.com/dependabot
    • Bump tailwindcss from 3.2.0 to 3.2.1 (#6454) https://github.com/dependabot
    • Bump joi from 17.6.3 to 17.6.4 (#6456) https://github.com/dependabot
    • Bump ws from 8.9.0 to 8.10.0 (#6467) https://github.com/dependabot
    • Bump @typescript-eslint/parser from 5.40.1 to 5.41.0 (#6466) https://github.com/dependabot
    • Bump typedoc from 0.23.17 to 0.23.18 (#6465) https://github.com/dependabot
    • Bump @typescript-eslint/eslint-plugin from 5.40.1 to 5.41.0 (#6464) https://github.com/dependabot
    • Bump @types/node from 16.11.68 to 16.18.0 (#6471) https://github.com/dependabot
    • Bump react-select from 5.5.4 to 5.5.6 (#6470) https://github.com/dependabot
    • Bump concurrently from 7.4.0 to 7.5.0 (#6472) https://github.com/dependabot
    • Bump eslint from 8.25.0 to 8.26.0 (#6473) https://github.com/dependabot
    • Refactor and transform "Application update", "Preferences" and "Application menu" into Features (#6437) https://github.com/Iku-turso
    • Change log level to file always be debug (#6462) https://github.com/Nokel81
    • Bump ogre-tools and adapt to breaking changes (#6481) https://github.com/Iku-turso
    • Bump @types/node from 16.18.0 to 16.18.2 (#6477) https://github.com/dependabot
    • Bump @swc/core from 1.3.10 to 1.3.11 (#6474) https://github.com/dependabot
    • Bump @types/semver from 7.3.12 to 7.3.13 (#6476) https://github.com/dependabot
    • Bump react-select from 5.5.6 to 5.5.7 (#6475) https://github.com/dependabot
    • Bump typedoc from 0.23.18 to 0.23.19 (#6487) https://github.com/dependabot
    • Bump @types/node from 16.18.2 to 16.18.3 (#6489) https://github.com/dependabot
    • Bump mock-fs from 5.1.4 to 5.2.0 (#6488) https://github.com/dependabot
    • Remove global version of appEventBus (#6096) https://github.com/Nokel81
    • Bump react-window from 1.8.7 to 1.8.8 (#6495) https://github.com/dependabot
    • Bump @types/lodash from 4.14.186 to 4.14.187 (#6496) https://github.com/dependabot
    • Bump @typescript-eslint/parser from 5.41.0 to 5.42.0 (#6494) https://github.com/dependabot
    • Bump @typescript-eslint/eslint-plugin from 5.41.0 to 5.42.0 (#6493) https://github.com/dependabot
    • Bump react-select from 5.5.7 to 5.5.9 (#6498) https://github.com/dependabot
    • Bump joi from 17.6.4 to 17.7.0 (#6500) https://github.com/dependabot
    • Bump tar from 6.1.11 to 6.1.12 (#6499) https://github.com/dependabot
    • Bump marked from 4.1.1 to 4.2.0 (#6497) https://github.com/dependabot
    • Bump marked from 4.2.0 to 4.2.1 (#6506) https://github.com/dependabot
    • Bump react-select from 5.5.9 to 5.6.0 (#6507) https://github.com/dependabot
    • Bump typedoc from 0.23.19 to 0.23.20 (#6514) https://github.com/dependabot
    • Bump esbuild from 0.15.12 to 0.15.13 (#6511) https://github.com/dependabot
    • Bump sass from 1.55.0 to 1.56.0 (#6512) https://github.com/dependabot
    • Bump npm from 8.19.2 to 8.19.3 (#6513) https://github.com/dependabot
    • Bump ws from 8.10.0 to 8.11.0 (#6525) https://github.com/dependabot
    • Bump sharp from 0.31.1 to 0.31.2 (#6522) https://github.com/dependabot
    • Bump @types/lodash from 4.14.187 to 4.14.188 (#6524) https://github.com/dependabot
    • Bump eslint from 8.26.0 to 8.27.0 (#6523) https://github.com/dependabot
    • Bump @typescript-eslint/parser from 5.42.0 to 5.42.1 (#6533) https://github.com/dependabot
    • Bump marked from 4.2.1 to 4.2.2 (#6536) https://github.com/dependabot
    • Bump tailwindcss from 3.2.1 to 3.2.2 (#6535) https://github.com/dependabot
    • Bump @typescript-eslint/eslint-plugin from 5.42.0 to 5.42.1 (#6534) https://github.com/dependabot
    • Bump @swc/core from 1.3.11 to 1.3.14 (#6540) https://github.com/dependabot
    • Bump sass from 1.56.0 to 1.56.1 (#6549) https://github.com/dependabot
    • Bump webpack from 5.74.0 to 5.75.0 (#6548) https://github.com/dependabot
    • Bump tailwindcss from 3.2.2 to 3.2.3 (#6547) https://github.com/dependabot
    • Bump dompurify from 2.4.0 to 2.4.1 (#6556) https://github.com/dependabot
    • Bump @pmmmwh/react-refresh-webpack-plugin from 0.5.8 to 0.5.9 (#6557) https://github.com/dependabot
    • Bump tailwindcss from 3.2.3 to 3.2.4 (#6562) https://github.com/dependabot
    • Bump postcss from 8.4.18 to 8.4.19 (#6555) https://github.com/dependabot
    • Upgrade to latest node-fetch (#6046) https://github.com/Nokel81
    • Bump mobx-react from 7.5.3 to 7.6.0 (#6570) https://github.com/dependabot
    • Bump react-select from 5.6.0 to 5.6.1 (#6567) https://github.com/dependabot
    • Bump @types/dompurify from 2.3.4 to 2.4.0 (#6569) https://github.com/dependabot
    • Bump @types/lodash from 4.14.188 to 4.14.189 (#6568) https://github.com/dependabot
    • Bump moment-timezone from 0.5.38 to 0.5.39 (#6585) https://github.com/dependabot
    • Bump @typescript-eslint/eslint-plugin and @typescript-eslint/parser from 5.42.1 to 5.43.0 (#6584) https://github.com/dependabot
    • Bump node-fetch from 3.2.10 to 3.3.0 (#6583) https://github.com/dependabot
    • Bump esbuild from 0.15.13 to 0.15.14 (#6582) https://github.com/dependabot
    • Bump playwright from 1.27.1 to 1.28.0 (#6596) https://github.com/dependabot
    • Bump mobx from 6.6.2 to 6.7.0 (#6593) https://github.com/dependabot
    • Add winston formatting support for error causes (#6576) https://github.com/Nokel81
    • Bump electron from 19.1.5 to 19.1.6 (#6594) https://github.com/dependabot
    • Bump typedoc from 0.23.20 to 0.23.21 (#6595) https://github.com/dependabot
    Source code(tar.gz)
    Source code(zip)
  • v6.1.19(Nov 10, 2022)

    Changes since 6.1.18

    🐛 Bug Fixes

    • Detach shell process in computeUnixShellEnvironmentInjectable (#6551) https://github.com/jakolehm
    • Fix cron jobs not being viewable on newer kube (#6542) https://github.com/Nokel81

    🧰 Maintenance

    • Bump electron from 19.1.4 to 19.1.5 (#6546) https://github.com/dependabot
    Source code(tar.gz)
    Source code(zip)
  • v6.1.18(Nov 9, 2022)

  • v6.1.17(Nov 8, 2022)

    Changes since 6.1.16

    🐛 Bug Fixes

    • Fix jsonPath functions (#6530) https://github.com/Nokel81
    • Fix installing extension dependencies (#6537) https://github.com/Nokel81

    🧰 Maintenance

    • Improve unix shell env sync error logging (#6531) https://github.com/Nokel81
    • Fix computeUnixShellEnv tests (#6532) https://github.com/Nokel81
    Source code(tar.gz)
    Source code(zip)
  • v6.1.16(Nov 7, 2022)

  • v6.1.15(Nov 4, 2022)

    Changes since 6.1.14

    🐛 Bug Fixes

    • React on any KubeObjectStore eventsBuffer change, not just length (#6490) https://github.com/jakolehm
    • Fix compute unix shell environment timeout (#6516) https://github.com/jakolehm
    • Fix syncing shell environment when using fish (#6502) https://github.com/Nokel81

    🧰 Maintenance

    • Bump electron from 19.1.2 to 19.1.3 (#6409) https://github.com/dependabot
    • Bump electron from 19.1.3 to 19.1.4 (#6505) https://github.com/dependabot
    • Replace deprecated github actions ::set-output (#6509) https://github.com/Nokel81
    Source code(tar.gz)
    Source code(zip)
  • v6.1.14(Oct 28, 2022)

  • v6.1.13(Oct 24, 2022)

    Changes since 6.1.12

    🐛 Bug Fixes

    • Fix kubeconfig-sync sometimes producing multiple identical entities (#5855) https://github.com/Nokel81
    • Fix AppImage windows not showing the application icon (#6444) https://github.com/babs
    • Update all links within application (#6442) https://github.com/Nokel81
    • Fix syncing shell env on TCSH and CSH (#6453) https://github.com/Nokel81
    • Fix manually set prometheus service address to work after re-connect (#6435) https://github.com/nevalla

    🧰 Maintenance

    • Require milestones on PRs before merging (#6431) https://github.com/Nokel81
    • Fix links in Readme (#6441) https://github.com/Nokel81
    • Bump lens-k8s-proxy to v0.3.0 (#6461) https://github.com/Nokel81
    Source code(tar.gz)
    Source code(zip)
  • v6.1.12(Oct 13, 2022)

    Changes since 6.1.11

    🐛 Bug Fixes

    • Fix windows shell not having all environment variables (#6402) https://github.com/Nokel81

    🧰 Maintenance

    • Adding asc provider (#6302) https://github.com/billyto
    Source code(tar.gz)
    Source code(zip)
  • v6.1.11(Oct 11, 2022)

    Changes since 6.1.10

    🐛 Bug Fixes

    • Fix crash when opening pod details (#6376) https://github.com/Nokel81
    • Fix ReactiveDuration to update as frequently as necessary (#6375) https://github.com/Nokel81

    🧰 Maintenance

    • Add release guide (#6374) https://github.com/Nokel81
    Source code(tar.gz)
    Source code(zip)
  • v6.1.10(Oct 7, 2022)

  • v6.1.9(Oct 7, 2022)

    Changes since 6.1.3

    🧰 Maintenance

    • Add logging for what would be a release PR merge (#6368) https://github.com/Nokel81
    • Check if operator in release PR is correct (#6369) https://github.com/Nokel81
    • Fix filtering on the release workflow (#6370) https://github.com/Nokel81
    • More debugging to understand why targetting isn't working (#6366) https://github.com/Nokel81
    • Testing pull_request:closed workflow (#6362) https://github.com/Nokel81
    • Different testing code (#6363) https://github.com/Nokel81
    • Add complete debug to release workflow for testing (#6364) https://github.com/Nokel81
    • Filter release workflow via if instead of on (#6360) https://github.com/Nokel81
    • Attempt 2 to fix the targetting of release workflow (#6357) https://github.com/Nokel81
    • Fix when the release workflow is triggered (#6355) https://github.com/Nokel81
    Source code(tar.gz)
    Source code(zip)
  • v6.1.3(Oct 7, 2022)

    Changes since 6.1.2

    🐛 Bug Fixes

    • ignore prerelease tag for kubectl version to download (#6299) https://github.com/jim-docker
    • Fix loading helm release details (#6318) https://github.com/Nokel81
    • Improve shellEnv (#6351) https://github.com/jakolehm

    🧰 Maintenance

    • Split integration tests into seperate jobs from unit tests for faster CI (#6310) https://github.com/Nokel81
    • Make creating releases automatic on merge of release PRs (#6353) https://github.com/Nokel81
    Source code(tar.gz)
    Source code(zip)
  • v6.1.2(Oct 4, 2022)

    Changes since 6.1.1

    🐛 Bug Fixes

    • Remove get-logs telemetry event (#6296) https://github.com/jweak
    • Delete old extensions when app is updated on Windows (#6301) https://github.com/jweak
    • Add missing space in "Remove x items" (#6290) https://github.com/ajhall
    Source code(tar.gz)
    Source code(zip)
  • v6.1.1(Sep 21, 2022)

  • v6.1.0(Sep 20, 2022)

    Changes since 6.1.0-alpha.1

    🐛 Bug Fixes

    • Fix crash on clean startup (#6276) https://github.com/Nokel81

    🧰 Maintenance

    • Bump jose from 4.8.3 to 4.9.3 (#6266) https://github.com/dependabot
    • Download arm64 linux binaries (#6223) https://github.com/jkroepke
    Source code(tar.gz)
    Source code(zip)
  • v6.1.0-alpha.1(Sep 16, 2022)

    Changes since 6.0.2

    🚀 Features

    • Show extension api version (#6038) https://github.com/jakolehm
    • Add Service Account in pods details (#6050) https://github.com/dex4er
    • Add node name column to pods list (#6025) https://github.com/krlosmederos
    • Add option to download all logs from the container (#5970) https://github.com/aleksfront
    • Update metric queries used for Helm installed Prometheus (#6139) https://github.com/nevalla
    • Reset Prometheus metrics provider on disconnect (#6158) https://github.com/nevalla
    • Add Prometheus Helm 14.x metrics provider (#6157) https://github.com/nevalla
    • Introduce a centralised way to emit telemetry from calls of injectable functions (#6164) https://github.com/Iku-turso
    • Initial telemetry whitelist (#6181) https://github.com/jweak
    • Allow extensions to control status bar item visibility (#6178) https://github.com/panuhorsmalahti
    • Leading topbar home button to welcome page (#6218) https://github.com/aleksfront
    • Make welcome page configurable (#6232) https://github.com/jim-docker

    🐛 Bug Fixes

    • Fix doughnut graphs on workload overview sometimes not showing (#5727) https://github.com/Nokel81
    • Use extension version as projectVersion for exported ExtensionStore (#6161) https://github.com/Nokel81
    • Fix envFrom.prefix not being applied in container's env view (#5434) https://github.com/Nokel81
    • Readd space between key and value in ENV display (#6183) https://github.com/Nokel81
    • Make opening of release details work properly when release has resources without namespace (#6088) https://github.com/jansav
    • Install all extensions via package.json (#6214) https://github.com/jakolehm
    • Fix discovering extensions with with scopes (#6221) https://github.com/Nokel81
    • Fix beta->latest->beta upgrade loop (#6189) https://github.com/Nokel81
    • Fix overflow on main layout not being scrolled (#6258) https://github.com/Nokel81
    • Revert KubeJsonApi removal from extension api (#6260) https://github.com/Nokel81
    • Fix typing issue with missing build.publish field (#6264) https://github.com/Nokel81

    🧰 Maintenance

    • Replace individual mocks for withTooltip with global mock (#5962) https://github.com/jansav
    • Tweak timing of starting and stopping kubeconfig sync (#5982) https://github.com/jansav
    • Tweak timing of starting and stopping periodical checking for updates (#5981) https://github.com/jansav
    • Remove usage of deprecated xtermjs's registerLinkMatcher API (#5996) https://github.com/Nokel81
    • Start doing Architectural Decision Records (ADRs) (#5712) https://github.com/Iku-turso
    • Bump react-select-event from 5.5.0 to 5.5.1 (#5997) https://github.com/dependabot
    • Update injectable for improved performance (#6011) https://github.com/jansav
    • Optimize getting injectable paths only once for all test suites (#6013) https://github.com/jansav
    • Upgrade to electron@^19 (#5369) https://github.com/Nokel81
    • Rename old directory for behaviours as "features" (#6033) https://github.com/Iku-turso
    • Replace static application window with ability to create many (#5979) https://github.com/jansav
    • Make injectables in new "features"-directory auto register (#6034) https://github.com/Iku-turso
    • Bump postcss from 8.4.14 to 8.4.16 (#5998) https://github.com/dependabot
    • Bump tailwindcss from 3.1.6 to 3.1.8 (#6019) https://github.com/dependabot
    • Bump @types/sharp from 0.30.4 to 0.30.5 (#6000) https://github.com/dependabot
    • Bump webpack-dev-server from 4.9.3 to 4.10.0 (#6058) https://github.com/dependabot
    • Bump @typescript-eslint/eslint-plugin from 5.32.0 to 5.33.1 (#6056) https://github.com/dependabot
    • Bump electron from 19.0.4 to 19.0.13 (#6072) https://github.com/dependabot
    • Bump @types/lodash from 4.14.182 to 4.14.184 (#6070) https://github.com/dependabot
    • Bump @swc/core from 1.2.223 to 1.2.241 (#6066) https://github.com/dependabot
    • Bump esbuild from 0.14.53 to 0.15.5 (#6071) https://github.com/dependabot
    • Replace some mocks with overrides (#6014) https://github.com/jansav
    • Bump @types/node from 16.11.47 to 16.11.55 (#6090) https://github.com/dependabot
    • Bump sass from 1.54.2 to 1.54.5 (#6083) https://github.com/dependabot
    • Bump @types/webpack-env from 1.17.0 to 1.18.0 (#6095) https://github.com/dependabot
    • Bump @typescript-eslint/eslint-plugin from 5.33.1 to 5.34.0 (#6094) https://github.com/dependabot
    • Bump @swc/core from 1.2.241 to 1.2.242 (#6093) https://github.com/dependabot
    • Bump @testing-library/jest-dom from 5.16.4 to 5.16.5 (#6079) https://github.com/dependabot
    • Bump typedoc from 0.23.8 to 0.23.10 (#6103) https://github.com/dependabot
    • Bump eslint-plugin-react from 7.30.1 to 7.31.0 (#6102) https://github.com/dependabot
    • Bump eslint from 8.21.0 to 8.22.0 (#6101) https://github.com/dependabot
    • Bump @typescript-eslint/eslint-plugin from 5.33.1 to 5.35.1 (#6098) https://github.com/dependabot
    • Bump @typescript-eslint/parser from 5.31.0 to 5.35.1 (#6107) https://github.com/dependabot
    • Bump moment-timezone from 0.5.34 to 0.5.37 (#6108) https://github.com/dependabot
    • Bump dompurify and @types/dompurify (#6109) https://github.com/dependabot
    • Bump marked and @types/marked (#6105) https://github.com/dependabot
    • Revert eslint-plugin-react to 7.30.1 to fix linting (#6130) https://github.com/Nokel81
    • Bump @types/semver from 7.3.10 to 7.3.12 (#6127) https://github.com/dependabot
    • Bump typedoc from 0.23.10 to 0.23.11 (#6124) https://github.com/dependabot
    • Bump playwright from 1.24.2 to 1.25.1 (#6126) https://github.com/dependabot
    • Bump eslint from 8.22.0 to 8.23.0 (#6125) https://github.com/dependabot
    • Fix issues when using newer @types/semver (#6132) https://github.com/Nokel81
    • Add data-warning prop on button for better snapshot testing (#6040) https://github.com/Nokel81
    • Update failing tests after merge (#6140) https://github.com/Nokel81
    • Bump webpack-dev-server from 4.10.0 to 4.10.1 (#6135) https://github.com/dependabot
    • Bump esbuild from 0.15.5 to 0.15.6 (#6134) https://github.com/dependabot
    • Bump sass from 1.54.5 to 1.54.6 (#6136) https://github.com/dependabot
    • Remove release building pipelines (#6117) https://github.com/Nokel81
    • Bump marked from 4.0.19 to 4.1.0 (#6144) https://github.com/dependabot
    • Bump react-beautiful-dnd from 13.1.0 to 13.1.1 (#6145) https://github.com/dependabot
    • Bump sass from 1.54.6 to 1.54.7 (#6147) https://github.com/dependabot
    • reinstate integration tests on windows (#6152) https://github.com/jim-docker
    • Bump typescript, @typescript-eslint/eslint-plugin, and @typescript-eslint/parser (#6143) https://github.com/Nokel81
    • Bump sass from 1.54.7 to 1.54.8 (#6154) https://github.com/dependabot
    • Update snapshots from other work (#6160) https://github.com/Nokel81
    • Bump typedoc from 0.23.11 to 0.23.13 (#6153) https://github.com/dependabot
    • Bump @swc/core from 1.2.244 to 1.2.246 (#6162) https://github.com/dependabot
    • Bump electron from 19.0.14 to 19.0.15 (#6163) https://github.com/dependabot
    • Fix type error in download-logs test (#6167) https://github.com/Nokel81
    • Bump @swc/core from 1.2.246 to 1.2.247 (#6175) https://github.com/dependabot
    • Bump @types/node from 16.11.56 to 16.11.57 (#6174) https://github.com/dependabot
    • Bump esbuild from 0.15.6 to 0.15.7 (#6173) https://github.com/dependabot
    • Bump @typescript-eslint/eslint-plugin from 5.36.1 to 5.36.2 (#6185) https://github.com/dependabot
    • Bump sharp from 0.30.7 to 0.31.0 (#6184) https://github.com/dependabot
    • Bump esbuild-loader from 2.19.0 to 2.20.0 (#6172) https://github.com/dependabot
    • Move pod-logs test to features folder (#6188) https://github.com/Nokel81
    • Bump eslint-plugin-react from 7.30.1 to 7.31.7 (#6186) https://github.com/dependabot
    • Bump npm to 8.19.1 (#6176) https://github.com/jakolehm
    • Bump typedoc from 0.23.13 to 0.23.14 (#6190) https://github.com/dependabot
    • Bump @typescript-eslint/parser from 5.36.1 to 5.36.2 (#6192) https://github.com/dependabot
    • Bump @swc/core from 1.2.247 to 1.2.248 (#6191) https://github.com/dependabot
    • Bump selfsigned from 2.0.1 to 2.1.1 (#6193) https://github.com/dependabot
    • Assume that bundled extensions are always compatible (#6195) https://github.com/Nokel81
    • Bump electron from 19.0.15 to 19.0.16 (#6199) https://github.com/dependabot
    • Bump mobx-react from 7.5.2 to 7.5.3 (#6200) https://github.com/dependabot
    • Bump mobx from 6.6.1 to 6.6.2 (#6201) https://github.com/dependabot
    • Bump @types/node from 16.11.57 to 16.11.58 (#6202) https://github.com/dependabot
    • Bump playwright from 1.25.1 to 1.25.2 (#6206) https://github.com/dependabot
    • Bump webpack-dev-server from 4.10.1 to 4.11.0 (#6207) https://github.com/dependabot
    • Bump @swc/core from 1.2.248 to 1.2.249 (#6208) https://github.com/dependabot
    • Bump @types/marked from 4.0.6 to 4.0.7 (#6209) https://github.com/dependabot
    • Bump winston from 3.8.1 to 3.8.2 (#6210) https://github.com/dependabot
    • Bump concurrently from 7.3.0 to 7.4.0 (#6211) https://github.com/dependabot
    • Bump sass from 1.54.8 to 1.54.9 (#6212) https://github.com/dependabot
    • Bump typescript from 4.8.2 to 4.8.3 (#6216) https://github.com/dependabot
    • Bump @swc/core from 1.2.249 to 1.3.0 (#6228) https://github.com/dependabot
    • Bump eslint-plugin-react from 7.31.7 to 7.31.8 (#6230) https://github.com/dependabot
    • Bump @types/lodash from 4.14.184 to 4.14.185 (#6227) https://github.com/dependabot
    • Bump @kubernetes/client-node from 0.17.0 to 0.17.1 (#6229) https://github.com/dependabot
    • Bump @typescript-eslint/parser from 5.36.2 to 5.37.0 (#6234) https://github.com/dependabot
    • Bump react-virtualized-auto-sizer from 1.0.6 to 1.0.7 (#6235) https://github.com/dependabot
    • Bump jest-mock-extended from 2.0.7 to 2.0.9 (#6244) https://github.com/dependabot
    • Bump npm from 8.19.1 to 8.19.2 (#6243) https://github.com/dependabot
    • Bump @types/node from 16.11.58 to 16.11.59 (#6242) https://github.com/dependabot
    • Bump @sentry/electron from 3.0.7 to 3.0.8 (#6241) https://github.com/dependabot
    • Bump version in package.json (#6249) https://github.com/Nokel81
    • Upgrade release making script to support skipping PRs (#6182) https://github.com/Nokel81
    • Bump @swc/core from 1.3.0 to 1.3.1 (#6253) https://github.com/dependabot
    • Clean up versioning and packageJson uses (#6196) https://github.com/Nokel81
    • Bump adr from 1.4.1 to 1.4.2 (#6261) https://github.com/dependabot
    Source code(tar.gz)
    Source code(zip)
  • v6.0.2(Sep 9, 2022)

    Changes since v6.0.1

    🐛 Bug Fixes

    • Prevent massed remounting of dock tabs when dock height changes (#6104) https://github.com/jansav
    • Fix node conditions column text-align (#6092) https://github.com/aleksfront
    • Fix <Select/> text overflow below baseline (#6085) https://github.com/aleksfront
    • Use abort-controller package to fix typing issues (#6077) https://github.com/Nokel81
    • Fix light or dark flash while connecting to cluster (#6076) https://github.com/aleksfront
    • Fix iframes white background (#6074) https://github.com/aleksfront
    • Fix UI for scaling ReplicaSets (#6052) https://github.com/krlosmederos
    • Use official node-fetch 2.x (#6049) https://github.com/jakolehm
    • Don't error out if we can't find resources from helm in our cluster, and handle "blank" output from kubectl gracefully. (#6039) https://github.com/mipearson
    • Fix badge not expanding on click when appropriate (#6029) https://github.com/Nokel81
    • Fix distribution detector erroneously depending on previous metadata (#6023) https://github.com/Nokel81
    • Remove Tabs hover line width transition (#6020) https://github.com/aleksfront
    • Fix Badges being too small when scrollable and not expandable (#5987) https://github.com/Nokel81
    • Fix IPv6 missing brackets in httpProxy.ServerOptions (#5914) https://github.com/Dominic1DL
    • Allow reactive tray item labels for extensions (#6036) https://github.com/jansav
    • Fix Promethes operator metrics provider detection (#6150) https://github.com/nevalla
    • Remove requests/limits text data for workload metrics (#6128) https://github.com/aleksfront
    • Fix: align sidebar menu items (#6138) https://github.com/aleksfront

    🧰 Maintenance

    • Use default export to fix issue with package lying with types (#6081) https://github.com/Nokel81
    • Disable fail-fast on the testing CI jobs (#6080) https://github.com/Nokel81
    • Switch ubuntu CI to ubuntu-20.04 (#6078) https://github.com/Nokel81
    • Override @astronautlabs/jsonpath's underscore version (#6044) https://github.com/Nokel81
    Source code(tar.gz)
    Source code(zip)
  • v6.0.2-beta.0(Sep 6, 2022)

    Changes since 6.0.2-alpha.1

    🐛 Bug Fixes

    • Fix Promethes operator metrics provider detection (#6150) https://github.com/nevalla
    • Remove requests/limits text data for workload metrics (#6128) https://github.com/aleksfront
    • Fix: align sidebar menu items (#6138) https://github.com/aleksfront
    Source code(tar.gz)
    Source code(zip)
  • v6.0.2-alpha.1(Aug 30, 2022)

    Changes since 6.0.2-alpha.0

    🐛 Bug Fixes

    • Fix IPv6 missing brackets in httpProxy.ServerOptions (#5914) https://github.com/Dominic1DL
    • Allow reactive tray item labels for extensions (#6036) https://github.com/jansav
    Source code(tar.gz)
    Source code(zip)
  • v6.0.2-alpha.0(Aug 26, 2022)

    Changes since 6.0.1

    🐛 Bug Fixes

    • Prevent massed remounting of dock tabs when dock height changes (#6104) https://github.com/jansav
    • Fix node conditions column text-align (#6092) https://github.com/aleksfront
    • Fix <Select/> text overflow below baseline (#6085) https://github.com/aleksfront
    • Use abort-controller package to fix typing issues (#6077) https://github.com/Nokel81
    • Fix light or dark flash while connecting to cluster (#6076) https://github.com/aleksfront
    • Fix iframes white background (#6074) https://github.com/aleksfront
    • Fix UI for scaling ReplicaSets (#6052) https://github.com/krlosmederos
    • Use official node-fetch 2.x (#6049) https://github.com/jakolehm
    • Don't error out if we can't find resources from helm in our cluster, and handle "blank" output from kubectl gracefully. (#6039) https://github.com/mipearson
    • Fix badge not expanding on click when appropriate (#6029) https://github.com/Nokel81
    • Fix distribution detector erroneously depending on previous metadata (#6023) https://github.com/Nokel81
    • Remove Tabs hover line width transition (#6020) https://github.com/aleksfront
    • Fix Badges being too small when scrollable and not expandable (#5987) https://github.com/Nokel81

    🧰 Maintenance

    • Use default export to fix issue with package lying with types (#6081) https://github.com/Nokel81
    • Disable fail-fast on the testing CI jobs (#6080) https://github.com/Nokel81
    • Switch ubuntu CI to ubuntu-20.04 (#6078) https://github.com/Nokel81
    • Override @astronautlabs/jsonpath's underscore version (#6044) https://github.com/Nokel81
    Source code(tar.gz)
    Source code(zip)
  • v6.0.1(Aug 10, 2022)

    Changes since 6.0.0

    🐛 Bug Fixes

    • Fix incorrect links in workload overview page (#6002) https://github.com/jansav
    • Fix focus not switching to new cluster frame (#5995) https://github.com/Nokel81
    • Correctly handle HorizontalPodAutoscaler metrics with 0 usage (#5986) https://github.com/Nokel81
    • Fix HorizontalPodAutoscaler metrics not displaying current values (#5956) https://github.com/Nokel81
    • Fix KubeObjectDetails drawer not working for Cluster scoped resources (#5954) https://github.com/Nokel81
    • Fix ingress list line heights (#5949) https://github.com/aleksfront
    • Open application only if new update is available when using tray to check for updates (#5948) https://github.com/jansav
    • Remove duplicate 'Controlled by' section on Jobs' details (#5943) https://github.com/Nokel81
    • Fine-tune styles of Extensions page (#5921) https://github.com/aleksfront
    • Fix Badge.props.expandable's default being switched to false (#5911) https://github.com/Nokel81
    • Fix ResourceQuotaDetails quotas display bugs (#5909) https://github.com/Nokel81
    • Fix CPU spike when opening PodDetails from MonacoEditor (#5642) https://github.com/Nokel81
    • Fix not being able to switch metrics if none are available (#5430) https://github.com/Nokel81
    • Fix Pod Container sorting not correlating to visuals (#5175) https://github.com/Nokel81

    🧰 Maintenance

    • Bump eslint from 8.20.0 to 8.21.0 (#5993) https://github.com/dependabot
    • Bump jest and @types/jest (#5992) https://github.com/dependabot
    • Bump playwright from 1.24.1 to 1.24.2 (#5990) https://github.com/dependabot
    • Bump electron-builder from 23.1.0 to 23.3.3 (#5989) https://github.com/dependabot
    • Bump mock-fs from 5.1.2 to 5.1.4 (#5985) https://github.com/dependabot
    • Bump sass from 1.53.0 to 1.54.2 (#5984) https://github.com/dependabot
    • Bump esbuild from 0.14.49 to 0.14.53 (#5983) https://github.com/dependabot
    • Bump @swc/core from 1.2.218 to 1.2.223 (#5978) https://github.com/dependabot
    • Bump @typescript-eslint/eslint-plugin from 5.30.7 to 5.32.0 (#5965) https://github.com/dependabot
    • Bump @types/node from 16.11.45 to 16.11.47 (#5961) https://github.com/dependabot
    • Bump ws from 8.8.0 to 8.8.1 (#5959) https://github.com/dependabot
    • Bump webpack from 5.73.0 to 5.74.0 (#5929) https://github.com/dependabot
    • Bump playwright from 1.23.4 to 1.24.1 (#5915) https://github.com/dependabot
    • Bump @typescript-eslint/parser from 5.30.5 to 5.31.0 (#5899) https://github.com/dependabot
    • Bump ts-node from 10.8.1 to 10.9.1 (#5871) https://github.com/dependabot
    Source code(tar.gz)
    Source code(zip)
  • v6.0.1-beta.0(Aug 9, 2022)

    Changes since 6.0.0

    🐛 Bug Fixes

    • Fix incorrect links in workload overview page (#6002) https://github.com/jansav
    • Fix focus not switching to new cluster frame (#5995) https://github.com/Nokel81
    • Correctly handle HorizontalPodAutoscaler metrics with 0 usage (#5986) https://github.com/Nokel81
    • Fix HorizontalPodAutoscaler metrics not displaying current values (#5956) https://github.com/Nokel81
    • Fix KubeObjectDetails drawer not working for Cluster scoped resources (#5954) https://github.com/Nokel81
    • Fix ingress list line heights (#5949) https://github.com/aleksfront
    • Open application only if new update is available when using tray to check for updates (#5948) https://github.com/jansav
    • Remove duplicate 'Controlled by' section on Jobs' details (#5943) https://github.com/Nokel81
    • Fine-tune styles of Extensions page (#5921) https://github.com/aleksfront
    • Fix Badge.props.expandable's default being switched to false (#5911) https://github.com/Nokel81
    • Fix ResourceQuotaDetails quotas display bugs (#5909) https://github.com/Nokel81
    • Fix CPU spike when opening PodDetails from MonacoEditor (#5642) https://github.com/Nokel81
    • Fix not being able to switch metrics if none are available (#5430) https://github.com/Nokel81
    • Fix Pod Container sorting not correlating to visuals (#5175) https://github.com/Nokel81

    🧰 Maintenance

    • Bump eslint from 8.20.0 to 8.21.0 (#5993) https://github.com/dependabot
    • Bump jest and @types/jest (#5992) https://github.com/dependabot
    • Bump playwright from 1.24.1 to 1.24.2 (#5990) https://github.com/dependabot
    • Bump electron-builder from 23.1.0 to 23.3.3 (#5989) https://github.com/dependabot
    • Bump mock-fs from 5.1.2 to 5.1.4 (#5985) https://github.com/dependabot
    • Bump sass from 1.53.0 to 1.54.2 (#5984) https://github.com/dependabot
    • Bump esbuild from 0.14.49 to 0.14.53 (#5983) https://github.com/dependabot
    • Bump @swc/core from 1.2.218 to 1.2.223 (#5978) https://github.com/dependabot
    • Bump @typescript-eslint/eslint-plugin from 5.30.7 to 5.32.0 (#5965) https://github.com/dependabot
    • Bump @types/node from 16.11.45 to 16.11.47 (#5961) https://github.com/dependabot
    • Bump ws from 8.8.0 to 8.8.1 (#5959) https://github.com/dependabot
    • Bump webpack from 5.73.0 to 5.74.0 (#5929) https://github.com/dependabot
    • Bump playwright from 1.23.4 to 1.24.1 (#5915) https://github.com/dependabot
    • Bump @typescript-eslint/parser from 5.30.5 to 5.31.0 (#5899) https://github.com/dependabot
    • Bump ts-node from 10.8.1 to 10.9.1 (#5871) https://github.com/dependabot
    Source code(tar.gz)
    Source code(zip)
Owner
Lens - The Kubernetes IDE
The only IDE you’ll ever need to take control of your Kubernetes clusters
Lens - The Kubernetes IDE
Kubernetes OS Server - Kubernetes Extension API server exposing OS configuration like sysctl via Kubernetes API

KOSS is a Extension API Server which exposes OS properties and functionality using Kubernetes API, so it can be accessed using e.g. kubectl. At the moment this is highly experimental and only managing sysctl is supported. To make things actually usable, you must run KOSS binary as root on the machine you will be managing.

Mateusz Gozdek 3 May 19, 2021
Litmus helps Kubernetes SREs and developers practice chaos engineering in a Kubernetes native way.

Litmus Cloud-Native Chaos Engineering Read this in other languages. ???? ???? ???? ???? Overview Litmus is a toolset to do cloud-native chaos engineer

Litmus Chaos 3.4k Jan 1, 2023
KEDA is a Kubernetes-based Event Driven Autoscaling component. It provides event driven scale for any container running in Kubernetes

Kubernetes-based Event Driven Autoscaling KEDA allows for fine-grained autoscaling (including to/from zero) for event driven Kubernetes workloads. KED

KEDA 5.9k Jan 7, 2023
vcluster - Create fully functional virtual Kubernetes clusters - Each cluster runs inside a Kubernetes namespace and can be started within seconds

Website • Quickstart • Documentation • Blog • Twitter • Slack vcluster - Virtual Clusters For Kubernetes Lightweight & Low-Overhead - Based on k3s, bu

Loft Labs 2.3k Jan 4, 2023
network-node-manager is a kubernetes controller that controls the network configuration of a node to resolve network issues of kubernetes.

Network Node Manager network-node-manager is a kubernetes controller that controls the network configuration of a node to resolve network issues of ku

kakao 102 Dec 18, 2022
A k8s vault webhook is a Kubernetes webhook that can inject secrets into Kubernetes resources by connecting to multiple secret managers

k8s-vault-webhook is a Kubernetes admission webhook which listen for the events related to Kubernetes resources for injecting secret directly from sec

Opstree Container Kit 111 Oct 15, 2022
Carrier is a Kubernetes controller for running and scaling game servers on Kubernetes.

Carrier is a Kubernetes controller for running and scaling game servers on Kubernetes. This project is inspired by agones. Introduction Genera

Open Cloud-native Game-application Initiative 31 Nov 25, 2022
Kubei is a flexible Kubernetes runtime scanner, scanning images of worker and Kubernetes nodes providing accurate vulnerabilities assessment, for more information checkout:

Kubei is a vulnerabilities scanning and CIS Docker benchmark tool that allows users to get an accurate and immediate risk assessment of their kubernet

Portshift 832 Dec 30, 2022
The OCI Service Operator for Kubernetes (OSOK) makes it easy to connect and manage OCI services from a cloud native application running in a Kubernetes environment.

OCI Service Operator for Kubernetes Introduction The OCI Service Operator for Kubernetes (OSOK) makes it easy to create, manage, and connect to Oracle

Oracle 24 Sep 27, 2022
Kubernetes IN Docker - local clusters for testing Kubernetes

kind is a tool for running local Kubernetes clusters using Docker container "nodes".

Kubernetes SIGs 11k Jan 5, 2023
An Easy to use Go framework for Kubernetes based on kubernetes/client-go

k8devel An Easy to use Go framework for Kubernetes based on kubernetes/client-go, see examples dir for a quick start. How to test it ? Download the mo

null 10 Mar 25, 2022
PolarDB-X Operator is a Kubernetes extension that aims to create and manage PolarDB-X cluster on Kubernetes.

GalaxyKube -- PolarDB-X Operator PolarDB-X Operator is a Kubernetes extension that aims to create and manage PolarDB-X cluster on Kubernetes. It follo

null 64 Dec 19, 2022
provider-kubernetes is a Crossplane Provider that enables deployment and management of arbitrary Kubernetes objects on clusters

provider-kubernetes provider-kubernetes is a Crossplane Provider that enables deployment and management of arbitrary Kubernetes objects on clusters ty

International Business Machines 2 Dec 14, 2022
Kubernetes Operator to sync secrets between different secret backends and Kubernetes

Vals-Operator Here at Digitalis we love vals, it's a tool we use daily to keep secrets stored securely. We also use secrets-manager on the Kubernetes

digitalis.io 86 Nov 13, 2022
Crossplane provider to provision and manage Kubernetes objects on (remote) Kubernetes clusters.

provider-kubernetes provider-kubernetes is a Crossplane Provider that enables deployment and management of arbitrary Kubernetes objects on clusters ty

Crossplane Contrib 69 Jan 3, 2023
kitex running in kubernetes cluster and discover each other in kubernetes Service way

Using kitex in kubernetes Kitex [kaɪt'eks] is a high-performance and strong-extensibility Golang RPC framework. This go module helps you to build mult

adolli 1 Feb 21, 2022
cluster-api-state-metrics (CASM) is a service that listens to the Kubernetes API server and generates metrics about the state of custom resource objects related of Kubernetes Cluster API.

Overview cluster-api-state-metrics (CASM) is a service that listens to the Kubernetes API server and generates metrics about the state of custom resou

Daimler Group 61 Oct 27, 2022
kube-champ 43 Oct 19, 2022
Kubernetes IN Docker - local clusters for testing Kubernetes

Please see Our Documentation for more in-depth installation etc. kind is a tool for running local Kubernetes clusters using Docker container "nodes".

Kaisen Linux 0 Feb 14, 2022