Tidy garbage collection controller page (#14856)
* Tidy code blocks * Reword for better readability
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
ca9e44ff9c
commit
dee06de26a
@@ -45,7 +45,7 @@ kubectl get pods --output=yaml
|
|||||||
|
|
||||||
The output shows that the Pod owner is a ReplicaSet named `my-repset`:
|
The output shows that the Pod owner is a ReplicaSet named `my-repset`:
|
||||||
|
|
||||||
```shell
|
```yaml
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Pod
|
kind: Pod
|
||||||
metadata:
|
metadata:
|
||||||
@@ -61,7 +61,7 @@ metadata:
|
|||||||
```
|
```
|
||||||
|
|
||||||
{{< note >}}
|
{{< note >}}
|
||||||
Cross-namespace owner references is disallowed by design. This means:
|
Cross-namespace owner references are disallowed by design. This means:
|
||||||
1) Namespace-scoped dependents can only specify owners in the same namespace,
|
1) Namespace-scoped dependents can only specify owners in the same namespace,
|
||||||
and owners that are cluster-scoped.
|
and owners that are cluster-scoped.
|
||||||
2) Cluster-scoped dependents can only specify cluster-scoped owners, but not
|
2) Cluster-scoped dependents can only specify cluster-scoped owners, but not
|
||||||
|
|||||||
Reference in New Issue
Block a user