Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
clarifies that Weave Cloud is not just the UI for Flux
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitropoulos committed Feb 27, 2019
1 parent 2510549 commit 8f55aab
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions site/how-it-works.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: How Weave Flux Works
menu_order: 20
---

This page describes the goals of flux, how it achieves them and
significant architectural decisions. It is intentionally high level
This page describes the goals of flux, how it achieves them and
significant architectural decisions. It is intentionally high level
to prevent it from being out of date too quickly.

# Goals
Expand All @@ -23,9 +23,9 @@ with an orchestrator (which is a common source of accidental failure) or
with the systems that ensure that the orchestrator is in a working
state.

Flux also provides a CLI and a UI (in Weave Cloud) to perform these
operations manually. Flux is flexible enough to fit into any development
process.
Flux provides a CLI (`fluxctl`) and a UI (as a compoent of Weave Cloud)
to perform these operations manually. Flux is flexible enough to fit
into any development process.

# Implementation Overview

Expand Down Expand Up @@ -70,10 +70,10 @@ In order to access private registries, credentials may be required.

## Deployment of Images

Flux will only deploy different images. It will not re-deploy images
Flux will only deploy different images. It will not re-deploy images
with the same tag.

Once a list of new images have been established, it will alter the
Once a list of new images have been established, it will alter the
configuration of the cluster to deploy the new images.

Images can be "locked" to a specific version. "locked" images won't be
Expand Down

0 comments on commit 8f55aab

Please sign in to comment.