Skip to content

Commit

Permalink
Fix quotes in anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
bboreham committed Dec 13, 2016
1 parent 022a98d commit 73f184d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions site/kube-addon.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The following topics are discussed:
* [Changing Configuration Options](#configuration-options)


##<a name=install></a> Installation
##<a name="install"></a> Installation

Weave Net can be installed onto your CNI-enabled Kubernetes cluster
with a single command:
Expand Down Expand Up @@ -56,7 +56,7 @@ to the YAML file for the latest release of the Weave Net addon.
Historic versions are archived on our [GitHub release
page](https://github.com/weaveworks/weave/releases).

###<a name=daemon-sets></a> Upgrading the Daemon Sets
###<a name="daemon-sets"></a> Upgrading the Daemon Sets

Kubernetes does not currently support rolling upgrades of daemon sets,
and so you will need to perform the procedure manually:
Expand All @@ -75,7 +75,7 @@ Kubernetes see the
and the [NetworkPolicy API object
definition](http://kubernetes.io/docs/api-reference/extensions/v1beta1/definitions/#_v1beta1_networkpolicy).

###<a name=blocked-connections></a> Troubleshooting Blocked Connections
###<a name="blocked-connections"></a> Troubleshooting Blocked Connections

If you suspect that legitimate traffic is being blocked by the Weave Network Policy Controller, check the `weave-npc` container's logs:

Expand All @@ -96,7 +96,7 @@ TCP connection from 10.32.0.7:56648 to 10.32.0.11:80 blocked by Weave NPC.
UDP connection from 10.32.0.7:56648 to 10.32.0.11:80 blocked by Weave NPC.
```

###<a name=configuration-options></a> Changing Configuration Options
###<a name="configuration-options"></a> Changing Configuration Options

The default configuration settings can be changed by saving and editing the
addon YAML before running `kubectl apply`. Additional arguments may be
Expand Down

0 comments on commit 73f184d

Please sign in to comment.