tectonic-installer
tectonic-installer copied to clipboard
Install a Kubernetes cluster the CoreOS Tectonic Way: HA, self-hosted, RBAC, etcd Operator, and more
The Azure ILB has a limitation described here: https://github.com/Microsoft/azure-docs/blob/master/articles/load-balancer/load-balancer-internal-overview.md#limitations This keeps the cluster from coming up as bootkube is trying to connect to the api lb address and that is...
## Is this a BUG REPORT or FEATURE REQUEST? BUG REPORT ## Versions * Tectonic version ([release](https://github.com/coreos/tectonic-installer/releases) or commit hash): 1.8.4-tectonic.2 (1206346) * Terraform version (`terraform version`): Terraform v0.10.7 *...
## Is this a BUG REPORT or FEATURE REQUEST? BUG REPORT ## Versions ### Tectonic version ([release](https://github.com/coreos/tectonic-installer/releases) or commit hash): ``` master (c16b1ce6af65b2eb94b43479996f32be0e472a5b) ``` ### Platform (aws|azure|openstack|metal|vmware): ``` aws ```...
## What keywords did you search in tectonic-installer issues before filing this one? terraform existing vpc value of 'count' cannot be computed ## Is this a BUG REPORT or FEATURE...
When using self-signed etcd certs, the CA private key is generated in memory but never rendered. Once terraform exits the content is discarded. Internal bug can be found here: https://jira.coreos.com/browse/INST-1027...
## FEATURE REQUEST - As part of https://github.com/kubernetes/kubernetes/pull/39112 the tectonic installer is setting the node labels without value `node-role.kubernetes.io/master=""` this leads to an un-usable prometheus service discovery. Why is un-usable:...
Whenever I plan within Terraform, it always tells me it is going to Plan: 2 to add, 0 to change, 2 to destroy. Even if it is immediately after an...
## Is this a BUG REPORT or FEATURE REQUEST? BUG REPORT ## Versions * Tectonic version ([release](https://github.com/coreos/tectonic-installer/releases) or commit hash): 1.7.5-tectonic.1 * Terraform version (`terraform version`): v0.10.4 (Bundled w/ Installer)...
## What keywords did you search in tectonic-installer issues before filing this one? alertmanager livenessProbe port (and several other variations) ## Is this a BUG REPORT or FEATURE REQUEST? BUG...
In the file [platforms/metal/cl/coreos-install.yaml.tmpl#L23](https://github.com/coreos/tectonic-installer/blame/6abe7ac779c683cad2cb1a43e1786d44495a1e6b/platforms/metal/cl/coreos-install.yaml.tmpl#L23) curl is run without the `--fail` option. In this mode it will supply the remote error message as the output of the command: Retrieved from an...