Skip to content

Commit

Permalink
Faq-swap images (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
drnickiw authored and osterman committed Feb 3, 2019
1 parent ecbda43 commit f4a664e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions content/faq/how-to-swap-machine-images.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: "How can we swap out machine images?"
description: "The base images are parameterized inside the kops manifest."
tags:
- kops
- Kubernetes
- manifest
- clusters
- AMI
---

## Question

How can we swap out machine images (e.g. tweak an AMI)?

## Answer

Inside the `kops` manifest, the base images are parameterized with an environment variable `KOPS_BASE_IMAGE`.

An example is provided [here](https://github.com/cloudposse/geodesic/blob/master/rootfs/templates/kops/default.yaml#L150).

More information is provided [here](https://github.com/kubernetes/kops/blob/master/docs/images.md).

0 comments on commit f4a664e

Please sign in to comment.