kubernetes-mesos icon indicating copy to clipboard operation
kubernetes-mesos copied to clipboard

Put system service to kube-system namespace

Open gyliu513 opened this issue 9 years ago • 1 comments

After Kubernetes + Mesos installation finished, I can see some system services in default namespace, we should put those system services in kube-system namespace just like native kubernetes.

root@mesos8:~# ./kubectl  -s http://localhost:8888 get services
NAME             CLUSTER-IP   EXTERNAL-IP   PORT(S)     AGE
k8sm-scheduler   10.0.0.120   <none>        10251/TCP   2d
kubernetes       10.0.0.1     <none>        443/TCP     2d

gyliu513 avatar Aug 01 '16 03:08 gyliu513

sounds good to me. PRs welcome :)

jdef avatar Aug 05 '16 12:08 jdef