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

27 lines
466 B
Markdown
Raw Normal View History

# Configuring Quay on Kubernetes
... include old setup here, with extra steps:
# Configuring RBAC for the configuration tool
```bash
kubectl apply -f config-tool-serviceaccount.yaml
```
```bash
kubectl apply -f config-tool-servicetoken-role.yaml
```
```bash
kubectl apply -f config-tool-servicetoken-role-binding.yaml
```
```bash
kubectl apply -f qe-config-tool.yml
```
Make a nodeservice for it:
```bash
kubectl apply -f config-tool-service-nodeport.yml
```