-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
Quay Enterprise
Hello,
I'm trying to develop a small proof of concept and get quay up and running by using the https://github.com/quay/quay/tree/master/deploy/k8s yaml and I'm getting quite a few errors. Note: I was directed here by the projectquay.io website following the text "You can also manually deploy Project Quay on Kubernetes using the YAML manifests."
Basically, things are really out of date. And need to be updated
– All resources under apps/v1beta1 and apps/v1beta2 - use apps/v1 instead
– securityContext and selector keys need to be added to the Deployment spec.
– clair-scanner-config-secret needs to be defined
There are a few other things too, but the main jist is I would really like to use these for a 1.16+ deployment and they need to be fixed up.