Skip to content

Instantly share code, notes, and snippets.

@jangaraj
Last active December 9, 2015 16:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jangaraj/983406e927b7679be0bf to your computer and use it in GitHub Desktop.
Save jangaraj/983406e927b7679be0bf to your computer and use it in GitHub Desktop.
include kubernetes
include kubernetes::master
include kubernetes::node
include kubernetes::node::kubelet
include kubernetes::node::kube_proxy
class { 'kubernetes::master::apiserver':
service_cluster_ip_range => '10.0.0.0/24',
admission_control => [
'NamespaceLifecycle',
'NamespaceExists',
'LimitRanger',
'SecurityContextDeny',
'ResourceQuota',
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment