--
You received this message because you are subscribed to the Google Groups "Containers at Google" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-contain...@googlegroups.com.
To post to this group, send email to google-c...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-containers.
For more options, visit https://groups.google.com/d/optout.
SoundCloud Ltd. | Rheinsberger Str. 76/77, 10115 Berlin, Germany | +49 173 6395215
Managing Director: Alexander Ljung | Incorporated in England & Wales with Company No. 6343600 | Local Branch Office | AG Charlottenburg | HRB 110657B// NamespaceSystem is the system namespace where we place system components.
NamespaceSystem string = "kube-system"
So the purpose of this namespace is to place system components. But I am not sure what are the system components, are kube-dns, dashboard and other add-ons system components?
I see the following code in https://github.com/kubernetes/kubernetes/blob/v1.2.4/pkg/api/types.go#L150:// NamespaceSystem is the system namespace where we place system components.
NamespaceSystem string = "kube-system"
So the purpose of this namespace is to place system components. But I am not sure what are the system components, are kube-dns, dashboard and other add-ons system components?