Nuru

Results 226 comments of Nuru

@dlipovetsky so far I have not reproduced this under Kubernetes 1.16. Reviewing my logs I can see that previously this occurred under Kubernetes 1.15 when updating the `apiVersion`. So that...

@hickeyma wrote: > If you convert a release from Helm 2 to Helm 3 and then upgrade it using Helm 3 and its chart, it should upgrade as expected. That...

@hickeyma wrote: > I have been unfortunately unable to reproduce the issue and would appreciate steps where this can be reproduced consistently. I explained the steps to reproduce this consistently...

@hickeyma wrote: > I am hesitant for the plugin to make changes to the manifest blob as explained in [#162 (comment)](https://github.com/helm/helm-2to3/issues/162#issuecomment-686445994) and [#162 (comment)](https://github.com/helm/helm-2to3/issues/162#issuecomment-686445994). For now, I will open a...

@hickeyma > I am yet to see a recurring pattern with other charts and in other scenarios. It is an edge case which will be investigated to see if it...

@hickeyma Your test in https://github.com/helm/helm-2to3/issues/162#issuecomment-706328708 is flawed because you used an unsupported version of `kubectl` (see [kubectl version skew policy](https://kubernetes.io/docs/setup/release/version-skew-policy/#kubectl)): ``` $ kubectl version Client Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.5", GitCommit:"e6503f8d8f769ace2f338794c914a96fc335df0f",...

@rimusz I disagree that this is an edge case that should not be supported. At any given time, for any release of Kubernetes since at least 1.14, Kubernetes supports some...

@rimusz > I do not really agreed on `upgrade from helm 2 to helm 3 and from deprecated to newly supported APIs.` > The recommend scenario is to make all...

@book987 @mthome There is [already an issue in Kubernetes](https://github.com/kubernetes/kubernetes/issues/71765) for this feature, but it got closed as stale (as did #693 and #878 here). If you can get it re-opened...

@jonmosco This issue is about when `"${KUBECONFIG}" == "${KUBE_PS1_KUBECONFIG_CACHE}"` but the kubeconfig file is deleted.