You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2017. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
After Kubernetes + Mesos installation finished, I can see some system services in
default
namespace, we should put those system services inkube-system
namespace just like native kubernetes.The text was updated successfully, but these errors were encountered: