Christian M. Adams
dfa0f6d45e
Add docs for priority classes & fix typo
2022-04-21 11:59:15 -04:00
Christian M. Adams
21062f0708
Add default resource requests for postgres containers
2022-04-18 12:30:02 -04:00
Mac Chaffee
8df0969e6a
Fix namespace name in readme ( #868 )
...
Signed-off-by: Mac Chaffee <machaffe@renci.org >
2022-04-15 16:08:43 -04:00
David Luong
1686875321
Customize CSRF options ( #825 )
2022-04-13 19:42:07 -04:00
Dragutan Alexandr
5e81729bc9
Update README.md ( #858 )
...
cut off svg-content, link preserverd.
2022-04-06 21:39:49 -04:00
Christian Adams
5f76d4917e
Enable setting a list of image_pull_secrets ( #860 )
...
When there are e.g. multiple authenticated container registries used
we need to be able to add multiple imagePullSecrets to the k8s resource
Co-authored-by: Maximilian Meister <maximilian.meister@pm.me >
2022-04-05 11:51:21 -04:00
Mac Chaffee
add76c159b
Mention how to install Kustomize.
...
It's recommended to install the standalone version of kustomize rather
than using the version that ships with kubectl because that version is
typically very old and doesn't match the docs.
2022-03-26 11:53:17 -04:00
Mac Chaffee
375031e1f8
Remove explicit tags to avoid need to bump versions
...
Signed-off-by: Mac Chaffee <machaffe@renci.org >
2022-03-24 19:18:46 -04:00
Mac Chaffee
0a9e9722c5
Add docs for proper kustomization installs
2022-03-23 15:42:24 -04:00
kurokobo
589a3751e1
fix: add quotes for PGPASSWORD for the backup and restore roles
2022-03-20 16:13:12 +09:00
Shane McDonald
9980192d9e
Reformat markdown tables in README.md
2022-03-05 12:02:18 -05:00
Shane McDonald
e2fc5f46c0
Merge pull request #803 from rooftopcellist/sts-db-check
...
Run database-check initContainer on postgres sts instead
2022-03-05 11:59:00 -05:00
Shane McDonald
5b3be06e8d
Allow for customizing postgres init container resources
2022-03-05 11:48:13 -05:00
MrBones757
9ca14cef93
added support for pod annotations to awx deployment
2022-02-25 09:54:55 +08:00
Gino Jansen
c81b78aad6
Added namespace warning | added apply command for missing namespace
2022-02-18 14:31:29 +01:00
kurokobo
877943cc27
fix: update TOC in README.md
2022-02-12 16:49:17 +09:00
Shane McDonald
26b1eb6c87
Merge pull request #776 from arrase/feature/service_annotations
...
Allow service annotations not only for LoadBalancer type
2022-02-11 17:30:56 -05:00
Matthias R. Wiora
39437da72b
feat(readme): add k8s cluster setup instructions ( #592 )
...
Add instructions for using with existing kubernetes cluster
2022-02-11 17:25:37 -05:00
Shane McDonald
e1645a2f8d
Merge pull request #593 from kurokobo/upgrading
...
Add steps to upgrade to 0.14.0
2022-02-11 17:24:10 -05:00
Juan Ezquerro LLanes
108addc06e
Allow service annotations not only for LoadBalancer
2022-02-01 20:49:37 +01:00
Shane McDonald
4aeeb8db82
Merge pull request #698 from mhrivnak/remove-warning
...
removes obsolete and confusing warning about project status
2022-01-19 18:21:30 -05:00
Christian Adams
83939ec007
Merge pull request #726 from Skaopap/feature_topology_constraints
...
Add topology constraints to AWX CRD
2022-01-13 21:16:23 -05:00
bthominet
608478e249
add topolgy_spread_constraints
2022-01-13 09:50:12 +01:00
chris93111
0f07a475b5
Add ability to configure extra args for postgres
...
* add default extra args postgres
* add postgres_extra_args option to readme
2022-01-11 12:44:18 -05:00
Michael Hrivnak
f4995afb39
removes obsolete and confusing warning about project status
...
This warning originated [two years
ago](6e6cd37ce6 (diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5R18) ).
The API is now at `v1beta1`, so it's probably not accurate to call it
"alpha" anymore.
Since AWX and awx-operator are both OSS upstream projects, there is
implicitly no vendor support from Red Hat. The warning about support can
lead to confusion, and potentially imply that some other part of AWX is
supported, as demonstrated in a recent [twitter
thread](https://twitter.com/vwbusguy/status/1470902780311212035 ). When
this warning was written, the operator was self-described as an
"installation method for Ansible Tower or AWX". Since then, it appears
that the operator is focused only on upstream AWX, so that presumably
removes any need to clarify vendor support status.
2021-12-15 17:34:03 -05:00
Shane McDonald
5d934ff2b5
Allow for independently staging awx-operator
2021-11-19 06:34:16 +00:00
kurokobo
b0824acc48
Add steps to upgrade to 0.14.0
2021-10-29 22:01:10 -04:00
Christian M. Adams
8aee279634
Use relatedImages to make disconnected deployments possible
...
* Add ability to pass images in from the CSV for disconnected installs
Signed-off-by: Christian M. Adams <chadams@redhat.com >
2021-10-26 00:26:16 -04:00
Shane McDonald
38c64a504d
Merge pull request #559 from oliverf1/redis_capabilities
...
Add an option to specify container capabilities for the redis container
2021-10-13 14:24:23 -04:00
Sean Davis
b1dcf16fc8
Add Ingress path type option ( #1 )
...
* make ingress_path_type an option
* add to spec
2021-10-04 10:31:56 -05:00
Olivier
f0c5d1b4e3
Add an option to specify container capabilities for the redis container
...
With some kubernetes clusters and settings, you might need to specify
some capabilities so the container can start. For example, the CHOWN,
SETUID and SETGID capabilties.
Setting the redis_capabilities option will add the capabilities in
the deployment.
2021-10-02 18:43:37 -04:00
jamesmarshall24
133dfc5138
Note for wrapping pg password in quotes
...
- Add a note suggesting the password for postgres stringData be wrapped in quotes especially for passwords with special characters.
2021-10-01 16:00:07 -07:00
Shane McDonald
ca72423ca4
Update release process docs
2021-09-29 18:39:27 -04:00
Shane McDonald
e9ade56842
Add note about upgrading to 0.14.0
2021-09-29 18:39:26 -04:00
Shane McDonald
d4c8fd67f3
Update readme
2021-09-29 18:39:26 -04:00
Christian M. Adams
8bd6cffd7b
Add namespace-scoped upgrade docs & changelog entry
2021-09-20 17:21:42 -04:00
Christian Adams
c235c6d7e8
Merge pull request #523 from eoq/eoq-patch-1
...
Add Uninstall section
2021-09-08 22:36:37 -04:00
eoq
054d5eb93f
Update README.md
...
added some quotes
2021-09-08 22:14:08 -04:00
eoq
b684a5de35
Update README.md
...
one more tweak to uinstall comments
2021-09-08 16:03:18 -04:00
eoq
e6d7f88a33
Update README.md
...
modified uninstall section based on PR review feedback
2021-09-08 16:01:48 -04:00
eoq
cd9bbc3a0e
Add Uninstall section
...
Just a quick instruction on how to remove an AWX deployment from a new user who struggled with it for a bit.
2021-09-05 07:38:16 -04:00
Cliff Hults
fa410ae882
Fixing nodeport_port table default
2021-08-16 13:46:04 -04:00
Cliff Hults
9b072aa549
Added nodeport properties
2021-08-14 19:50:29 -04:00
Christian Adams
f0b439c125
Merge pull request #464 from js-rwwa/devel
...
Define ingress path as variable for deployments
2021-07-26 09:54:13 -04:00
Marcelo Moreira de Mello
24916c6fa1
Using fsGroup and extends propers via InitContainer (NFS)
2021-07-21 10:36:55 -04:00
tabjer
0cd6d722af
Updated ingress documentation
2021-07-12 09:20:52 +08:00
bluikko
5c8897554a
Typo in README.md
...
"from-file" mistyped as "from-fle"
2021-07-10 11:46:53 +07:00
annie tran
f8d5595032
Update README.md
...
Add demonstration for running kubectl inside minikube and add step to create alias
2021-07-06 10:30:48 -05:00
Christian M. Adams
cf2cd14154
Do not check for default ee-pull-cred secret
...
* fix nested var ref for awx_spec.spec
2021-07-01 15:05:18 -04:00
Shane McDonald
82422b8510
Merge pull request #412 from tchellomello/enhanhce_docs_ee
...
Enhances ee* documentation
2021-06-25 13:19:07 -04:00