From 008817b0aa542d49a77587e0afdb5805fde6cd18 Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Thu, 13 Feb 2020 14:25:22 -0800 Subject: [PATCH] Promote Fedora CoreOS AWS/bare-metal to beta * Remove alpha warnings from docs headers --- CHANGES.md | 5 +++++ README.md | 4 ++-- docs/fedora-coreos/aws.md | 3 --- docs/fedora-coreos/bare-metal.md | 3 --- docs/index.md | 4 ++-- 5 files changed, 9 insertions(+), 10 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index f8e3df23..a954b117 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -9,8 +9,13 @@ Notable changes between versions. * Allow Fedora CoreOS clusters to pass CNCF conformance suite * Set Docker log driver to `json-file` as a workaround +#### AWS + +* Promote Fedora CoreOS to beta + #### Bare-Metal +* Promote Fedora CoreOS to beta * Add Fedora CoreOS kernel arguments initrd and console ([#640](https://github.com/poseidon/typhoon/pull/640)) #### Google Cloud diff --git a/README.md b/README.md index f7d26020..eb4999e7 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,8 @@ Typhoon is available for [Fedora CoreOS](https://getfedora.org/coreos/). | Platform | Operating System | Terraform Module | Status | |---------------|------------------|------------------|--------| -| AWS | Fedora CoreOS | [aws/fedora-coreos/kubernetes](aws/fedora-coreos/kubernetes) | alpha | -| Bare-Metal | Fedora CoreOS | [bare-metal/fedora-coreos/kubernetes](bare-metal/fedora-coreos/kubernetes) | alpha | +| AWS | Fedora CoreOS | [aws/fedora-coreos/kubernetes](aws/fedora-coreos/kubernetes) | beta | +| Bare-Metal | Fedora CoreOS | [bare-metal/fedora-coreos/kubernetes](bare-metal/fedora-coreos/kubernetes) | beta | | Google Cloud | Fedora CoreOS | [google-cloud/fedora-coreos/kubernetes](google-cloud/fedora-coreos/kubernetes) | alpha | Typhoon is available for [Flatcar Container Linux](https://www.flatcar-linux.org/releases/). diff --git a/docs/fedora-coreos/aws.md b/docs/fedora-coreos/aws.md index 52913b0f..cb708c2c 100644 --- a/docs/fedora-coreos/aws.md +++ b/docs/fedora-coreos/aws.md @@ -1,8 +1,5 @@ # AWS -!!! danger - Typhoon for Fedora CoreOS is an alpha. Please report Fedora CoreOS bugs to [Fedora](https://github.com/coreos/fedora-coreos-tracker/issues) and Typhoon issues to Typhoon. - In this tutorial, we'll create a Kubernetes v1.17.3 cluster on AWS with Fedora CoreOS. We'll declare a Kubernetes cluster using the Typhoon Terraform module. Then apply the changes to create a VPC, gateway, subnets, security groups, controller instances, worker auto-scaling group, network load balancer, and TLS assets. diff --git a/docs/fedora-coreos/bare-metal.md b/docs/fedora-coreos/bare-metal.md index 54e3faf9..a29557b4 100644 --- a/docs/fedora-coreos/bare-metal.md +++ b/docs/fedora-coreos/bare-metal.md @@ -1,8 +1,5 @@ # Bare-Metal -!!! danger - Typhoon for Fedora CoreOS is an alpha. Please report Fedora CoreOS bugs to [Fedora](https://github.com/coreos/fedora-coreos-tracker/issues) and Typhoon issues to Typhoon. - In this tutorial, we'll network boot and provision a Kubernetes v1.17.3 cluster on bare-metal with Fedora CoreOS. First, we'll deploy a [Matchbox](https://github.com/poseidon/matchbox) service and setup a network boot environment. Then, we'll declare a Kubernetes cluster using the Typhoon Terraform module and power on machines. On PXE boot, machines will install Fedora CoreOS to disk, reboot into the disk install, and provision themselves as Kubernetes controllers or workers via Ignition. diff --git a/docs/index.md b/docs/index.md index 0bbc41b4..50ff8be8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -33,8 +33,8 @@ Typhoon is available for [Fedora CoreOS](https://getfedora.org/coreos/). | Platform | Operating System | Terraform Module | Status | |---------------|------------------|------------------|--------| -| AWS | Fedora CoreOS | [aws/fedora-coreos/kubernetes](fedora-coreos/aws.md) | alpha | -| Bare-Metal | Fedora CoreOS | [bare-metal/fedora-coreos/kubernetes](fedora-coreos/bare-metal.md) | alpha | +| AWS | Fedora CoreOS | [aws/fedora-coreos/kubernetes](fedora-coreos/aws.md) | beta | +| Bare-Metal | Fedora CoreOS | [bare-metal/fedora-coreos/kubernetes](fedora-coreos/bare-metal.md) | beta | | Google Cloud | Fedora CoreOS | [google-cloud/fedora-coreos/kubernetes](google-cloud/fedora-coreos/kubernetes) | alpha | Typhoon is available for [Flatcar Container Linux](https://www.flatcar-linux.org/releases/).