Reference Issue: https://github.com/kubernetes/website/issues/41084
1. Exec probe's implementation involves the Kubelet making a gRPC call to the
underlying CRI which inturn involves in the creation of multiple processes that
require a good amount of cpu usage whenever the probe is executed.
2. Whereas the other probes namely `http/gRPC/tcp` involves the Kubelet alone making
a call to the container.
3. There might be a significant amount of cpu overhead in the cases of
higher pod densities, lower periodic intervals when the exec probe is configured.
4. Hence, it would be a good idea to alert the user to opt for the other available probes
in case of the above mentioned scenarios.
Signed-off-by: Sai Ramesh Vanka <svanka@redhat.com>
* Added more points to what's next section under deployment page
* updated content as per review comment
* reworked on comments
* rebase and reworked
* fix format
* Update deployment.md
---------
Co-authored-by: Qiming Teng <tengqm@outlook.com>
* added hyperlink to refer to 'define environment variable for a container' to 'deployment'
* hyperlink updated
* 'Deployment' fix and re-wording changes
* content: Update user namespaces version requirements
Also, with the new implementation, the fsGroup was dropped. So removed
the mention to those limitations.
Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
* content: Add reference to the userns task in the concepts page
Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
---------
Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
containerd 1.7 was just released with user namespaces support. Let's
mention which kubernetes versions should work with container 1.7.
While we are there, let's clarify the CRI-O version and not duplicate
the requirements in the concept and task pages and just add a link
Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
* new behavior of endpoints with the feature gate EndpointSliceTerminatingCondition
* Update content/en/docs/concepts/workloads/pods/pod-lifecycle.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* Update content/en/docs/concepts/workloads/pods/pod-lifecycle.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* Update content/en/docs/concepts/workloads/pods/pod-lifecycle.md
Co-authored-by: Antonio Ojea <antonio.ojea.garcia@gmail.com>
* fixing feature gate versions
---------
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Antonio Ojea <antonio.ojea.garcia@gmail.com>