mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 03:57:41 +00:00
Enable experimental api in mesos/docker cluster
This is necessary to pass the conformance tests which include the daemonset e2e test.
This commit is contained in:
parent
7adb463dd0
commit
df91307265
@ -85,6 +85,7 @@ apiserver:
|
||||
--cloud-config=/opt/mesos-cloud.conf
|
||||
--tls-cert-file=/var/run/kubernetes/auth/apiserver.crt
|
||||
--tls-private-key-file=/var/run/kubernetes/auth/apiserver.key
|
||||
--runtime-config=experimental/v1alpha1
|
||||
--v=4
|
||||
ports: [ "8888:8888", "6443:6443" ]
|
||||
environment:
|
||||
|
Loading…
Reference in New Issue
Block a user