Skip to content

Commit c9f42c1

Browse files
authored
Merge pull request #27185 from atoato88/fix-errors-of-linkchecker-part2
Fix errors by linkchecker.py
2 parents 3ce2661 + b81f637 commit c9f42c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/en/docs/concepts/workloads/controllers/replicaset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ The `.spec.template` is a [pod template](/docs/concepts/workloads/pods/#pod-temp
237237
required to have labels in place. In our `frontend.yaml` example we had one label: `tier: frontend`.
238238
Be careful not to overlap with the selectors of other controllers, lest they try to adopt this Pod.
239239

240-
For the template's [restart policy](/docs/concepts/workloads/Pods/pod-lifecycle/#restart-policy) field,
240+
For the template's [restart policy](/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy) field,
241241
`.spec.template.spec.restartPolicy`, the only allowed value is `Always`, which is the default.
242242

243243
### Pod Selector

content/en/docs/reference/using-api/deprecation-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ The **certificates.k8s.io/v1beta1** API version of CertificateSigningRequest wil
116116
* All existing persisted objects are accessible via the new API
117117
* Notable changes in `certificates.k8s.io/v1`:
118118
* For API clients requesting certificates:
119-
* `spec.signerName` is now required (see [known Kubernetes signers](https://kubernetes.io/docs/reference/access-authn-authz/certificate-signing-requests/#kubernetes-signers)), and requests for `kubernetes.io/legacy-unknown` are not allowed to be created via the `certificates.k8s.io/v1` API
119+
* `spec.signerName` is now required (see [known Kubernetes signers](/docs/reference/access-authn-authz/certificate-signing-requests/#kubernetes-signers)), and requests for `kubernetes.io/legacy-unknown` are not allowed to be created via the `certificates.k8s.io/v1` API
120120
* `spec.usages` is now required, may not contain duplicate values, and must only contain known usages
121121
* For API clients approving or signing certificates:
122122
* `status.conditions` may not contain duplicate types

0 commit comments

Comments
 (0)