Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

vmware-archive/ansible-role-kubernetes-master

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-role-kubernetes_master

Ansible playbook to automate installing and maintaining kubernetes master nodes.

Requirements

This role currently requires a working VMware Photon OS server with enabled Docker environment.

Role Variables

The following variables are available within the role, with defaults noted:

# Container memory limit. Use 512MB, type string, or 0 for unlimited
memory_limit: 0MB

# The name of the kubernetes package to install.
kubernetes_package: kubernetes

# The name of the flannel package to install.
flannel_package: flannel

Example playbook

---
- hosts: kubernetes_masters
  sudo: True
  roles:
    - kubernetes_master
  vars:
    - ... forthcoming

License and Copyright

Copyright 2015 VMware, Inc. All rights reserved.

SPDX-License-Identifier: Apache-2.0 OR GPL-3.0-only

This code is Dual Licensed Apache-2.0 or GPLv3

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages