Kubernetes 1.16

When I was using “Deploy Kubernetes containers” template in Octopus Deploy. I get deploynent.yaml with
"apiVersion: apps/v1beta2" but in Kubernetes 1.16 it should be "apiVersion: apps/v1"
What I need to do to fix this issue?

I don’t believe you can fix this one, unfortunately. We will have to do that.
I have created this issue which you can track; we will ship a fix for this ASAP (the change should be committed tomorrow, and will hopefully ship in the next few days).

In the meantime, if you are using a 1.16 cluster you will need to use either the Run a kubectl script step or the Deploy Kubernetes Raw YAML step and create the YAML yourself.

We sincerely apologize for the inconvenience. We will get this resolved as soon as possible.
Please don’t hesitate to reach out if there is any other assistance we can provide.

Regards,
Michael

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.