reshifter
reshifter copied to clipboard
[kubernetes 1.17.x] no matches for kind "Deployment" in version "extensions/v1beta1"
What version of Kubernetes (kubectl version
) are you using?
$ kubectl version
Client Version: version.Info{Major:"1", Minor:"16", GitVersion:"v1.16.6", GitCommit:"72c30166b2105cd7d3350f2c28a219e6abcd79eb", GitTreeState:"clean", BuildDate:"2020-01-18T23:31:31Z", GoVersion:"go1.13.5", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"17", GitVersion:"v1.17.2", GitCommit:"59603c6e503c87169aea6106f57b9f242f64df89", GitTreeState:"clean", BuildDate:"2020-01-18T23:22:30Z", GoVersion:"go1.13.5", Compiler:"gc", Platform:"linux/amd64"}
bug report
$ kubectl create -f https://raw.githubusercontent.com/mhausenblas/reshifter/master/deployments/reshifter-app.yaml
service/reshifter created
error: unable to recognize "https://raw.githubusercontent.com/mhausenblas/reshifter/master/deployments/reshifter-app.yaml": no matches for kind "Deployment" in version "extensions/v1beta1"
Yup, it's outdated. PR welcome.