This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/config_app/docs/kube_setup.md

466 B

Configuring Quay on Kubernetes

... include old setup here, with extra steps:

Configuring RBAC for the configuration tool

kubectl apply -f config-tool-serviceaccount.yaml
kubectl apply -f config-tool-servicetoken-role.yaml
kubectl apply -f config-tool-servicetoken-role-binding.yaml
kubectl apply -f qe-config-tool.yml

Make a nodeservice for it:

kubectl apply -f config-tool-service-nodeport.yml