-
Notifications
You must be signed in to change notification settings - Fork 638
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clean deployment on K3s with 2.14.0 fails with postgres 15 #1806
Comments
@apiening can you provide the output of |
Hi @fosterseth, # kubectl describe awx-postgres-15-0
error: the server doesn't have a resource type "awx-postgres-15-0" |
I believe the correct query is Here is what happens for me. Also trying to update to 2.14.0 with k3s & longhorn
Is this maybe the same as in #1813 and related to #1790 ? |
dupe of #1770 see #1770 (comment) for workaround in next release you can use the postgres init container to initialize the PGDATA directory see #1805 |
Please confirm the following
Bug Summary
The deployment of
awx-postgres-15-0
fails with aCrashLoopBackOff
.This is a new K3s deployment with nothing else running, no upgrade.
AWX Operator version
2.14.0
AWX version
v24.1.0
Kubernetes platform
kubernetes
Kubernetes/Platform version
K3S Client Version: v1.28.7+k3s1, Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3, Server Version: v1.28.7+k3s1
Modifications
no
Steps to reproduce
Deploy using
kustomization.yaml
:and
awx.yaml
:with
kubectl kustomize | kubectl apply -f -
Expected results
Successful deployment.
Actual results
Postgres is in a CrashLoop:
# kubectl get pods -n awx NAME READY STATUS RESTARTS AGE awx-operator-controller-manager-6458cd4798-w6vwx 2/2 Running 0 91m awx-postgres-15-0 0/1 CrashLoopBackOff 20 (4m40s ago) 82m
Additional information
This is a clean deployment with nothing else running.
Operator Logs
No response
The text was updated successfully, but these errors were encountered: