Replies: 2 comments 2 replies
-
Does this still happen? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When working with my colleague I've noticed that
cdk diff
shows differences, even though we're on the same branch with the same code. Specifically the steps we've done are as follows:cdk deploy
on the same laptop.cdk diff
shows some differences as follows.The difference was in (generated) file names of some assets related to
kubectlProvider
if I read that diff correctly. Here's an excerpt of thecdk diff
from one of out stacks (similar one was for every stack):I'm puzzled why those diffs are happening. I'd expect some kind of consistent hashing for those generated file names. If the consistent hashing is in place then why contents of those assets (Lambda functions?) varies on different machines?
Beta Was this translation helpful? Give feedback.
All reactions