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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Supported Kubernetes versions
v1.15.x
v1.14.x
v1.13.x
Improvements
Unify diff behavior between Diff and Update. This should result in better detection of state drift as
well as behavior that is more consistent with respect to kubectl. (#604)
The Kubernetes provider now supports the internal features necessary for the Pulumi engine to detect diffs between the actual and desired state of a resource after a pulumi refresh (#477).
The Kubernetes provider now sets the "kubectl.kubernetes.io/last-applied-configuration" annotation to the last deployed configuration for a resource. This enables better interoperability with kubectl.
Bug fixes
Add more props that force replacement of Pods (#613)