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
GKE Integration tests are failing for the beta-cluster. Looks like a recent API change has added a field mode in the json response under ['nodeConfig']['workloadMetadataConfig'].
We were testing for object equality in the has the expected nodeMetadata conseal config config test for beta-cluster. Although the expected "nodeMetadata" => 'EXPOSE' is present, due to the additional unexpected mode field, it is failing.
The text was updated successfully, but these errors were encountered:
GKE Integration tests are failing for the beta-cluster. Looks like a recent API change has added a field
mode
in the json response under['nodeConfig']['workloadMetadataConfig']
.We were testing for object equality in the has
the expected nodeMetadata conseal config
config test for beta-cluster. Although the expected"nodeMetadata" => 'EXPOSE'
is present, due to the additional unexpected mode field, it is failing.The text was updated successfully, but these errors were encountered: