GoogleCloudPlatform / GoogleCloudPlatform/konlet
Add ability to start multiple containers
Open
- Dominant language
- Go
- Stars
- 88
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
## The issue
Currently `konlet` doesn't allow launching multiple containers. It returns the following error when `gce-container-declaration` mentions more than one container:
```
Error: Container declaration should include exactly 1 container, 2 found
```
## The solution
It would be great if `konlet` could launch and manage multiple containers to be on par with real pods from Kubernetes.
Contributor guide
Assessment
This issue has not been assessed yet.