Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#kubernetes
Title
b
bright-policeman-55860
08/07/2020, 1:46 PM
Hi, AWS EKS with Fargate requires that a patch is applied to CoreDNS' deployment. Is there a way to apply the patch using a Kubernetes provider? Is there an equivalent workaround? Thanks
b
billowy-army-68599
08/07/2020, 1:56 PM
if you're using the EKS provider, we already do this:
https://github.com/pulumi/pulumi-eks/blob/99d3838e62c95d95e816bb4a8c3506005e0428ab/nodejs/eks/cluster.ts#L660-L682
b
bright-policeman-55860
08/07/2020, 2:01 PM
I'm using Python, so that doesn't apply to me
With this in mind, I think I can just do a deployment on top of that one and it will overwrite with what I want
4 Views
Post