mirror of https://github.com/k3s-io/k3s
Enable experimental api in mesos/docker cluster
This is necessary to pass the conformance tests which include the daemonset e2e test.pull/6/head
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