File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
solutions/observability/infra-and-hosts Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,22 @@ To install the Universal Profiling Agent using the {{agent}} and the Universal P
143143
1441445 . Click ** Save and continue** .
145145
146+ #### Using ` Kubernetes ` as deployment model for {{agent}} with the Universal Profiling Agent integration
147+
148+ To deploy the {{agent}} with the Universal Profiling Agent integration using Kubernetes,
149+ please make sure that the following options are set in the manifest.
150+
151+ ``` console
152+ hostPID: true
153+ securityContext:
154+ readOnlyRootFilesystem: true
155+ privileged: true
156+ runAsUser: 0
157+ runAsGroup: 0
158+ capabilities:
159+ add:
160+ - SYS_ADMIN
161+ ```
146162
147163## Install the Universal Profiling Agent in standalone mode [ profiling-install-agent-standalone]
148164
You can’t perform that action at this time.
0 commit comments