moved pod to deployment
This commit is contained in:
parent
fe1523102d
commit
cc75d44266
7 changed files with 71 additions and 49 deletions
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue