diff --git a/Documentation/hack/centos-workers.md b/Documentation/hack/centos-workers.md index b992f71..ca5f45c 100644 --- a/Documentation/hack/centos-workers.md +++ b/Documentation/hack/centos-workers.md @@ -6,7 +6,7 @@ This is unofficial. The author does not update, maintain, or support this setup. ## CoreOS Tectonic -Provision a Tectonic `1.8.9-tectonic.2` bare-metal cluster (Container Linux, 1 controller, 2 workers) in the usual way with [matchbox](https://github.com/coreos/matchbox) and the Tectonic [Installer](https://coreos.com/tectonic/docs/latest/install/bare-metal/index.html). +Provision a Tectonic `1.9.6-tectonic.1` bare-metal cluster (Container Linux, 1 controller, 2 workers) in the usual way with [matchbox](https://github.com/coreos/matchbox) and the Tectonic [Installer](https://coreos.com/tectonic/docs/latest/install/bare-metal/index.html). Locally, you may PXE boot QEMU/KVM nodes via Tectonic and matchbox on the `metal0` bridge. diff --git a/Documentation/install/aws/aws-terraform.md b/Documentation/install/aws/aws-terraform.md index 43511a1..16e5723 100644 --- a/Documentation/install/aws/aws-terraform.md +++ b/Documentation/install/aws/aws-terraform.md @@ -41,23 +41,23 @@ Once the update has processed, the *Overview* window will refresh to include lin Open a new terminal and run the following command to download Tectonic Installer. ```bash -$ curl -O https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip -$ curl -O https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip.sig +$ curl -O https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip +$ curl -O https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip.sig ``` Verify the release has been signed by the [CoreOS App Signing Key][verification-key]. ```bash $ gpg2 --keyserver pgp.mit.edu --recv-key 18AD5014C99EF7E3BA5F6CE950BDD3E0FC8A365E -$ gpg2 --verify tectonic_1.8.9-tectonic.2.zip.sig tectonic_1.8.9-tectonic.2.zip +$ gpg2 --verify tectonic_1.9.6-tectonic.1.zip.sig tectonic_1.9.6-tectonic.1.zip # gpg2: Good signature from "CoreOS Application Signing Key " ``` Unzip Tectonic Installer and navigate to the `tectonic` directory. ```bash -$ unzip tectonic_1.8.9-tectonic.2.zip -$ cd tectonic_1.8.9-tectonic.2 +$ unzip tectonic_1.9.6-tectonic.1.zip +$ cd tectonic_1.9.6-tectonic.1 ``` ### Initialize and configure Terraform diff --git a/Documentation/install/aws/index.md b/Documentation/install/aws/index.md index 3b6d2d3..93ccb9c 100644 --- a/Documentation/install/aws/index.md +++ b/Documentation/install/aws/index.md @@ -29,9 +29,9 @@ Make sure a current version of either Google Chrome or Mozilla Firefox is set as Download the [Tectonic installer][latest-tectonic-release]. ```bash -wget https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip -unzip tectonic_1.8.9-tectonic.2.zip -cd tectonic_1.8.9-tectonic.2 +wget https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip +unzip tectonic_1.9.6-tectonic.1.zip +cd tectonic_1.9.6-tectonic.1 ``` Run the Tectonic Installer for your platform. @@ -94,7 +94,7 @@ For those new to Tectonic and Kubernetes, the [Tectonic Tutorials][tutorials] pr [install-aws-requirements-creds]: requirements.md#privileges [install-aws-requirements-evpc]: requirements.md#using-an-existing-vpc [tutorials]: ../../tutorials/index.md -[latest-tectonic-release]: https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip +[latest-tectonic-release]: https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip [install-aws-troubleshooting]: ../../troubleshooting/faq.md [tf-state]: https://www.terraform.io/docs/state/ [install-windows]: ../installer-windows.md diff --git a/Documentation/install/aws/uninstall.md b/Documentation/install/aws/uninstall.md index a173b86..59478ce 100644 --- a/Documentation/install/aws/uninstall.md +++ b/Documentation/install/aws/uninstall.md @@ -26,7 +26,7 @@ Next, navigate to the cluster state directory written to the extracted `tectonic ```bash # Replace with darwin or linux # Replace with a string like mytectonic_2017-05-03_11-41-02 -$ cd tectonic_1.8.9-tectonic.2/tectonic-installer//clusters/ +$ cd tectonic_1.9.6-tectonic.1/tectonic-installer//clusters/ $ export PATH=$(pwd)/../..:$PATH # Add Installer's terraform binary to PATH ``` diff --git a/Documentation/install/azure/azure-terraform.md b/Documentation/install/azure/azure-terraform.md index ca1f6f5..1c2aace 100644 --- a/Documentation/install/azure/azure-terraform.md +++ b/Documentation/install/azure/azure-terraform.md @@ -73,23 +73,23 @@ Also ensure the SSH known_hosts file doesn't have old records for the API DNS na Open a new terminal and run the following command to download Tectonic Installer. ```bash -$ curl -O https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip -$ curl -O https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip.sig +$ curl -O https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip +$ curl -O https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip.sig ``` Verify the release has been signed by the [CoreOS App Signing Key][verification-key]. ```bash $ gpg2 --keyserver pgp.mit.edu --recv-key 18AD5014C99EF7E3BA5F6CE950BDD3E0FC8A365E -$ gpg2 --verify tectonic_1.8.9-tectonic.2.zip.sig tectonic_1.8.9-tectonic.2.zip +$ gpg2 --verify tectonic_1.9.6-tectonic.1.zip.sig tectonic_1.9.6-tectonic.1.zip # gpg2: Good signature from "CoreOS Application Signing Key " ``` Unzip Tectonic Installer and navigate to the `tectonic` directory. ```bash -$ unzip tectonic_1.8.9-tectonic.2.zip -$ cd tectonic_1.8.9-tectonic.2 +$ unzip tectonic_1.9.6-tectonic.1.zip +$ cd tectonic_1.9.6-tectonic.1 ``` ### Initialize and configure Terraform diff --git a/Documentation/install/bare-metal/index.md b/Documentation/install/bare-metal/index.md index d094c00..546d867 100644 --- a/Documentation/install/bare-metal/index.md +++ b/Documentation/install/bare-metal/index.md @@ -170,9 +170,9 @@ Make sure a current version of either the Google Chrome or Mozilla Firefox web b Download [Tectonic Installer][latest-tectonic-release]. ```sh -wget https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip -unzip tectonic_1.8.9-tectonic.2.zip -cd tectonic_1.8.9-tectonic.2/tectonic-installer +wget https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip +unzip tectonic_1.9.6-tectonic.1.zip +cd tectonic_1.9.6-tectonic.1/tectonic-installer ``` Run the Tectonic Installer for your platform: @@ -225,7 +225,7 @@ After the installer is complete, you'll have a Tectonic cluster and be able to a [copr-repo]: https://copr.fedorainfracloud.org/coprs/g/CoreOS/matchbox/ [coreos-release]: https://coreos.com/releases/ [daemonset]: http://kubernetes.io/docs/admin/daemons/ -[latest-tectonic-release]: https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip +[latest-tectonic-release]: https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip [matchbox-config]: https://coreos.com/matchbox/docs/latest/config.html [matchbox-dnsmasq]: https://github.com/coreos/matchbox/tree/master/contrib/dnsmasq [matchbox]: https://coreos.com/matchbox diff --git a/Documentation/install/bare-metal/metal-terraform.md b/Documentation/install/bare-metal/metal-terraform.md index ef0e97c..a7805e1 100644 --- a/Documentation/install/bare-metal/metal-terraform.md +++ b/Documentation/install/bare-metal/metal-terraform.md @@ -34,23 +34,23 @@ Once the update has processed, the *Overview* window will refresh to include lin Open a new terminal and run the following command to download Tectonic Installer. ```bash -$ curl -O https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip -$ curl -O https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip.sig +$ curl -O https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip +$ curl -O https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip.sig ``` Verify the release has been signed by the [CoreOS App Signing Key][verification-key]. ```bash $ gpg2 --keyserver pgp.mit.edu --recv-key 18AD5014C99EF7E3BA5F6CE950BDD3E0FC8A365E -$ gpg2 --verify tectonic_1.8.9-tectonic.2.zip.sig tectonic_1.8.9-tectonic.2.zip +$ gpg2 --verify tectonic_1.9.6-tectonic.1.zip.sig tectonic_1.9.6-tectonic.1.zip # gpg2: Good signature from "CoreOS Application Signing Key " ``` Unzip Tectonic Installer and navigate to the `tectonic` directory. ```bash -$ unzip tectonic_1.8.9-tectonic.2.zip -$ cd tectonic_1.8.9-tectonic.2 +$ unzip tectonic_1.9.6-tectonic.1.zip +$ cd tectonic_1.9.6-tectonic.1 ``` ### Initialize and configure Terraform diff --git a/Documentation/install/installer-windows.md b/Documentation/install/installer-windows.md index 8089f1b..cc4c2c0 100644 --- a/Documentation/install/installer-windows.md +++ b/Documentation/install/installer-windows.md @@ -29,7 +29,7 @@ Type `cmd` in the Windows menu search box and press the Enter key. A new Windows Issue the following command to fetch and run the Tectonic Installer container image from the Quay registry: ```sh -docker run --rm -p 4444:4444 -it quay.io/coreos/tectonic-installer:1.8.9-tectonic.2 /go/src/github.com/coreos/tectonic-installer/installer/bin/linux/installer -open-browser=false -address 0.0.0.0:4444 +docker run --rm -p 4444:4444 -it quay.io/coreos/tectonic-installer:1.9.6-tectonic.1 /go/src/github.com/coreos/tectonic-installer/installer/bin/linux/installer -open-browser=false -address 0.0.0.0:4444 ``` The status of the image download in progressively printed in the command window. Once Tectonic Installer is downloaded and running, `Starting Tectonic Installer on 0.0.0.0:4444` will be reported. @@ -63,7 +63,7 @@ Type `cmd` into the Windows menu search box and press the Enter key. A new comma At the Windows command prompt, issue the command: ```sh -docker run --rm -it -v %USERPROFILE%/Downloads:/Downloads quay.io/coreos/tectonic-installer:1.8.9-tectonic.2 bash +docker run --rm -it -v %USERPROFILE%/Downloads:/Downloads quay.io/coreos/tectonic-installer:1.9.6-tectonic.1 bash ``` The Installer container executes and presents a `bash` shell prompt within the container. diff --git a/Documentation/install/openstack/openstack-terraform.md b/Documentation/install/openstack/openstack-terraform.md index 685ca70..166521d 100644 --- a/Documentation/install/openstack/openstack-terraform.md +++ b/Documentation/install/openstack/openstack-terraform.md @@ -36,23 +36,23 @@ Once the update has processed, the *Overview* window will refresh to include lin Open a new terminal and run the following command to download Tectonic Installer. ```bash -$ curl -O https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip -$ curl -O https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip.sig +$ curl -O https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip +$ curl -O https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip.sig ``` Verify the release has been signed by the [CoreOS App Signing Key][verification-key]. ```bash $ gpg2 --keyserver pgp.mit.edu --recv-key 18AD5014C99EF7E3BA5F6CE950BDD3E0FC8A365E -$ gpg2 --verify tectonic_1.8.9-tectonic.2.zip.sig tectonic_1.8.9-tectonic.2.zip +$ gpg2 --verify tectonic_1.9.6-tectonic.1.zip.sig tectonic_1.9.6-tectonic.1.zip # gpg2: Good signature from "CoreOS Application Signing Key " ``` Unzip Tectonic Installer and navigate to the `tectonic` directory. ```bash -$ unzip tectonic_1.8.9-tectonic.2.zip -$ cd tectonic_1.8.9-tectonic.2 +$ unzip tectonic_1.9.6-tectonic.1.zip +$ cd tectonic_1.9.6-tectonic.1 ``` ### Initialize and configure Terraform diff --git a/Documentation/install/vmware/vmware-terraform.md b/Documentation/install/vmware/vmware-terraform.md index 4f90abd..c1f37ac 100644 --- a/Documentation/install/vmware/vmware-terraform.md +++ b/Documentation/install/vmware/vmware-terraform.md @@ -78,23 +78,23 @@ The following steps must be executed on a machine that has network connectivity Open a new terminal and run the following command to download Tectonic Installer. ```bash -$ curl -O https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip -$ curl -O https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip.sig +$ curl -O https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip +$ curl -O https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip.sig ``` Verify the release has been signed by the [CoreOS App Signing Key][verification-key]. ```bash $ gpg2 --keyserver pgp.mit.edu --recv-key 18AD5014C99EF7E3BA5F6CE950BDD3E0FC8A365E -$ gpg2 --verify tectonic_1.8.9-tectonic.2.zip.sig tectonic_1.8.9-tectonic.2.zip +$ gpg2 --verify tectonic_1.9.6-tectonic.1.zip.sig tectonic_1.9.6-tectonic.1.zip # gpg2: Good signature from "CoreOS Application Signing Key " ``` Unzip Tectonic Installer and navigate to the `tectonic` directory. ```bash -$ unzip tectonic_1.8.9-tectonic.2.zip -$ cd tectonic_1.8.9-tectonic.2 +$ unzip tectonic_1.9.6-tectonic.1.zip +$ cd tectonic_1.9.6-tectonic.1 ``` ## Customize the deployment diff --git a/Documentation/troubleshooting/faq.md b/Documentation/troubleshooting/faq.md index 4de142c..172e845 100644 --- a/Documentation/troubleshooting/faq.md +++ b/Documentation/troubleshooting/faq.md @@ -4,7 +4,7 @@ The version number of a Tectonic release is a string in the format `W.X.Y-tectonic.z`, where `W.X.Y` stands for the Kubernetes version included with the release, and `z` is an incrementing number, starting at 1, for successive Tectonic releases including that Kubernetes version. When the version number of the included Kubernetes release changes, the incrementing value `z` resets to 1. -For example, if the Kubernetes version is 1.8.9, the first Tectonic production release including it is labeled `1.8.9-tectonic.1`. A second release including the same 1.8.9 version of Kubernetes would be `1.8.9-tectonic.2`. When the version number of the included Kubernetes advances to 1.8.10, the associated Tectonic version number would be `1.8.10-tectonic.1`. +For example, if the Kubernetes version is 1.9.6, the first Tectonic production release including it is labeled `1.9.6-tectonic.1`. A second release including the same 1.9.6 version of Kubernetes would be `1.9.6-tectonic.2`. When the version number of the included Kubernetes advances to 1.9.7, the associated Tectonic version number would be `1.9.7-tectonic.1`. ## License and pull-secret formats diff --git a/Documentation/tutorials/aws/installing-tectonic.md b/Documentation/tutorials/aws/installing-tectonic.md index a2eb3d6..33a27c9 100644 --- a/Documentation/tutorials/aws/installing-tectonic.md +++ b/Documentation/tutorials/aws/installing-tectonic.md @@ -40,15 +40,15 @@ Make sure a current version of either Google Chrome or Mozilla Firefox is set as 1. Download and run Tectonic Installer by opening a new terminal and running the following command: ``` -$ curl -O https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip -$ curl -O https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip.sig +$ curl -O https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip +$ curl -O https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip.sig ``` 2. Verify the release has been signed by the [CoreOS App Signing Key][verification-key]. ```bash $ gpg2 --keyserver pgp.mit.edu --recv-key 18AD5014C99EF7E3BA5F6CE950BDD3E0FC8A365E -$ gpg2 --verify tectonic_1.8.9-tectonic.2.zip.sig tectonic_1.8.9-tectonic.2.zip +$ gpg2 --verify tectonic_1.9.6-tectonic.1.zip.sig tectonic_1.9.6-tectonic.1.zip # gpg2: Good signature from "CoreOS Application Signing Key " ``` @@ -62,8 +62,8 @@ When prompted, log in to your CoreOS account to obtain the License and Pull Secr If you prefer to work within the terminal, extract and launch the Installer using: ```bash -$ unzip tectonic_1.8.9-tectonic.2.zip -$ cd tectonic_1.8.9-tectonic.2/tectonic-installer # to change to the previously untarred directory +$ unzip tectonic_1.9.6-tectonic.1.zip +$ cd tectonic_1.9.6-tectonic.1/tectonic-installer # to change to the previously untarred directory $ ./$PLATFORM/installer # to run Tectonic Installer ``` Where `$PLATFORM` is `linux` or `darwin`. diff --git a/Documentation/tutorials/azure/install.md b/Documentation/tutorials/azure/install.md index d8b9480..3c9e4f5 100644 --- a/Documentation/tutorials/azure/install.md +++ b/Documentation/tutorials/azure/install.md @@ -131,23 +131,23 @@ $ ssh-add -L Open a new terminal and run the following command to download Tectonic Installer. ```bash -$ curl -O https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip -$ curl -O https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip.sig +$ curl -O https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip +$ curl -O https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip.sig ``` Verify the release has been signed by the [CoreOS App Signing Key][verification-key]. ```bash $ gpg2 --keyserver pgp.mit.edu --recv-key 18AD5014C99EF7E3BA5F6CE950BDD3E0FC8A365E -$ gpg2 --verify tectonic_1.8.9-tectonic.2.zip.sig tectonic_1.8.9-tectonic.2.zip +$ gpg2 --verify tectonic_1.9.6-tectonic.1.zip.sig tectonic_1.9.6-tectonic.1.zip # gpg2: Good signature from "CoreOS Application Signing Key " ``` Unzip Tectonic Installer and navigate to the `tectonic` directory. ```bash -$ unzip tectonic_1.8.9-tectonic.2.zip -$ cd tectonic_1.8.9-tectonic.2 +$ unzip tectonic_1.9.6-tectonic.1.zip +$ cd tectonic_1.9.6-tectonic.1 ``` ### Create a cluster build directory