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
plugin-framework
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
h
hundreds-portugal-17080
02/24/2020, 2:25 AM
I am using eks and version 1.14 and helm charts are based of 1.14. Have been seen these warnings when performing pulumi up. Am I doing something wrong?
Untitled
g
gorgeous-egg-16927
02/24/2020, 4:03 PM
Those warnings are just giving you a heads up that those apiVersions will stop working once the cluster version hits 1.16 so that you have time to fix your deployments before then. If you don’t want to see those warnings, you can disable them with
https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/kubernetes/#ProviderArgs-suppressDeprecationWarnings
h
hundreds-portugal-17080
02/24/2020, 6:57 PM
Thanks
@gorgeous-egg-16927
for pointing out the flag and your explanation. This answers my question.
👍 1
4 Views
#kubernetes
Join Slack