Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/compute_config/azure_vms.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion docs/source/compute_config/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ k8s:
....
docker_server : docker.io
docker_user : <Docker hub Username>
docker_password : <DOcker hub access TOEKN>
docker_password : <Docker hub access TOKEN>
```

### Configure IBM Container Registry
Expand Down
2 changes: 1 addition & 1 deletion docs/source/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Choose your compute and storage engines from the table below:
|| `Azure Container Apps <compute_config/azure_containers.html>`_ || `Redis <storage_config/redis.html>`_ |
|| `Aliyun Function Compute <compute_config/aliyun_functions.html>`_ || `OpenStack Swift <storage_config/swift.html>`_ |
|| `Oracle Functions <compute_config/oracle_functions.html>`_ || `Oracle Object Storage <storage_config/oracle_oss.html>`_ |
|| `Kubernetes <compute_config/Kubernetes.html>`_ || |
|| `Kubernetes <compute_config/kubernetes.md>`_ || |
|| `Knative <compute_config/knative.html>`_ || |
|| `Singularity <compute_config/singularity.html>`_ || |
|| `OpenWhisk <compute_config/openwhisk.html>`_ || |
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
'requests',
'paramiko',
'cloudpickle',
'tblib',
'ps-mem',
'psutil'
]
Expand Down