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

1.6.4-tectonic.1

Compare
Choose a tag to compare
@coreosbot coreosbot released this 08 Jun 22:18
· 2226 commits to track-1 since this release

Release tarball is available at https://releases.tectonic.com/tectonic-1.6.4-tectonic.1.tar.gz.
Release signature is available at https://releases.tectonic.com/tectonic-1.6.4-tectonic.1.tar.gz.asc.

Tectonic 1.6.4-tectonic.1 (2017-06-08)

  • Updates to Terraform v0.9.6 (fixes some instances of terraform destroy not working).
  • Updates to Kubernetes v1.6.4.
  • Many components run as "nobody" instead of root.
  • An option has been added to disable the creation of private zones.
  • All resources are now tagged in AWS with the cluster id.
  • A minimal IAM policy has been created.

Console 1.6.3

  • CPU usage graphs now display usage instead of limits.
  • Can now Create Role Bindings and many other supported resources.

Tectonic Channel Operator v0.3.4

  • Requires signed payloads using the default CoreOS key.
  • No longer creates components upon upgrade when they did not previously exist.

NOTES:

Upgrading to v1.6.4 requires that all nodes are running "Container Linux by CoreOS 1353.8.0 (Ladybug)" or greater. To inspect the Container Linux version on all nodes run:

kubectl get nodes -o wide

If any nodes are running older versions a reboot may resolve the issue.

The v1.6.4 upgrade will fail if this condition is not met with an error of the format: 'Updates are not possible : Upgrade is not supported: X of Y nodes' OS version are lower than the minimum required version "1353.8.0"'

If this error occurs:

  1. Ensure that all nodes meet the minimum version requirements (see above).
  2. Remove the "failureStatus" field and its children from the ThirdPartyResource using the following command:

kubectl edit appversion/tectonic-cluster -n tectonic-system

  1. Retry the upgrade from the Tectonic Console.