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
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
Post