
* Migrated to v1beta3 API * cAdvisor is now enabled by default * command line daemon settings updated * HAproxy template updated for multi-port services * Better reporting Change-Id: Iefcbe8073fb35503e2fe2ee5c6bf4610561c3cb6 Closes-Bug: #1446306 Closes-Bug: #1445541
41 lines
844 B
Plaintext
41 lines
844 B
Plaintext
FormatVersion: 2.0.0
|
|
Version: 1.0.0
|
|
Name: Setup Kubernetes Minion
|
|
|
|
Parameters:
|
|
name: $name
|
|
ip: $ip
|
|
masterIp: $masterIp
|
|
dockerRegistry: $dockerRegistry
|
|
|
|
Body: |
|
|
if args.dockerRegistry:
|
|
setupRegistry(args.dockerRegistry)
|
|
setup('{0} {1} {2}'.format(args.name, args.ip, args.masterIp))
|
|
|
|
Scripts:
|
|
setup:
|
|
Type: Application
|
|
Version: 1.0.0
|
|
EntryPoint: minion-kube-setup.sh
|
|
Files:
|
|
- default_scripts/kube-proxy
|
|
- default_scripts/kubelet
|
|
- init_conf/kubelet.conf
|
|
- init_conf/kube-proxy.conf
|
|
- initd_scripts/kubelet
|
|
- initd_scripts/kube-proxy
|
|
|
|
Options:
|
|
captureStdout: true
|
|
captureStderr: true
|
|
|
|
setupRegistry:
|
|
Type: Application
|
|
Version: 1.0.0
|
|
EntryPoint: setupDockerRegistry.sh
|
|
Files: []
|
|
Options:
|
|
captureStdout: true
|
|
captureStderr: true
|