You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/domains/Domain.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -850,7 +850,7 @@
850
850
"type": "string"
851
851
},
852
852
"podSecurityContext": {
853
-
"description": "Pod-level security attributes. See `kubectl explain pods.spec.podSecurityContext`. Beginning with operator version 3.4.7, if no value is specified for this field, the operator will use default content for the pod-level `securityContext`. More info: https://oracle.github.io/weblogic-kubernetes-operator/security/domain-security/pod-and-container/.",
853
+
"description": "Pod-level security attributes. See `kubectl explain pods.spec.podSecurityContext`. Beginning with operator version 3.4.8, if no value is specified for this field, the operator will use default content for the pod-level `securityContext`. More info: https://oracle.github.io/weblogic-kubernetes-operator/security/domain-security/pod-and-container/.",
"description": "Container-level security attributes. Will override any matching Pod-level attributes. See `kubectl explain pods.spec.containers.securityContext`. Beginning with operator version 3.4.7, if no value is specified for this field, the operator will use default content for container-level `securityContext`. More info: https://oracle.github.io/weblogic-kubernetes-operator/security/domain-security/pod-and-container/.",
904
+
"description": "Container-level security attributes. Will override any matching Pod-level attributes. See `kubectl explain pods.spec.containers.securityContext`. Beginning with operator version 3.4.8, if no value is specified for this field, the operator will use default content for container-level `securityContext`. More info: https://oracle.github.io/weblogic-kubernetes-operator/security/domain-security/pod-and-container/.",
Copy file name to clipboardExpand all lines: documentation/domains/Domain.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -156,15 +156,15 @@ The current status of the operation of the WebLogic domain. Updated automaticall
156
156
|`annotations`| Map | The annotations to be added to generated resources. |
157
157
|`auxiliaryImages`| Array of [Auxiliary Image](#auxiliary-image)| Use an auxiliary image to automatically include directory content from additional images. This is a useful alternative for including Model in Image model files, or other types of files, in a pod without requiring modifications to the pod's base image 'domain.spec.image'. This feature internally uses a Kubernetes emptyDir volume and Kubernetes init containers to share the files from the additional images with the pod. |
158
158
|`containers`| Array of [Container](k8s1.13.5.md#container)| Additional containers to be included in the server Pod. See `kubectl explain pods.spec.containers`. |
159
-
|`containerSecurityContext`|[Security Context](k8s1.13.5.md#security-context)| Container-level security attributes. Will override any matching Pod-level attributes. See `kubectl explain pods.spec.containers.securityContext`. Beginning with operator version 3.4.7, if no value is specified for this field, the operator will use default content for container-level `securityContext`. More info: https://oracle.github.io/weblogic-kubernetes-operator/security/domain-security/pod-and-container/.|
159
+
|`containerSecurityContext`|[Security Context](k8s1.13.5.md#security-context)| Container-level security attributes. Will override any matching Pod-level attributes. See `kubectl explain pods.spec.containers.securityContext`. Beginning with operator version 3.4.8, if no value is specified for this field, the operator will use default content for container-level `securityContext`. More info: https://oracle.github.io/weblogic-kubernetes-operator/security/domain-security/pod-and-container/.|
160
160
|`env`| Array of [Env Var](k8s1.13.5.md#env-var)| A list of environment variables to set in the container running a WebLogic Server instance. More info: https://oracle.github.io/weblogic-kubernetes-operator/userguide/managing-domains/domain-resource/#jvm-memory-and-java-option-environment-variables. See `kubectl explain pods.spec.containers.env`. |
161
161
|`hostAliases`| Array of [Host Alias](k8s1.13.5.md#host-alias)| HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified. This is only valid for non-hostNetwork pods. |
162
162
|`initContainers`| Array of [Container](k8s1.13.5.md#container)| Initialization containers to be included in the server Pod. See `kubectl explain pods.spec.initContainers`. |
163
163
|`labels`| Map | The labels to be added to generated resources. The label names must not start with "weblogic.". |
164
164
|`livenessProbe`|[Probe Tuning](#probe-tuning)| Settings for the liveness probe associated with a WebLogic Server instance. |
165
165
|`nodeName`| string | NodeName is a request to schedule this Pod onto a specific Node. If it is non-empty, the scheduler simply schedules this pod onto that node, assuming that it fits the resource requirements. See `kubectl explain pods.spec.nodeName`. |
166
166
|`nodeSelector`| Map | Selector which must match a Node's labels for the Pod to be scheduled on that Node. See `kubectl explain pods.spec.nodeSelector`. |
167
-
|`podSecurityContext`|[Pod Security Context](k8s1.13.5.md#pod-security-context)| Pod-level security attributes. See `kubectl explain pods.spec.podSecurityContext`. Beginning with operator version 3.4.7, if no value is specified for this field, the operator will use default content for the pod-level `securityContext`. More info: https://oracle.github.io/weblogic-kubernetes-operator/security/domain-security/pod-and-container/.|
167
+
|`podSecurityContext`|[Pod Security Context](k8s1.13.5.md#pod-security-context)| Pod-level security attributes. See `kubectl explain pods.spec.podSecurityContext`. Beginning with operator version 3.4.8, if no value is specified for this field, the operator will use default content for the pod-level `securityContext`. More info: https://oracle.github.io/weblogic-kubernetes-operator/security/domain-security/pod-and-container/.|
168
168
|`priorityClassName`| string | If specified, indicates the Pod's priority. "system-node-critical" and "system-cluster-critical" are two special keywords which indicate the highest priorities with the former being the highest priority. Any other name must be defined by creating a PriorityClass object with that name. If not specified, the pod priority will be the default or zero, if there is no default. See `kubectl explain pods.spec.priorityClassName`. |
169
169
|`readinessGates`| Array of [Pod Readiness Gate](k8s1.13.5.md#pod-readiness-gate)| If specified, all readiness gates will be evaluated for Pod readiness. A Pod is ready when all its containers are ready AND all conditions specified in the readiness gates have a status equal to "True". More info: https://github.com/kubernetes/community/blob/master/keps/sig-network/0007-pod-ready%2B%2B.md.|
170
170
|`readinessProbe`|[Probe Tuning](#probe-tuning)| Settings for the readiness probe associated with a WebLogic Server instance. |
0 commit comments