Shyam Sankaran

Results 39 comments of Shyam Sankaran

@Ankitasw are you still working on this one?

/remove-lifecycle stale

/remove-lifecycle stale

Some options we explored 1. Use specific hosts/gateways for a http match. 2. Use delegate virtual service In both the options, we couldn't find a way to have multiple rewrite...

@stefanprodan Thanks for the response. `stepWeightPromotion` is what we're planning to do. Unfortunately a side effect of this is, deployment time doubles for the same strategy without much benefits since...

I guess it's because [computed fields defaults](https://github.com/hashicorp/terraform-provider-kubernetes/blob/a24263b8f1fcf836e439631a56e37b3767d66674/manifest/provider/provider.go#L211) to `metadata.labels, metadata.annotations`. Is there a way to mark a specific label as computed field? eg. `computed_fields: [metadata.labels["resourceVersion"]]`

@alexsomesan Yes, thats what I'm doing right now. The problem is, since annotations are completely ignored in plan, we are missing some changes that we'd like to see. That was...