1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 15:47:14 +01:00

*: Remove remaining tectonic-torcx references

These should have been removed by 45fa0e49 (*: remove
k8s-node-bootstrap.service, 2018-06-08,
coreos/tectonic-installer#3275).
This commit is contained in:
W. Trevor King
2018-07-06 15:12:31 -07:00
parent 9811c32af5
commit 227ed7341e
2 changed files with 0 additions and 8 deletions

View File

@@ -33,8 +33,6 @@ Additionally, only on one of the master nodes the following kubernetes bootstrap
* `bootkube.service` deploys the initial bootstrapping control-plane. It is started only after `kubelet.service` _is started_. It is a oneshot unit and cannot crash, and it runs only during bootstrap
* `tectonic.service` deploys tectonic control-plane. It is started only after `bootkube.service` _has completed_. It is a oneshot unit and cannot crash, and it runs only during bootstrap
[tectonic-torcx]: https://github.com/coreos/tectonic-torcx
## Service ordering
Service ordering is enforced via systemd dependencies. This is the rationale for the settings, with relevant snippets:

View File

@@ -45,12 +45,6 @@ variable "cloud_provider_config" {
default = ""
}
variable "torcx_store_url" {
type = "string"
description = "(optional) URL template for torcx store. Leave empty to use the default CoreOS endpoint."
default = ""
}
variable "etcd_count" {
type = "string"
default = 0