kubernetes
cloudnativelabs/kubernetes/packet
Automated Kubernetes clusters on packet.net servers.
kube-metal  kube-metal is a Terraform module that automates the creation of Kubernetes clusters and the infrastructure they run on. Using Terraform you can quickly spin up Kubernetes clusters for CI and testing purposes, or for permanent use. kube-metal is designed to support testing core Kubernetes components such as kube-router. Quickstart kube-metal is highly configurable, but you can try it out in a few short steps. Get kube-metal: ``sh git clone https://github.com/cloudnativelabs/kube-metal.git cd kube-metal ` Use the get-providers.sh script to download and configure Terraform providers: `sh tools/get-pr
| Name | Type | Description | Default |
|---|---|---|---|
| auth_token | any | Secret key/password for your provider. | required |
| project_id | any | Project ID | required |
| controller_count | any | How many kubernetes controller servers to create. | required |
| worker_count | any | How many kubernetes worker servers to create. | required |
| spot_instance | any | Set to true to create a spot instance. See: https://help.packet.net/technical/de | "false" |
| spot_price_max | any | The bid price for your spot_instance. | "" |
| operating_system | any | The operating system to provision servers with. | "custom_ipxe" |
| ipxe_script_url | any | URL that points to an iPXE script to boot. | "https://raw.githubusercontent.com/cloud |
| always_pxe | any | If true then the servers will boot via iPXE on reboots. | "true" |
| server_type | any | "baremetal_0" | |
| facility | any | "ewr1" | |
| server_domain | any | Domain to append to server hostnames. | "localdomain" |
| cluster_name | any | "test" | |
| kubernetes_version | any | "v1.7.6" | |
| asset_dir | any | "assets" | |
| etcd_servers | any | [] | |
| experimental_self_hosted_etcd | any | true | |
| use_kube_router | any | true | |
| kube_router | any | {
"network_policy": true,
"pod_netwo | |
| use_prometheus | any | true |
api_ipapi_hostnamenode_public_ipv4kubeconfig_pathkube_version_minorkube_version_patchhosts_file_entries