Skip to content

Commit

Permalink
start v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mandelsoft committed Jun 14, 2020
1 parent e91621e commit f99dd6e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,25 @@ dependent on the used operation system/image. For heterogeneous clusters
with nodes using different operating systems, this will not work (only if the
set of interfaces is known in advance for configuring the calico daemon set).

If [Gardener](https://gardener.cloud) is used to maintain the involved Kubernetes clusters
the required calico config can be directly described in the shoot manifest.
The section `networking` has to be adapted as follows (change to the interface
of your environment):

```yaml
networking:
type: calico
providerConfig:
apiVersion: calico.networking.extensions.gardener.cloud/v1alpha1
kind: NetworkConfig
backend: bird
ipam:
type: host-local
cidr: usePodCIDR
ipv4:
autoDetectionMethod: interface=eth0
```

## Implementation

The two used controllers are bundled into one controller manager (`kubelink`)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.0.1
v0.0.2

0 comments on commit f99dd6e

Please sign in to comment.