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
I appreciate this may be by design, but would it be possible to update the delimiters within this file to allow direct manipulation of it using Kustomize?
Hi,
With reference to https://github.com/aws-samples/amazon-cloudwatch-container-insights/blob/master/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/quickstart/cwagent-fluent-bit-quickstart.yaml (I'm referencing the latest version, but this seems to affect all releases of this Manifest) I'm trying to patch changes to this Manifest using Kubernetes default tooling (kubectl) and a Kustomization file.
Per the instructions for deploying this Manifest (https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Container-Insights-setup-EKS-quickstart.html) the file contains eight
{{
and}}
sequences; the presence of these sequences breaks the YAML parser within Kubectl meaning I cannot usekubectl kustomize
to patch changes into this Manifest without first replacing the{{
and}}
sequences usingsed
.I appreciate this may be by design, but would it be possible to update the delimiters within this file to allow direct manipulation of it using Kustomize?
Kustomize Version: v4.5.7
Kustomize Error:
error: yaml: invalid map key: map[string]interface {}{"cluster_name":""}
The text was updated successfully, but these errors were encountered: