Skip to content

Commit

Permalink
document behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
feloy committed Mar 20, 2023
1 parent ae60c75 commit d775fb5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/website/docs/development/architecture/how-odo-works.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,12 @@ spec:

The number of Replicas for this Deployment is explicitly set to 1 and is expected to always have this value.

#### Security Context

`odo` determines by looking at the labels set in the current namespace if [Pod Security Standards](https://kubernetes.io/docs/concepts/security/pod-security-admission/) have to be respected for the deployed pod.

If necessary, `odo` will add Security Context restrictions to the Pod definition to make the Pod admissible.

#### Pods and Containers

Each `components[].container` block is translated into a dedicated `container` definition in the Pod template.
Expand Down

0 comments on commit d775fb5

Please sign in to comment.