{{ define "base" }} readonly KUBE_HOME={{.}} readonly KUBE_API_SERVER_LOG_PATH=${KUBE_HOME}/kube-apiserver.log readonly KUBE_API_SERVER_AUDIT_LOG_PATH=${KUBE_HOME}/kube-apiserver-audit.log readonly CLOUD_CONFIG_OPT=--cloud-config=/etc/gce.conf readonly CA_CERT_BUNDLE_PATH=/foo/bar readonly APISERVER_SERVER_CERT_PATH=/foo/bar readonly APISERVER_SERVER_KEY_PATH=/foo/bar readonly APISERVER_CLIENT_CERT_PATH=/foo/bar readonly CLOUD_CONFIG_MOUNT="{\"name\": \"cloudconfigmount\",\"mountPath\": \"/etc/gce.conf\", \"readOnly\": true}," readonly CLOUD_CONFIG_VOLUME="{\"name\": \"cloudconfigmount\",\"hostPath\": {\"path\": \"/etc/gce.conf\", \"type\": \"FileOrCreate\"}}," readonly INSECURE_PORT_MAPPING="{ \"name\": \"local\", \"containerPort\": 8080, \"hostPort\": 8080}," readonly DOCKER_REGISTRY="registry.k8s.io" readonly ENABLE_LEGACY_ABAC=false readonly ETC_MANIFESTS=${KUBE_HOME}/etc/kubernetes/manifests readonly KUBE_API_SERVER_DOCKER_TAG=v1.11.0-alpha.0.1808_3c7452dc11645d-dirty readonly LOG_OWNER_USER=$(id -un) readonly LOG_OWNER_GROUP=$(id -gn) readonly SERVICEACCOUNT_ISSUER=https://foo.bar.baz readonly SERVICEACCOUNT_KEY_PATH=/foo/bar/baz.key {{end}}}