Merge branch 'master' of code.ungleich.ch:ungleich-public/ungleich-k8s
This commit is contained in:
commit
e7fcef1932
2 changed files with 19 additions and 0 deletions
|
@ -123,3 +123,12 @@ Especially these:
|
|||
## Other flux related problems
|
||||
|
||||
* The host is not cleared / old /var/lib/rook is persisting
|
||||
|
||||
## Troubleshooting: PVC stuck pending, no csi-{cephfs,rbd}provisioner-plugin pod in rook-ceph namespace
|
||||
|
||||
2021-07-31: it seems that the provisioner plugin tend to silently die.
|
||||
Restarting the `rook-ceph-operator` deployment will get them back up:
|
||||
|
||||
```
|
||||
kubectl rollout restart deployment/rook-ceph-operator -n rook-ceph
|
||||
```
|
||||
|
|
10
tests/service-without-endpoints.yaml
Normal file
10
tests/service-without-endpoints.yaml
Normal file
|
@ -0,0 +1,10 @@
|
|||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: blank-service
|
||||
spec:
|
||||
selector:
|
||||
app: something-that-comes-later
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 80
|
Loading…
Reference in a new issue