Skip to content

Commit 37aa6b1

Browse files
authored
Merge pull request #29938 from cpretzer/cpretzer/fix-blog-link
Update blog post to include the fix version and fix the link to the PR
2 parents 129aff0 + e5aca81 commit 37aa6b1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

content/en/blog/_posts/2019-03-29-kube-proxy-subtleties-debugging-an-intermittent-connection-resets.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,9 @@ ways to address it.
144144
- Specifically add an iptables rule to drop the packets that are marked as
145145
*INVALID*, so it won’t reach to client pod and cause harm.
146146

147-
The fix is drafted (https://github.com/kubernetes/kubernetes/pull/74840), but
148-
unfortunately it didn’t catch the v1.14 release window. However, for the users
149-
that are affected by this bug, there is a way to mitigate the problem by applying
150-
the following rule in your cluster.
147+
The [fix](https://github.com/kubernetes/kubernetes/pull/74840) is available in v1.15+.
148+
However, for the users that are affected by this bug, there is a way to mitigate the
149+
problem by applying the following rule in your cluster.
151150

152151
```yaml
153152
apiVersion: extensions/v1beta1

0 commit comments

Comments
 (0)