You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
withUpdate tests, and examples that load yaml (e.g. examples/clusters and examples/tests/replace-secgroup which deploy the YAML dashboard) are failing.
The withUpdate tests can't find the js-yaml module using the latest pulumi/eks release (0.18.19), as the latest release of pulumi/k8s (1.5.1) no longer vendors it, and pulumi/eks did not specifically vendor it:
Error: Cannot find module 'js-yaml'
The examples that load YAML through the dashboard hit the following error possibly due to changes in yamlLoadAll in the commit ref below:
[ xamples/tests/replace-secgroup ] TypeError: Cannot read property 'map' of undefined
[ xamples/tests/replace-secgroup ] at config.objs.then.configObjs (/opt/pulumi/node_modules/@pulumi/eks/node_modules/@pulumi/kubernetes/yaml/yaml.js:180:14
metral
changed the title
Removal of js-yaml from pulumi/k8s breaks withUpdate tests, and tests that load YAML
Removal of js-yaml and YAML invoke changes in pulumi/k8s breaks withUpdate tests, and tests that load YAML
Feb 8, 2020
Problem description
withUpdate tests, and examples that load yaml (e.g.
examples/clusters
andexamples/tests/replace-secgroup
which deploy the YAML dashboard) are failing.The withUpdate tests can't find the
js-yaml
module using the latestpulumi/eks
release (0.18.19), as the latest release ofpulumi/k8s
(1.5.1) no longer vendors it, andpulumi/eks
did not specifically vendor it:The examples that load YAML through the dashboard hit the following error possibly due to changes in
yamlLoadAll
in the commit ref below:Errors & Logs
Travis CI Run Logs
Ref: pulumi/k8s commit where js-yaml was removed, and in the same commit where invoke yamlLoadAll changed.
The text was updated successfully, but these errors were encountered: