Skip to content

Commit

Permalink
Update docs for v0.4.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Brockbank committed Jun 16, 2015
1 parent 3d6d425 commit 7e86df7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Usage:
calicoctl profile <PROFILE> rule json
calicoctl profile <PROFILE> rule update
calicoctl profile <PROFILE> member add <CONTAINER>
calicoctl pool (add|remove) <CIDR>
calicoctl pool (add|remove) <CIDR> [--ipip]
calicoctl pool show [--ipv4 | --ipv6]
calicoctl bgppeer rr (add|remove) <IP>
calicoctl bgppeer rr show [--ipv4 | --ipv6]
Expand All @@ -77,7 +77,7 @@ Options:
--ip6=<IP6> The local IPv6 management address to use.
--node-image=<DOCKER_IMAGE_NAME> Docker image to use for
Calico's per-node container
[default: calico/node:latest]
[default: calico/node:v0.4.5]
--ipv4 Show IPv4 information only.
--ipv6 Show IPv6 information only.
Expand Down
2 changes: 1 addition & 1 deletion docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ You should see output like this on each node

core@core-01 ~ $ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
077ceae44fe3 calico/node:v0.4.4 "/sbin/my_init" About a minute ago Up About a minute calico-node
077ceae44fe3 calico/node:v0.4.5 "/sbin/my_init" About a minute ago Up About a minute calico-node

## Routing via Powerstrip

Expand Down
6 changes: 3 additions & 3 deletions docs/ManualClusterSetup.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ Get the calico binary onto each host. It's usually safe to just grab the latest
wget http://projectcalico.org/latest/calicoctl
chmod +x calicoctl

Note that projectcalico.org is not an HA repository, so using this download URL is not recommended for any automated production installation process. Alternatively, you can download a specific [release](https://github.com/Metaswitch/calico-docker/releases/) from github. For example, to retrieve the v0.4.4 release, on each host run
Note that projectcalico.org is not an HA repository, so using this download URL is not recommended for any automated production installation process. Alternatively, you can download a specific [release](https://github.com/Metaswitch/calico-docker/releases/) from github. For example, to retrieve the v0.4.5 release, on each host run

wget https://github.com/Metaswitch/calico-docker/releases/download/v0.4.4/calicoctl
wget https://github.com/Metaswitch/calico-docker/releases/download/v0.4.5/calicoctl
chmod +x calicoctl

Finally, preload the Calico Docker image. This will make the demo more responsive the first time you run it. Select the same version of the Calico Docker image as you selected for the calico binary. For example, to pull the latest beta
Expand All @@ -53,7 +53,7 @@ Finally, preload the Calico Docker image. This will make the demo more responsi

or to pull the latest released version

docker pull calico/node:v0.4.4
docker pull calico/node:v0.4.5

You are now ready to run the [example commands][example-commands].

Expand Down

0 comments on commit 7e86df7

Please sign in to comment.