Merge pull request #37 from kurokobo/0.17.0

feat: bump operator version to 0.17.0
This commit is contained in:
kurokobo 2022-02-16 20:30:18 +09:00 committed by GitHub
commit 54220ad2f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 15 additions and 16 deletions

View file

@ -34,15 +34,15 @@ An example implementation of AWX on single node K3s using AWX Operator, with eas
- CentOS Stream 8 (Minimal) - CentOS Stream 8 (Minimal)
- K3s v1.22.6+k3s1 - K3s v1.22.6+k3s1
- Products that will be deployed: - Products that will be deployed:
- AWX Operator 0.16.1 - AWX Operator 0.17.0
- AWX 19.5.1 - AWX 20.0.0
- PostgreSQL 12 - PostgreSQL 12
## References ## References
- [K3s - Lightweight Kubernetes](https://rancher.com/docs/k3s/latest/en/) - [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 - [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.16.1/README.md) @0.16.1 - [README.md on ansible/awx-operator](https://github.com/ansible/awx-operator/blob/0.17.0/README.md) @0.17.0
## Procedure ## 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). 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 ```bash
cd ~ cd ~
git clone https://github.com/ansible/awx-operator.git git clone https://github.com/ansible/awx-operator.git
cd awx-operator 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`. 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) ----- ----- Ansible Task Status Event StdOut (awx.ansible.com/v1beta1, Kind=AWX, awx/awx) -----
PLAY RECAP ********************************************************************* 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 ```txt
$ kubectl -n awx logs -f deployments/awx-operator-controller-manager -c awx-manager $ 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 ********************************************************************* PLAY RECAP *********************************************************************
localhost : ok=3 changed=0 unreachable=0 failed=0 skipped=7 rescued=0 ignored=0 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) ----- ----- Ansible Task Status Event StdOut (awx.ansible.com/v1beta1, Kind=AWX, awx/awx) -----
PLAY RECAP ********************************************************************* 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
---------- ----------
``` ```

View file

@ -42,7 +42,7 @@ This guide does not provide any information how to configure Azure, other DNS se
Deploy cert-manager first. Deploy cert-manager first.
```bash ```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. Ensure the pods in `cert-manager` namespace are running.

View file

@ -5,10 +5,10 @@ metadata:
name: awx name: awx
spec: spec:
# These parameters are designed for use with: # These parameters are designed for use with:
# - AWX Operator: 0.16.1 # - AWX Operator: 0.17.0
# https://github.com/ansible/awx-operator/blob/0.16.1/README.md # https://github.com/ansible/awx-operator/blob/0.17.0/README.md
# - AWX: 19.5.1 # - AWX: 20.0.0
# https://github.com/ansible/awx/blob/19.5.1/INSTALL.md # https://github.com/ansible/awx/blob/20.0.0/INSTALL.md
admin_user: admin admin_user: admin
admin_password_secret: awx-admin-password admin_password_secret: awx-admin-password

View file

@ -153,7 +153,7 @@ Typical solutions are one of the following:
ee_resource_requirements: {} 👈👈👈 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. - 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 ### The Pod is `Pending` with "1 pod has unbound immediate PersistentVolumeClaims." event

View file

@ -11,6 +11,7 @@ Note that once you upgrade AWX Operator, your AWX will also be upgraded automati
| AWX Operator | AWX | | AWX Operator | AWX |
| - | - | | - | - |
| 0.17.0 | 20.0.0 |
| 0.16.1 | 19.5.1 | | 0.16.1 | 19.5.1 |
| 0.15.0 | 19.5.0 | | 0.15.0 | 19.5.0 |
| 0.14.0 | 19.4.0 | | 0.14.0 | 19.4.0 |