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
I can reproduce the error mentioned in #5 with kubedd built from 6de142b452f36d0114b87c666a858f0812d78651 (v0.1.2). I have following outdated HPA manifest in fixtures/:
I also get the mentioned unmarshall error without any further output.
In contrast to this, adding the --source-kubernetes-version flag (although the help text states: "In case of directory defaults to same as target-kubernetes-version." ) yields the expected output:
./bin/kubedd --source-kubernetes-version 1.29 --target-kubernetes-version 1.29 -d fixtures
Results for file fixtures/hpa.yaml
-------------------------------------------
>>>> Newer Versions available <<<<
Namespace Name Kind API Version (Current Available) Replace With API Version (Latest Available) Migration Status
example cross-products-currency-service-hpa HorizontalPodAutoscaler autoscaling/v2beta1 autoscaling/v2 can be migrated with just apiVersion change
@pghildiyal To me, this looks like a bug, should I open a new issue?
I can reproduce the error mentioned in #5 with
kubedd
built from6de142b452f36d0114b87c666a858f0812d78651
(v0.1.2). I have following outdated HPA manifest infixtures/
:If I omit
--source-kubernetes-version
flag like so:I also get the mentioned unmarshall error without any further output.
In contrast to this, adding the
--source-kubernetes-version
flag (although the help text states: "In case of directory defaults to same as target-kubernetes-version." ) yields the expected output:@pghildiyal To me, this looks like a bug, should I open a new issue?
Originally posted by @skoenig in #5 (comment)
The text was updated successfully, but these errors were encountered: