File tree Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Original file line number Diff line number Diff line change @@ -165,32 +165,3 @@ $ kubectl create -f ./kubernetes/vue-service.yml
165165```
166166
167167Try it out at [ http://hello.world/ ] ( http://hello.world/ ) .
168-
169- ## Upgrading Kubernetes versions
170-
171- The original project was built using Kubernetes 1.13.
172- Some of the API's have been deprecated and do not work with version 1.16.
173-
174- ` kubectl ` can be used to convert. E.g.:
175-
176- ``` sh
177- kubectl convert -f ./kubernetes/flask-deployment.yml.yml --output-version apps/v1
178- ```
179-
180- For example, the ` flask-deployment.yml ` went from:
181-
182- ``` yaml
183- apiVersion : extensions/v1beta1
184- kind : Deployment
185- ...
186- ```
187-
188- to:
189-
190- ``` yaml
191- apiVersion : apps/v1
192- kind : Deployment
193- ...
194- ```
195-
196- A number of new default values are added in the conversion too.
You can’t perform that action at this time.
0 commit comments