testdrivenio / flask-vue-kubernetes

Flask + Vue + Postgres + Docker + Kubernetes
MIT License
349 stars 144 forks source link

Convert to k8s version 1.16 APIs #4

Closed jcunwin closed 4 years ago

jcunwin commented 4 years ago

When I used this project I found it generated errors as I am using Kubernetes version v1.16.2. Using kubectl convert I made changed that fixed the errors and it now runs great on v1.16.

PS. Thanks for the project. It has allowed me to jump-start my experimentation.