Readme branch (#199)
* adding provider info * adding readme edits * Update README.md typo fixed
This commit is contained in:
11
README.md
11
README.md
@@ -64,11 +64,6 @@ a `virtual-kubelet` node.
|
||||
* kubectl logs
|
||||
* DNS name labels
|
||||
|
||||
## Current Limitations
|
||||
|
||||
* kubectl exec
|
||||
* Metrics
|
||||
|
||||
## Command-Line Usage
|
||||
|
||||
```bash
|
||||
@@ -108,6 +103,12 @@ leveraging the portable Kubernetes API.
|
||||
|
||||
Each provider may have its own configuration file, and required environmental variables.
|
||||
|
||||
Providers must provide the following functionality to be considered a supported integration with Virtual Kubelet.
|
||||
1. Provides the back-end plumbing necessary to support the lifecycle management of pods, containers and supporting resources in the context of Kubernete.
|
||||
2. Conforms to the current API provided by Virtual Kubelet.
|
||||
3. Does not have access to the Kubernetes API Server and has a well-defined callback mechanism for getting data like secrets or configmaps.
|
||||
|
||||
|
||||
### Azure Container Instances Provider
|
||||
|
||||
The Azure Container Instances Provider allows you to utilize both
|
||||
|
||||
Reference in New Issue
Block a user