We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 273929a + a05dec2 commit dcf48daCopy full SHA for dcf48da
README.md
@@ -27,12 +27,13 @@ kubectl create -f https://raw.githubusercontent.com/lwolf/kube-cleanup-operator/
27
kubectl logs -f $(kubectl get pods --namespace default -l "run=cleanup-operator" -o jsonpath="{.items[0].metadata.name}")
28
29
# Use simple job to test it
30
-kubectl create -f https://raw.githubusercontent.com/kubernetes/kubernetes.github.io/master/docs/concepts/workloads/controllers/job.yaml
+kubectl create -f https://k8s.io/examples/controllers/job.yaml
31
```
32
33
## Docker images
34
35
```docker pull lwolf/kube-cleanup-operator```
36
+
37
```docker pull quay.io/lwolf/kube-cleanup-operator```
38
39
## Development
0 commit comments