When I do make deploy. I get the following message:
administrator@NLDC01VS756:~/awx-operator$ make deploy
curl: (77) error setting certificate file: /etc/ssl/certs/ca-certificates.crt
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
make: *** [Makefile:161: kustomize] Error 2
Somebody had this in the past and know how i can fix this?
I’m not sure what your issue is exactly, but I don’t have /etc/ssl/certs/ca-certificates.crt either. I have /etc/ssl/certs/ca-bundle.crt and /etc/ssl/certs/ca-bundle.trust.crt on EL9.
On another note, you don’t necessarily need to run make deploy. You can manually create a kustomization.yaml (from the very docs page you linked), and use that to install the operator on your k8s cluster.