From 4de70a7080ea3ddfb4ca8a4b45953af616170141 Mon Sep 17 00:00:00 2001 From: acanadil Date: Tue, 16 Sep 2025 09:44:03 +0200 Subject: [PATCH] Fix duplicated 'tblib' requirement. Fix documentation typos. Co-authored-by: Enrique Co-authored-by: Octavio Co-authored-by: Stepan --- docs/source/compute_config/azure_vms.md | 2 +- docs/source/compute_config/kubernetes.md | 2 +- docs/source/configuration.rst | 2 +- setup.py | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/source/compute_config/azure_vms.md b/docs/source/compute_config/azure_vms.md index caba86784..53916033c 100644 --- a/docs/source/compute_config/azure_vms.md +++ b/docs/source/compute_config/azure_vms.md @@ -164,7 +164,7 @@ lithops logs poll ## VM Management -Lithops for Azure VMs follows a Mater-Worker architecture (1:N). +Lithops for Azure VMs follows a Master-Worker architecture (1:N). All the VMs, including the master VM, are automatically stopped after a configurable timeout (see hard/soft dismantle timeouts). diff --git a/docs/source/compute_config/kubernetes.md b/docs/source/compute_config/kubernetes.md index 9850a9fd6..796f67d89 100644 --- a/docs/source/compute_config/kubernetes.md +++ b/docs/source/compute_config/kubernetes.md @@ -43,7 +43,7 @@ k8s: .... docker_server : docker.io docker_user : - docker_password : + docker_password : ``` ### Configure IBM Container Registry diff --git a/docs/source/configuration.rst b/docs/source/configuration.rst index b899bdb09..adeeaebed 100644 --- a/docs/source/configuration.rst +++ b/docs/source/configuration.rst @@ -29,7 +29,7 @@ Choose your compute and storage engines from the table below: || `Azure Container Apps `_ || `Redis `_ | || `Aliyun Function Compute `_ || `OpenStack Swift `_ | || `Oracle Functions `_ || `Oracle Object Storage `_ | -|| `Kubernetes `_ || | +|| `Kubernetes `_ || | || `Knative `_ || | || `Singularity `_ || | || `OpenWhisk `_ || | diff --git a/setup.py b/setup.py index af32639d5..cff86327d 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,6 @@ 'requests', 'paramiko', 'cloudpickle', - 'tblib', 'ps-mem', 'psutil' ]