You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The kubernetes.yaml of the 1.0.0 release contains duplicated resources. As an example, the PriorityClass dynatrace-high-priority is included twice (line 16 and line 6164).
While this might be no issue when applying the file via kubectl apply, it is when using kustomize:
accumulating resources from 'kubernetes.yaml': may not add resource with an already registered id: PriorityClass.v1.scheduling.k8s.io/dynatrace-high-priority.[noNs]
Is it possible to remove the duplicated resources and make it compatible with kustomize?
Thanks, Fabian
The text was updated successfully, but these errors were encountered:
Hi @Fabian-K, thanks for the awesome finding, we have removed the duplicate resources and re-added the correct manifests now on the release. Sorry for this.
Describe the bug
The kubernetes.yaml of the 1.0.0 release contains duplicated resources. As an example, the PriorityClass dynatrace-high-priority is included twice (line 16 and line 6164).
While this might be no issue when applying the file via
kubectl apply
, it is when using kustomize:accumulating resources from 'kubernetes.yaml': may not add resource with an already registered id: PriorityClass.v1.scheduling.k8s.io/dynatrace-high-priority.[noNs]
Is it possible to remove the duplicated resources and make it compatible with kustomize?
Thanks, Fabian
The text was updated successfully, but these errors were encountered: