-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Faq-swap images #370
Merged
Merged
Faq-swap images #370
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
1587b07
add implement multiple worker pools faq
drnickiw e1671f3
add does an IAP handle non-HTTP traffic to FAQ
drnickiw 4b933e0
remove does-an-IAP...md file
drnickiw ce9553b
add faq-swap machine images
drnickiw d4413f8
remove how-to-swap-machine-images.md
drnickiw 94b8151
add swap machine image faq
drnickiw 2c9e14f
update faq swap images
drnickiw 85ae04b
remove multiple-worker-pools.md from faq-swap-images
drnickiw 272d98f
Merge branch 'master' into faq-swap-images
osterman cd9a197
Merge branch 'master' into faq-swap-images
osterman File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets add
ami