Skip to content

Commit fb7ac63

Browse files
committed
update readme
1 parent f5030b2 commit fb7ac63

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

README.md

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -165,32 +165,3 @@ $ kubectl create -f ./kubernetes/vue-service.yml
165165
```
166166

167167
Try 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.

0 commit comments

Comments
 (0)