the diffs will show its still in the state, but th...
# general
b
the diffs will show its still in the state, but the k8s api says otherwise
b
This definitely smells like a bug to me (cc @creamy-potato-29402). Do you mind filing an issue? Based on the discussion in https://github.com/pulumi/pulumi-kubernetes/issues/231, I have a feeling
Read
is going to get a revamp in the coming week or so (which is what
refresh
depends on).
b
c
@busy-umbrella-36067 @big-piano-35669 bad news is that it’s a bug, good news is that I already have a fix for it.
💯 1
Basically, we implemented
read
and tests for service specifically, but failed to actually connect the read logic to the provider. 🙄
I noticed it independently yesterday and was planning to include it with the fixes in read generally.
b
awesome, glad to hear that
c
It will for sure make it into M18.
b
not trying to rush anyone, ETA for M18?
c
@busy-umbrella-36067 Technically M18 closes the friday after this coming friday, but I am planning to have the pulumi-kubernetes RC either later this week, or early next.
b
oh right we’re on 0.17. I was thinking 0.15
c
This will actually be pulumi-kubernetes v0.18.0, because of some breaks in the Helm API.
Eventually that will probably be pulled out into its own package.
@busy-umbrella-36067 your bug fix is in flight, will land with PR #230
🐿️ 1
tested and verified.