Add fetching of qe deployments in config tool
This commit is contained in:
parent
2c61c87712
commit
3d4e43c8d1
24 changed files with 484 additions and 18 deletions
26
config_app/docs/kube_setup.md
Normal file
26
config_app/docs/kube_setup.md
Normal file
|
@ -0,0 +1,26 @@
|
|||
# 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
|
||||
```
|
||||
|
||||
|
||||
|
Reference in a new issue