Skip to content

Commit

Permalink
Update Fleetlock specification location
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierlemasle authored and dghubble committed Oct 21, 2020
1 parent f3b4902 commit 9e5d343
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# fleetlock [![GoDoc](https://godoc.org/github.com/poseidon/fleetlock?status.png)](https://godoc.org/github.com/poseidon/fleetlock) [![Quay](https://img.shields.io/badge/container-quay-green)](https://quay.io/repository/poseidon/fleetlock)

`fleetlock` is a reboot coordinator for Fedora CoreOS nodes in Kubernetes clusters. It implements the [FleetLock](https://github.com/coreos/airlock/pull/1/files) protocol for use as a [Zincati](https://github.com/coreos/zincati) lock [strategy](https://github.com/coreos/zincati/blob/master/docs/usage/updates-strategy.md) backend.
`fleetlock` is a reboot coordinator for Fedora CoreOS nodes in Kubernetes clusters. It implements the [FleetLock](https://coreos.github.io/zincati/development/fleetlock/protocol/) protocol for use as a [Zincati](https://github.com/coreos/zincati) lock [strategy](https://github.com/coreos/zincati/blob/master/docs/usage/updates-strategy.md) backend.

## Usage

Expand Down Expand Up @@ -147,4 +147,4 @@ curl -H "fleet-lock-protocol: true" -d @examples/body.json http://127.0.0.1:8080

* [Zincati Guide](https://docs.fedoraproject.org/en-US/fedora-coreos/auto-updates/)
* [Zincati Docs](https://github.com/coreos/zincati/blob/master/docs/usage/updates-strategy.md)
* [FleetLock Protocol](https://github.com/coreos/airlock/pull/1/files)
* [FleetLock Protocol](https://coreos.github.io/zincati/development/fleetlock/protocol/)

0 comments on commit 9e5d343

Please sign in to comment.