Robert Cannon
Robert Cannon
@lanovoy Thanks! One slight change to support store freeze: ```typescript StoreModule.forRoot({}, { metaReducers: !environment.production ? [storeFreeze] : [] }), NgrxActionsModule.forRoot({ order: OrderStore }), !environment.production ? StoreDevtoolsModule.instrument() : [] ```
I was very disappointed to find that the object returned by getCluster does not have a kubeconfig or Kubernetes provider. I wanted to move the code that installs stuff into...
Be sure to enable installing a font as a non-admin user!
Is this not on the roadmap yet? This should be a very important feature to implement. This will make it much easier to configure microservices where each microservice is in...
I am having the same error. I have a Prometheus proxy to Grafana cloud. It is working for prometheus-adapter, but Lens does not like it. I with Lens would document...
Just noting that the HelmChart does not add the RBAC permissions to patch or update a Job/CronJob. It doesn't look like the controller (v1.0.52) is looking for and Jobs to...
I would like to know the criteria Lens uses for auto-detecting so we can make sure our Prometheus endpoint (a proxy to Grafana Cloud) is auto-detected.
I am seeing the same error. I have installed 1.20 on an EKS cluster. I do not see this on version 1.18.3. I was also having problems with 1.19.x versions....
It would be great if this could be fixed since the default way most Windows users are going to install this is via winget.
I see the PR has been accepted, but it doesn't look like a new version has been published to npm. In fact, the npm version is way behind at 1.0.3....