Skip to content

Commit ff51183

Browse files
authored
fix typos/casing (#6473)
1 parent d5b2c70 commit ff51183

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/versioned/serving/app-security/secure-pod-defaults.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function: how-to
66
---
77

88
!!! important
9-
The default setting of `diabled` will be changed in the upcoming release of knative 1.21 to be more secure.
9+
The default setting of `disabled` will be changed in the upcoming release of Knative 1.21 to be more secure.
1010

1111
Knative Serving provides a `secure-pod-defaults` configuration option that allows the default Service configuration to run in the Kubernetes [restricted](https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted) Pod Security Standard profile without requiring application developers to explicitly set security properties. This feature offers three security levels: `disabled`, `root-allowed`, and `enabled` allowing organizations to gradually adopt security best practices without breaking container images that require specific permissions. The default is `disabled` to ensure existing deployments continue to work without modification.
1212

docs/versioned/serving/app-security/security-guard-about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ For more information or for troubleshooting help, see the [#knative-security](ht
5353

5454
## Security-Guard Use Cases
5555

56-
Security-Guard support four different stages in the life of a knative service from a security standpoint.
56+
Security-Guard support four different stages in the life of a Knative Service from a security standpoint.
5757

5858
* Zero-Day
5959
* Vulnerable

docs/versioned/serving/observability/logging/request-logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function: how-to
77

88
# Configuring Request Log Settings
99

10-
The request logging for knative serving is managed through the `config-observability` ConfigMap in `knative-serving` namespace. The request logs will be printed by the queue-proxy sidecar.
10+
The request logging for Knative Serving is managed through the `config-observability` ConfigMap in `knative-serving` namespace. The request logs will be printed by the queue-proxy sidecar.
1111

1212
Mentioned below are the flags used to configure request logging features.
1313

0 commit comments

Comments
 (0)