diff --git a/docs/source/compute_config/azure_vms.md b/docs/source/compute_config/azure_vms.md index caba8678..53916033 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 9850a9fd..796f67d8 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 b899bdb0..adeeaebe 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 af32639d..cff86327 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,6 @@ 'requests', 'paramiko', 'cloudpickle', - 'tblib', 'ps-mem', 'psutil' ]