moved pod to deployment

This commit is contained in:
ston1th 2019-08-16 13:43:56 +02:00
commit cc75d44266
7 changed files with 71 additions and 49 deletions

View file

@ -12,16 +12,16 @@ Grant permissions for the new operator:
kubectl apply -f rbac.yaml
```
Create the operator pod:
Create the operator deployment:
```
kubectl apply -f pod.yaml
kubectl apply -f deployment.yaml
```
## Cleanup
```
kubectl delete -f pod.yaml
kubectl delete -f deployment.yaml
kubectl delete -f rbac.yaml
```