Add documentation for adding translations

pull/5522/head
Sharif Elgamal 2019-10-01 15:02:34 -07:00
parent 7d59b0d36c
commit 54115535c2
No known key found for this signature in database
GPG Key ID: 23CC0225BD9FD702
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
---
linkTitle: "gvisor"
title: "Releasing a gvisor image"
linkTitle: "gVisor"
title: "Releasing a gVisor image"
date: 2019-09-25
weight: 10
---
@ -13,7 +13,7 @@ weight: 10
## Background
gvisor support within minikube requires a special Docker image to be generated. After merging changes to `cmd/gvisor` or `pkg/gvisor`, this image will need to be updated.
gVisor support within minikube requires a special Docker image to be generated. After merging changes to `cmd/gvisor` or `pkg/gvisor`, this image will need to be updated.
The image is located at `gcr.io/k8s-minikube/gvisor-addon`
@ -28,6 +28,6 @@ The image is located at `gcr.io/k8s-minikube/gvisor-addon`
- Updates the containerd configuration
- Restarts containerd and rpc-statd
## Updating the gvisor image
## Updating the gVisor image
`make push-gvisor-addon-image`