Container platforms
Questions about Kubernetes, OpenShift, Docker, and more.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Configure on DynaKube-level - oneagent.dynatrace.com/volume-type: "ephemeral"

dyn98007
Helper

 

This is in the context of configuring node image pull for having  DT code modules image sourced from a Private (Quay) registry

 Is it valid to configure oneagent.dynatrace.com/volume-type: "ephemeral" at the DynaKube-level ?.

-------------------------------------------

apiVersion: dynatrace.com/v1beta4
kind: DynaKube
metadata:
name: dynakube
annotations:
feature.dynatrace.com/node-image-pull: "true"
oneagent.dynatrace.com/volume-type: "ephemeral"


spec:
--------------------------

 

 

2 REPLIES 2

Julius_Loman
DynaMight Legend
DynaMight Legend

I'd say no. Docs explicitly say this annotation should be set on the application pods.

Certified Dynatrace Master | Alanata a.s., Slovakia, Dynatrace Master Partner

dyn98007
Helper

You are correct @Julius_Loman  ... It is not a listed (supported) DynaKube feature flag at this time.

https://docs.dynatrace.com/docs/ingest-from/setup-on-k8s/reference/dynakube-feature-flags

 

Featured Posts