Skip to content

Commit

Permalink
Add documentation for adding translations
Browse files Browse the repository at this point in the history
  • Loading branch information
sharifelgamal committed Oct 1, 2019
1 parent 7d59b0d commit 5411553
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions site/content/en/docs/Contributing/gvisor.md
@@ -1,6 +1,6 @@
---
linkTitle: "gvisor"
title: "Releasing a gvisor image"
linkTitle: "gVisor"
title: "Releasing a gVisor image"
date: 2019-09-25
weight: 10
---
Expand All @@ -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`

Expand All @@ -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`

0 comments on commit 5411553

Please sign in to comment.