incalculable-thailand-44404
03/28/2023, 8:47 PMcreamy-agency-52831
03/28/2023, 8:53 PMpulumi-eks
you're using is fairly old - have you tried updating to >=v1.0.0
?incalculable-thailand-44404
03/28/2023, 8:58 PMpackage-lock.json
shows the updated eks packageā¦aws-k8s-cni.yaml
that is available in the 1.0.0 version here: <https://registry.npmjs.org/@pulumi/eks/-/eks-1.0.1.tgz>
creamy-agency-52831
03/28/2023, 10:15 PMquiet-jackal-96812
03/28/2023, 10:45 PMincalculable-thailand-44404
03/28/2023, 10:47 PM{
"name": "cache-pulumi",
"devDependencies": {
"@types/node": "^14",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.4",
"lint-staged": "^12.4.0",
"prettier": "^2.5.1",
"typescript": "^4.5.5"
},
"dependencies": {
"@pulumi/aws": "^5.6.0",
"@pulumi/awsx": "^0.40.0",
"@pulumi/eks": "^1.0.0",
"@pulumi/kubernetes": "^3.21.0",
"@pulumi/pulumi": "^3.34.0"
},
"lint-staged": {
"*.ts": "eslint --cache --cache-location ./node_modules/.cache/.eslintcache --fix"
},
"scripts": {
"prepare": "husky install"
}
}
@quiet-jackal-96812, just wanted to check if these look OK.quiet-jackal-96812
03/28/2023, 11:27 PMnode_modules
folder and reinstalling your dependencies to see if the error persists?incalculable-thailand-44404
03/28/2023, 11:53 PM