And on GKE you can disable most of them during cluster creation. You can
easily disable monitoring or logging through the cloud console or the
gcloud tool (--enable-cloud-logging=false,
--enable-cloud-monitoring=false). To turn off the ingress controller or the
HPA controller, you must specify an AddonsConfig
<https://cloud.google.com/container-engine/reference/rest/v1/projects.zones.clusters#addonsconfig>,
which is accessible through the --disable-addons flag in gcloud (but not
visible in the console). You can't currently disable DNS or the dashboard.
Heapster will be present if any of the other system services (e.g. HPA or
monitoring) require it.

On Thu, Jun 30, 2016 at 4:09 PM, 'Vishnu Kannan' via Containers at Google <
[email protected]> wrote:

> Hi Mark,
>
> The configs used for kube-system pods are stored inside `/etc/kubernetes/`
> directory on the master node. There is a process running on the master that
> ensures that these system pods match those configs. If you have access to
> master, you can update those config files directly.
>
>
> On Wednesday, June 29, 2016 at 7:21:34 PM UTC-7, Mark wrote:
>>
>> Hi, Upon creating a cluster it creates a bunch of default pods under the
>> "kube-system" namespace, (fluentd-cloud-logging-gke, kube-dns, etc) which
>> seem to automatically re-spawn when deleted. Is there a way to limit the
>> CPU / Memory resources for these?
>>
> --
> 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 [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/google-containers.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-containers.
For more options, visit https://groups.google.com/d/optout.

Reply via email to