mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-03 19:58:17 +00:00
Automatic merge from submit-queue Add some initial resource limits to the ip-masq-agent. These limits were based on observing the agent over roughly a day RES was typically ~4M for me but I'd like to make sure we have some headroom. If there was a huge config map then this could increase slightly but not significantly since we only allow 64 entries. VmPeak: 11164 kB VmSize: 11164 kB VmLck: 0 kB VmPin: 0 kB VmHWM: 7652 kB VmRSS: 4260 kB VmData: 7612 kB VmStk: 136 kB VmExe: 1856 kB VmLib: 0 kB VmPTE: 40 kB VmPMD: 20 kB VmSwap: 0 kB
Cluster Configuration
Deprecation Notice: This directory has entered maintenance mode and will not be accepting new providers. Please submit new automation deployments to kube-deploy. Deployments in this directory will continue to be maintained and supported at their current level of support.
The scripts and data in this directory automate creation and configuration of a Kubernetes cluster, including networking, DNS, nodes, and master components.
See the getting-started guides for examples of how to use the scripts.
cloudprovider/config-default.sh contains a set of tweakable definitions/parameters for the cluster.
The heavy lifting of configuring the VMs is done by SaltStack.