affinity |
Affinity |
The Pod's scheduling constraints. More info: https://oracle.github.io/weblogic-kubernetes-operator/faq/node-heating/. See kubectl explain pods.spec.affinity . |
annotations |
Map |
The annotations to be added to generated resources. |
automountServiceAccountToken |
Boolean |
Indicates whether a service account token should be automatically mounted on the pod. Defaults to true if not set. See kubectl explain pods.spec.automountServiceAccountToken . |
containers |
Array of Container |
Additional containers to be included in the server Pod. See kubectl explain pods.spec.containers . |
containerSecurityContext |
Security Context |
Container-level security attributes. Will override any matching Pod-level attributes. See kubectl explain pods.spec.containers.securityContext . 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/. |
env |
Array of 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 . |
envFrom |
Array of Env From Source |
List of sources to populate environment variables in the container running a WebLogic Server instance. The sources include either a config map or a secret. The operator will not expand the dependent variables in the 'envFrom' source. More details: https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/#define-an-environment-variable-for-a-container. Also see: https://oracle.github.io/weblogic-kubernetes-operator/userguide/managing-domains/domain-resource/#jvm-memory-and-java-option-environment-variables. |
hostAliases |
Array of 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. |
initContainers |
Array of Container |
Initialization containers to be included in the server Pod. See kubectl explain pods.spec.initContainers . |
labels |
Map |
The labels to be added to generated resources. The label names must not start with "weblogic.". |
livenessProbe |
Probe |
Settings for the liveness probe associated with a WebLogic Server instance. If not specified, the operator will create a probe that executes a script provided by the operator. The operator will also fill in any missing tuning-related fields, if they are unspecified. Tuning-related fields will be inherited from the domain and cluster scopes unless a more specific scope defines a different action, such as a different script to execute. |
maxPendingWaitTimeSeconds |
integer |
The maximum time in seconds that the operator waits for a WebLogic Server pod to reach the running state before it considers the pod failed. Defaults to 5 minutes. |
maxReadyWaitTimeSeconds |
integer |
The maximum time in seconds that the operator waits for a WebLogic Server pod to reach the ready state before it considers the pod failed. Defaults to 1800 seconds. |
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 . |
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 . |
podSecurityContext |
Pod Security Context |
Pod-level security attributes. See kubectl explain pods.spec.securityContext . 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/. |
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 . |
readinessGates |
Array of 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. |
readinessProbe |
Probe |
Settings for the readiness probe associated with a WebLogic Server instance. If not specified, the operator will create an HTTP probe accessing the /weblogic/ready path. If an HTTP probe is specified then the operator will fill in path , port , and scheme , if they are missing. The operator will also fill in any missing tuning-related fields if they are unspecified. Tuning-related fields will be inherited from the domain and cluster scopes unless a more specific scope defines a different action, such as a different HTTP path to access. |
resources |
Resource Requirements |
Memory and CPU minimum requirements and limits for the WebLogic Server instance. See kubectl explain pods.spec.containers.resources . |
restartPolicy |
string |
Restart policy for all containers within the Pod. One of Always, OnFailure, Never. Default to Always. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy. See kubectl explain pods.spec.restartPolicy . |
runtimeClassName |
string |
RuntimeClassName refers to a RuntimeClass object in the node.k8s.io group, which should be used to run this Pod. If no RuntimeClass resource matches the named class, the Pod will not be run. If unset or empty, the "legacy" RuntimeClass will be used, which is an implicit class with an empty definition that uses the default runtime handler. More info: https://github.com/kubernetes/community/blob/master/keps/sig-node/0014-runtime-class.md This is an alpha feature and may change in the future. See kubectl explain pods.spec.runtimeClassName . |
schedulerName |
string |
If specified, the Pod will be dispatched by the specified scheduler. If not specified, the Pod will be dispatched by the default scheduler. See kubectl explain pods.spec.schedulerName . |
serviceAccountName |
string |
Name of the ServiceAccount to be used to run this Pod. If it is not set, default ServiceAccount will be used. The ServiceAccount has to exist at the time the Pod is created. See kubectl explain pods.spec.serviceAccountName . |
shutdown |
Shutdown |
Configures how the operator should shut down the server instance. |
startupProbe |
Probe |
Settings for the startup probe associated with a WebLogic Server instance. If not specified, the operator will not create a default startup probe. |
tolerations |
Array of Toleration |
If specified, the Pod's tolerations. See kubectl explain pods.spec.tolerations . |
topologySpreadConstraints |
Array of Topology Spread Constraint |
TopologySpreadConstraints describes how a group of pods ought to spread across topology domains. Scheduler will schedule pods in a way which abides by the constraints. All topologySpreadConstraints are ANDed. |
volumeMounts |
Array of Volume Mount |
Additional volume mounts for the container running a WebLogic Server instance. See kubectl explain pods.spec.containers.volumeMounts . |
volumes |
Array of Volume |
Additional volumes to be created in the server Pod. See kubectl explain pods.spec.volumes . |