Channels
announcements
automation-api
aws
azure
blog-posts
built-with-pulumi
cloudengineering
cloudengineering-support
content-share
contribex
contribute
docs
dotnet
finops
general
getting-started
gitlab
golang
google-cloud
hackathon-03-19-2020
hacktoberfest
install
java
jobs
kubernetes
learn-pulumi-events
linen
localstack
multi-language-hackathon
office-hours
oracle-cloud-infrastructure
package-authoring
pulumi-ai
pulumi-cdk
pulumi-cloud
pulumi-crosscode
pulumi-deployments
pulumi-kubernetes-operator
pulumiverse
python
registry
status
testingtesting123
testingtesting321
typescript
welcome
workshops
yaml
Powered by
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
#kubernetes
Join Slack