GoogleCloudPlatform / google-cloud-visualstudio

Google Cloud Tools for Visual Studio
https://cloud.google.com/tools/visual-studio/docs/
Apache License 2.0
87 stars 51 forks source link

Latest kubectl version dropped --replicas flag. Deployments failing #1120

Closed baileyst closed 2 years ago

baileyst commented 2 years ago

Good Day,

We have noticed after upgrading kubectl that deployments are failing. I suspect this is due to the dialog box that pops up with the replicas option when you click deploy to cloud. After looking at the source code we noticed when you click publish, a kubectl command is ran in the back end with the --replicas flag and since it has been dropped in the later versions of kubectl deployments are failing. We worked around this by replacing the kubectl.exe with an older version.

Is it possible to update the visual studio extension to accommodate these changes made in the newer versions of kubectl? Is an updated plugin in the works?

Regards,

jskeet commented 2 years ago

I'm afraid the Visual Studio extension is no longer supported or maintained.