Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@flowfuse/driver-kubernetes

Package Overview
Dependencies
Maintainers
3
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flowfuse/driver-kubernetes - npm Package Compare versions

Comparing version 2.1.1-38e6cc4-202402151400.0 to 2.1.1-adf44f8-202403080952.0

7

kubernetes.js

@@ -321,2 +321,6 @@ const got = require('got')

if (this._app.license.active() && this._cloudProvider === 'openshift') {
localPod.spec.securityContext = {}
}
if (stack.memory && stack.cpu) {

@@ -615,2 +619,3 @@ localPod.spec.containers[0].resources.requests.memory = `${stack.memory}Mi`

this._logPassthrough = this._app.config.driver.options?.logPassthrough || false
this._cloudProvider = this._app.config.driver.options?.cloudProvider

@@ -1161,3 +1166,3 @@ const kc = new k8s.KubeConfig()

memory: 256,
container: 'flowforge/node-red',
container: 'flowfuse/node-red',
...this._app.config.driver.options?.default_stack

@@ -1164,0 +1169,0 @@ }

2

package.json
{
"name": "@flowfuse/driver-kubernetes",
"version": "2.1.1-38e6cc4-202402151400.0",
"version": "2.1.1-adf44f8-202403080952.0",
"description": "Kubernetes driver for FlowFuse",

@@ -5,0 +5,0 @@ "main": "kubernetes.js",

@@ -30,4 +30,4 @@ # FlowForge Docker Container Driver

should run on
- `cloudProvider` can be left unset for none `aws` deployments. This triggers the adding of
AWS EKS specific annotation for ALB Ingress.
- `cloudProvider` normally not set, but can be `aws` This triggers the adding of
AWS EKS specific annotation for ALB Ingress. or `openshift` to allow running on OpenShift (Enterprise license only)
- `privateCA` name of ConfigMap holding PEM CA Cert Bundle (file name `certs.pem`) Optional

@@ -34,0 +34,0 @@ - `certManagerIssuer` name of the ClusterIssuer to use to create HTTPS certs for instances (default not set)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc