diff --git a/README.md b/README.md index a58ba2c..b5b007c 100644 --- a/README.md +++ b/README.md @@ -34,15 +34,15 @@ An example implementation of AWX on single node K3s using AWX Operator, with eas - CentOS Stream 8 (Minimal) - K3s v1.22.6+k3s1 - Products that will be deployed: - - AWX Operator 0.16.1 - - AWX 19.5.1 + - AWX Operator 0.17.0 + - AWX 20.0.0 - PostgreSQL 12 ## References - [K3s - Lightweight Kubernetes](https://rancher.com/docs/k3s/latest/en/) -- [INSTALL.md on ansible/awx](https://github.com/ansible/awx/blob/19.5.1/INSTALL.md) @19.5.1 -- [README.md on ansible/awx-operator](https://github.com/ansible/awx-operator/blob/0.16.1/README.md) @0.16.1 +- [INSTALL.md on ansible/awx](https://github.com/ansible/awx/blob/20.0.0/INSTALL.md) @20.0.0 +- [README.md on ansible/awx-operator](https://github.com/ansible/awx-operator/blob/0.17.0/README.md) @0.17.0 ## Procedure @@ -72,13 +72,11 @@ curl -sfL https://get.k3s.io | sh -s - --write-kubeconfig-mode 644 Install specified version of AWX Operator. Note that this procedure is applicable only for AWX Operator `0.14.0` or later. If you want to deploy `0.13.0` or earlier version of AWX Operator, refer [πŸ“Tips: Deploy older version of AWX Operator](tips/deploy-older-operator.md). -Note that `0.16.0` doesn't work correctly due to [the issue (ansible/awx-operator#762)](https://github.com/ansible/awx-operator/issues/762), use `0.16.1` instead. - ```bash cd ~ git clone https://github.com/ansible/awx-operator.git cd awx-operator -git checkout 0.16.1 +git checkout 0.17.0 ``` Export the name of the namespace where you want to deploy AWX Operator as the environment variable `NAMESPACE` and run `make deploy`. The default namespace is `awx`. @@ -184,7 +182,7 @@ $ kubectl -n awx logs -f deployments/awx-operator-controller-manager -c awx-mana ... ----- Ansible Task Status Event StdOut (awx.ansible.com/v1beta1, Kind=AWX, awx/awx) ----- PLAY RECAP ********************************************************************* -localhost : ok=64 changed=0 unreachable=0 failed=0 skipped=43 rescued=0 ignored=0 +localhost : ok=65 changed=0 unreachable=0 failed=0 skipped=43 rescued=0 ignored=0 ---------- ``` @@ -285,7 +283,7 @@ When the backup completes successfully, the logs end with: ```txt $ kubectl -n awx logs -f deployments/awx-operator-controller-manager -c awx-manager ... ------ Ansible Task Status Event StdOut (awx.ansible.com/v1beta1, Kind=AWX, awx/awx) ----- +----- Ansible Task Status Event StdOut (awx.ansible.com/v1beta1, Kind=AWXBackup, awxbackup-2021-06-06/awx) ----- PLAY RECAP ********************************************************************* localhost : ok=3 changed=0 unreachable=0 failed=0 skipped=7 rescued=0 ignored=0 ---------- @@ -394,7 +392,7 @@ $ kubectl -n awx logs -f deployments/awx-operator-controller-manager -c awx-mana ... ----- Ansible Task Status Event StdOut (awx.ansible.com/v1beta1, Kind=AWX, awx/awx) ----- PLAY RECAP ********************************************************************* -localhost : ok=66 changed=0 unreachable=0 failed=0 skipped=41 rescued=0 ignored=0 +localhost : ok=67 changed=0 unreachable=0 failed=0 skipped=41 rescued=0 ignored=0 ---------- ``` diff --git a/acme/README.md b/acme/README.md index 397d03e..4c1cacb 100644 --- a/acme/README.md +++ b/acme/README.md @@ -42,7 +42,7 @@ This guide does not provide any information how to configure Azure, other DNS se Deploy cert-manager first. ```bash -kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.7.0/cert-manager.yaml +kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.7.1/cert-manager.yaml ``` Ensure the pods in `cert-manager` namespace are running. diff --git a/base/awx.yaml b/base/awx.yaml index 4a35739..a1d27e9 100644 --- a/base/awx.yaml +++ b/base/awx.yaml @@ -5,10 +5,10 @@ metadata: name: awx spec: # These parameters are designed for use with: - # - AWX Operator: 0.16.1 - # https://github.com/ansible/awx-operator/blob/0.16.1/README.md - # - AWX: 19.5.1 - # https://github.com/ansible/awx/blob/19.5.1/INSTALL.md + # - AWX Operator: 0.17.0 + # https://github.com/ansible/awx-operator/blob/0.17.0/README.md + # - AWX: 20.0.0 + # https://github.com/ansible/awx/blob/20.0.0/INSTALL.md admin_user: admin admin_password_secret: awx-admin-password diff --git a/tips/troubleshooting.md b/tips/troubleshooting.md index f964b65..ec2d188 100644 --- a/tips/troubleshooting.md +++ b/tips/troubleshooting.md @@ -153,7 +153,7 @@ Typical solutions are one of the following: ee_resource_requirements: {} πŸ‘ˆπŸ‘ˆπŸ‘ˆ ``` - - You can specify more specific value for each containers. Refer [official documentation](https://github.com/ansible/awx-operator/blob/0.16.1/README.md#containers-resource-requirements) for details. + - You can specify more specific value for each containers. Refer [official documentation](https://github.com/ansible/awx-operator/blob/0.17.0/README.md#containers-resource-requirements) for details. - In this way you can run AWX with fewer resources, but you may encounter performance issues. ### The Pod is `Pending` with "1 pod has unbound immediate PersistentVolumeClaims." event diff --git a/tips/upgrade-operator.md b/tips/upgrade-operator.md index aba36cf..e4936f5 100644 --- a/tips/upgrade-operator.md +++ b/tips/upgrade-operator.md @@ -11,6 +11,7 @@ Note that once you upgrade AWX Operator, your AWX will also be upgraded automati | AWX Operator | AWX | | - | - | +| 0.17.0 | 20.0.0 | | 0.16.1 | 19.5.1 | | 0.15.0 | 19.5.0 | | 0.14.0 | 19.4.0 |