Update mesos-docker.md
parent
98b3966d05
commit
cdaa269532
|
@ -304,4 +304,14 @@ Breakdown:
|
||||||
- `hack/build-go.sh` - builds the Go binaries for the current architecture (linux/amd64 when in a docker container)
|
- `hack/build-go.sh` - builds the Go binaries for the current architecture (linux/amd64 when in a docker container)
|
||||||
- `make` - delegates to `hack/build-go.sh`
|
- `make` - delegates to `hack/build-go.sh`
|
||||||
- `build/run.sh` - executes a command in the build container
|
- `build/run.sh` - executes a command in the build container
|
||||||
- `build/release.sh` - cross compiles Kubernetes for all supported architectures and operating systems (slow)
|
- `build/release.sh` - cross compiles Kubernetes for all supported architectures and operating systems (slow)
|
||||||
|
|
||||||
|
## Support Level
|
||||||
|
|
||||||
|
|
||||||
|
IaaS Provider | Config. Mgmt | OS | Networking | Docs | Conforms | Support Level
|
||||||
|
-------------------- | ------------ | ------ | ---------- | --------------------------------------------- | ---------| ----------------------------
|
||||||
|
Mesos/Docker | custom | Ubuntu | Docker | [docs](/docs/getting-started-guides/mesos-docker) | | Community ([Kubernetes-Mesos Authors](https://github.com/mesosphere/kubernetes-mesos/blob/master/AUTHORS.md))
|
||||||
|
|
||||||
|
For support level information on all solutions, see the [Table of solutions](/docs/getting-started-guides/#table-of-solutions) chart.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue