k8s-operator-node icon indicating copy to clipboard operation
k8s-operator-node copied to clipboard

NodeJS Kubernetes operator framework

Results 6 k8s-operator-node issues
Sort by recently updated
recently updated
newest added

can you please provide a sample application? :) that would help me a lot

Hi, there is some kind of incompatibility between k8s versions for the watchResource() observer? I released an operator that monitors the events of some custom resources and in cluster 1.21.x...

Hi, I have noticed that the `watchResource` does not contain any cache which helps while `re-listing` and `re-watching` k8s resources. This functionality already exists in the underlying `kubernetes@client-node` but was...

As the title says, it would be a great feature to be able to filter `watchResource` by labels. Perhaps just expose a few of the options available for the watch...

This used to work a couple of months ago .. I have a file index.mjs contains ``` import TenantOperator from './modules/operator/tenantoperator.mjs'; var tenantOperator = new TenantOperator(); ``` `./modules/operator/tenantoperator.mjs` contains this...

whoever last committed the lock file committed references to a private verdaccio instance. I am unable to `npm i` on my fork until I deleted the lockfile. ``` npm i...