Skip to content

Commit 4d598bf

Browse files
authored
Add node pull image sample. (#4779)
1 parent 196b561 commit 4d598bf

File tree

6 files changed

+7363
-174
lines changed

6 files changed

+7363
-174
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
apiVersion: dynatrace.com/v1beta4
2+
kind: DynaKube
3+
metadata:
4+
name: dynakube
5+
namespace: dynatrace
6+
annotations:
7+
# enable node image pull
8+
feature.dynatrace.com/node-image-pull: "true"
9+
10+
spec:
11+
apiUrl: https://ENVIRONMENTID.live.dynatrace.com/api
12+
13+
# Optional: Defines a custom pull secret in case you use a private registry when pulling images from the Dynatrace environment
14+
# This can be omitted if authentication for your private registry is configured on the nodes.
15+
#
16+
# customPullSecret: "custom-pull-secret"
17+
18+
oneAgent:
19+
applicationMonitoring:
20+
# the node image pull feature requires a code modules image version 1.311+
21+
codeModulesImage: public.ecr.aws/dynatrace/dynatrace-codemodules:1.311.70.20250416-094918

0 commit comments

Comments
 (0)