Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #14 from gardener/0.2.1
Browse files Browse the repository at this point in the history
added workaround for certmanager crash (and other problems) to readme
  • Loading branch information
marwinski authored Jun 29, 2018
2 parents eb23ad2 + 3d551f9 commit 6b87aaa
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ k8s/bin/tf destroy -force
setup/cleanup.sh
```

Don't forget the [workaround](#workaround)!


## Step 1: Clone the Repositories and get Dependencies

Expand Down Expand Up @@ -125,6 +127,29 @@ kube-system kube-apiserver-hcdnc
[...]
```

## <a name="workaround"></a>Step 4.5: Workaround

There is currently an issue with session affinities in Kubernetes, which can break your cluster.
While the problem has been fixed (see https://github.com/kubernetes/kubernetes/commit/f2405cf2942739996af2bb76347c2cb0641153aa),
this commit is not yet included in a release.

Until that happens, use the following workaround:

```
kubectl edit svc kubernetes
```

Delete the following lines:

```
sessionAffinity: ClientIP
sessionAffinityConfig:
clientIP:
timeoutSeconds: 10800
```

Kubernetes will automatically add `sessionAffinity: None`.

## Step 5-9: Gardener Setup (Automated)

Steps 5-9 are automated. In case you need more control follow
Expand Down

0 comments on commit 6b87aaa

Please sign in to comment.